Pages - Menu

Pages

Pages

Friday, 3 April 2015

http://tipstrickshack.blogspot.in/

USE NMAP AS A INFORMATION GATHERING TOOL

0 comments
Usually we use NMAP as a port scanner to find open port of web-server, But with help of this Tool we can also gather Information about victim using NMAP script. In this tutorial we use NMAP to gather information.

(1) Use NMAP to determine I.P. Address of victim:- NMAP include two scripts in his database.
nmap --script ip-geolocation-* host-name
nmap-as-information-gather

As we can see that it show co-ordinate & location of our target.

(2)Use NMAP as Whois Tool:- Following Command is used to find whois information about victim
nmap --script whois host-name
nmap-as-information-gather


No comments:

Post a Comment