mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2025-01-13 15:29:39 +01:00
Fix nmap suid-limited
This commit is contained in:
parent
0681eacca5
commit
8fb329ca92
@ -82,7 +82,7 @@ functions:
|
|||||||
TF=$(mktemp)
|
TF=$(mktemp)
|
||||||
echo 'os.execute("/bin/sh")' > $TF
|
echo 'os.execute("/bin/sh")' > $TF
|
||||||
sudo nmap --script=$TF
|
sudo nmap --script=$TF
|
||||||
suid-enabled:
|
suid-limited:
|
||||||
- description: Input echo is disabled.
|
- description: Input echo is disabled.
|
||||||
code: |
|
code: |
|
||||||
TF=$(mktemp)
|
TF=$(mktemp)
|
||||||
|
Loading…
Reference in New Issue
Block a user