Skip to content

Instantly share code, notes, and snippets.

@OrangeCrush
Last active April 22, 2016 01:18
Show Gist options
  • Save OrangeCrush/55c1741b6a829751ab83d6f36c9511fd to your computer and use it in GitHub Desktop.
Save OrangeCrush/55c1741b6a829751ab83d6f36c9511fd to your computer and use it in GitHub Desktop.
Nmap for newbies

Nmap for newbies

Reverse DNS scan

nmap -sL 192.168.1.0/24

Ping scan (skip port scan)

nmap -sn 192.168.1.0/24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment