Today, we are presenting our own Intelligence Information Gathering suite HOC IG V1.2 –
HackersOnlineClub’s Automatic Information Gathering Version 2, along with the complete demonstration tutorial.
We have published first Version here
HOC IG is the ability to gather as much information as possible about a host.
Please check the POC Video at the end of the article.
Note : HOCig V1.2 wouldn’t require you to install any Library. It automatically detects, install and run the required files for you.
This tool can perform the following actions :
- Header Information
- SSL Certificate Information
- Whois Lookup
- Sub-domain Website
- Robots.txt
- Honeypot Detector
- Port Scanner using SYN ACK Scan
- OS Finger Printing
- Crawl Target Website (includes Email, Sub-Domain, File Type )
So let’s start…
Requirements:
- Kali Linux OS > HOC IG V1.2
How to install?
Open the Terminal and type the following
> git clone https://github.com/hackersonlineclub/HOCig1_2.git > cd HOCig1_2 > python hocig.py
First step is to enter the target website and hit enter
Output results are as follows –
Press 1 and hit enter to get header information of the target
Press 2 and hit enter to get SSL Certification information of the target if SSL Certificate is present. The result are as follows:
Press 3 and hit enter to get Whois Lookup information of the target.
The result are as follows:
Press 4 and hit enter to fetch all the Sub-domains of the target. The result are as follows:
Press 5 and hit enter to fetch all the Robots.txt file data of the target. The result are as follows:
Press 6 and hit enter to for detect the Honeypot using Shodan. The result are as follows:
Press 7 and hit enter to for Open port scanner of the target.
The result are as follows:
Press 8 and hit enter to for OS Finger Printing of the target. The result are as follows:
Press 9 and hit enter to Crawl the Target Website (which includes Email, Sub-domain, File Type) and other information of the target website.
Press 10 and hit enter to test all the options or press “0” to change the target.
Download HOC Information Gathering Suite HOC IG V1.2