TGS Forum
Hello Guest,

You are currently viewing our boards as a guest, which gives you limited access to view most discussions and access our other features.

By joining this community for FREE, you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content, & many other special features.

Registration is fast, simple & absolutely free, so please, join our community today!
TGS Forum
Hello Guest,

You are currently viewing our boards as a guest, which gives you limited access to view most discussions and access our other features.

By joining this community for FREE, you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content, & many other special features.

Registration is fast, simple & absolutely free, so please, join our community today!
TGS Forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.


 
PortalHomeLatest imagesRegisterLog in

 

 [TUTORIAL] Nmap - Port Scanning

Go down 
AuthorMessage
L30_Ph3niX
Grade - 2
Grade - 2
L30_Ph3niX


Points : 113
Posts : 56
Join date : 2011-08-12
Age : 32
Location : Greater Noida

[TUTORIAL] Nmap - Port Scanning  Empty
PostSubject: [TUTORIAL] Nmap - Port Scanning    [TUTORIAL] Nmap - Port Scanning  Icon_minitimeSat Sep 17, 2011 12:18 am

Nmap was originally command line tool that has been developed for only Unix/Linux based operating system but now its windows version is also available and ease to use.You can download the Nmap installer for windows and for Linux open terminal and type sudo apt-get install nmap

Ok now we are going to start with simple scan, for nmap help

$ nmap --help

For a quick and simple scan use.

$ nmap 192.168.1.1

Starting Nmap 5.21 ( [You must be registered and logged in to see this link.] ) at 2011-04-08 23:06 PKT

Nmap scan report for 192.168.1.1

Host is up (0.0012s latency).

Not shown: 997 filtered ports

PORT STATE SERVICE

21/tcp open ftp

23/tcp open telnet

80/tcp open http

Nmap done: 1 IP address (1 host up) scanned in 6.22 seconds


[You must be registered and logged in to see this image.]

Is it simple scan? Yes it is a simple scan that let you know about the open ports in any machine, now if want to scan a whole network than you have to type this with subnet.
$ nmap 192.168.1.1/24 or $ nmap 192.168.1.*


* Nmap - Interesting options
o -f fragments packets
o -D Launches decoy scans for concealment
o -I IDENT Scan – finds owners of processes (on Unix systems)
o -b FTP Bounce
* Port Scan Types
o TCP Connect scan
o TCP SYN scan
o TCP FIN scan
o TCP Xmas Tree scan (FIN, URG, and PUSH)
o TCP Null scan
o TCP ACK scan
o UDP scan


Nmap works on the basic scanning types like:

* TCP connect() scanning
* TCP SYN scanning
* TCP FIN scanning
* Fragmentation scanning
* TCP reverse ident scanning
* FTP bounce attack
* UDP ICMP port unreachable scanning
* UDP recvfrom() and write() scanning
* ICMP echo scanning

Operating system detection or OS fingerprnting is the important part of scanning you should know about the operating system of target machine to launch an available exploit on it. Nmap provides you know about running operating system although you can find it by using banner grabbing but why doing to much job. Use -O for operating system.
Back to top Go down
http://www.encode.co.in
 
[TUTORIAL] Nmap - Port Scanning
Back to top 
Page 1 of 1
 Similar topics
-
» Vulnerability Scanning With NESSUS
» SQL Injection Using Havij - Full Tutorial
» [TUTORIAL] ANDROID ON PC !!
» JOHN THE RIPPER TUTORIAL
» [TUTORIAL] Setting Up Ardamax and FTP

Permissions in this forum:You cannot reply to topics in this forum
TGS Forum :: Hacking Section :: Hacking Tutorials-
Jump to:  
Free forum | ©phpBB | Free forum support | Report an abuse | Forumotion.com