Posts

Showing posts with the label Recon Tool

Hosthunter - A Recon Tool For Discovering Hostnames Using Osint Techniques

Image
Influenza A virus subtype H5N1 tool to efficiently discover as well as extract hostnames over a large ready of target IP addresses. HostHunter utilises uncomplicated OSINT techniques. It generates a CSV file containing the results of the reconnaissance. Taking screenshots was also added every bit a beta functionality. Demo Currently GitLab's markup linguistic communication does non back upward HTML or CSS command over the images, hence the next link thumbnail is huge.  Installation Tested alongside Python 3.7.2. Linux Use wget command to download a latest Google Chrome debian package. $ wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb $ dpkg -i ./google-chrome-stable_current_amd64.deb $ sudo apt-get install -f Install python dependencies. $ pip install -r requirements.txt Simple Usage Example $ python3 hosthunter.py <targets.txt> $ truthful cat vhosts.csv More Examples HostHunter Help Page $ python3 h...

Finalrecon - Osint Tool For All-In-One Spider Web Reconnaissance

Image
FinalRecon is a fast too unproblematic python script for spider web reconnaissance. It follows a modular construction too hence inwards hereafter novel modules tin last added amongst ease. Features FinalRecon provides detailed information such every bit : Header Information WHOIS SSL Certificate Details   Found Flag inwards SSL Certificate - Securinets CTF Quals 2019 - Hidden (200 Points) Crawler More modules volition last added inwards future Tested on Kali Linux 2019.1 BlackArch Linux Installation git clone https://github.com/thewhiteh4t/FinalRecon.git cd FinalRecon pip3 install -r requirements.txt Usage python3 finalrecon.py -h usage: finalrecon.py [-h] [--headers] [--sslinfo] [--whois] [--crawl] [--full] url FinalRecon - OSINT Tool for All-In-One Web Recon | v1.0.0 positional arguments: url Target URL optional arguments: -h, --help demo this attention message too kicking the bucket --h...