1 / 3

Welcome To Hackaholic

Nmap Level 2 www.hackaholic.info Instructor: Kumar Shubham. Welcome To Hackaholic. Nmap Level 2. Scanning for port

borna
Télécharger la présentation

Welcome To Hackaholic

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Nmap Level 2 www.hackaholic.info Instructor: Kumar Shubham Welcome To Hackaholic

  2. Nmap Level 2 • Scanning for port -> scan for open portnmap --open ip-> scan for specific portnmap -p port ip-> scan for multiple portnmap -p p1,p2,p3,...,pn ip-> scan for range of portnmap -p x-y ip-> scan for all portnmap -p “*” ip-> scan for most common port eg-: ftp(21),ssh(22),telent(23),http(80) etc....nmap --top-ports n ip“n” top n port

  3. Nmap Level 2 • Os Fingerprintingnmap -O ip nmap -O --osscan-guess ip // Aggrassive os detection • Banner Grabbing nmap -sV ip nmap -A ip • Print host Interface and Routesnamp -iflist • Storing outputnmap [options] -oN|-oX|-oS|-oG filename normal|xml|script|grepable

More Related