Seek Your Information
27 Nov

Outlines:
Read more the article Below
The pre-Hacking Stage consists of a bunch of tools and tricks to identify the target’s information.
![]()
Find out which server respond by pinging them.
You can do that using “cmd” in Windows
Or by using “terminal” for Linux users.
Finds out all the machines that are listed in the DNS server, which often includes machines outside the company’s address range (collocated at hosting sites)

http://www.internic.net/whois.html
http://www.uwhois.com
These websites are the perfect tool in the reconnaissance attack to recognize all the domains related to the target the attack will be performed on the primary one.
Notice That: DNS zone transfer can be done using the whois method or by using the “nslookup” in the cmd.
Mail servers are a good way of finding information out about a company and what email addresses are valid in the company.
It is possible to telnet to a mail server on both port 25 and 110. When you connect you are greeted with a banner saying the type of mail server and its version.

A port scan is a series of messages sent by someone attempting to break into a computer to learn which computer network services.
Port scan consists of sending a message to each port, one at a time. The kind of response received indicates whether the port is open and can therefore be probed for weakness.
On the web there’s a lot of port scanners. My favorite one is “Nikto”
Nikto is an Open Source (GPL) web server scanner which performs comprehensive tests against web servers for multiple items.

This how you run Nikto from your cmd , you have to install Perl
First to run Nikto.
Now we’re Scanning the Port 80 on ilabz.net to show security holes

Security Holes: Sometimes a security hole can be just an outdated version
Of your server or php.
Outdated versions have security holes due to bugs and that’s why it should be updated.
Leave a reply