Skip to content

Instantly share code, notes, and snippets.

@ZomDr0p
ZomDr0p / Commandline.md
Last active July 21, 2020 18:50
CyberStuff

Command Lines for Pentesting - Different tools

NMAP

My classic noisy scan:

  • nmap -v -d -A -sS -f -f -p- --script vuln 192.168.152.130 -oA output_file

Basic with output, will create a gnmap, nmap y xml file

  • nmap -v 192.168.152.0/24 -oA output