InfoWeb – Website Information Gathering & OSINT Tool

InfoWeb is a simple website information gathering tool used for OSINT and basic reconnaissance tasks. It helps you collect useful details about a target website such as DNS records, IP information, subdomains, open ports, and HTTP headers. You can install and use InfoWeb in Termux to perform website analysis using a simple menu-based interface, where you can:

  • Perform DNS lookup
  • Get WHOIS information
  • Find subdomains
  • Scan open ports
  • Extract website links
  • Get IP location details
  • Perform reverse IP lookup
  • Analyze HTTP headers

Usage Commands

You can install InfoWeb in Termux by running the following commands one by one.

Update Termux packages.

pkg update && pkg upgrade -y

Install required packages.

pkg install git python python2 -y

Clone the InfoWeb repository.

git clone https://github.com/Err0r-ICA/InfoWeb

Move into the tool directory.

cd InfoWeb

Start the tool.

python2 InfoWeb

InfoWeb is now installed and ready to use.

Usage Commands

After starting the tool, you will see a menu-based interface. You just need to choose an option number, and InfoWeb will automatically perform the selected reconnaissance task and show the results inside Termux.

[01]  -->>>  DNS Lookup  
[02]  -->>>  Whois Lookup  
[03]  -->>>  GeoIP Lookup  
[04]  -->>>  Subnet Lookup  
[05]  -->>>  Port Scanner  
[06]  -->>>  Extract Links  
[07]  -->>>  Zone Transfer  
[08]  -->>>  HTTP Header  
[09]  -->>>  Host Finder  
[10]  -->>>  IP-Locator  
[11]  -->>>  Traceroute  
[12]  -->>>  Robots.txt  
[13]  -->>>  Host DNS Finder  
[14]  -->>>  Revrse IP Lookup  
[15]  -->>>  Collection Email  
[16]  -->>>  Subdomain Finder  
[17]  -->>>  Install & Update  
[18]  -->>>  About Me  
[00]  -->>>  Exit  

Enter 00/18 ->> ->>

Option Explanations:

  • 01 DNS Lookup : Finds DNS records of a domain like A, MX, NS, TXT.
  • 02 Whois Lookup : Shows domain registration details like owner and expiry.
  • 03 GeoIP Lookup : Shows location information of an IP address.
  • 04 Subnet Lookup : Finds subnet range and related network details.
  • 05 Port Scanner : Scans open ports on a target host.
  • 06 Extract Links : Collects all URLs from a website.
  • 07 Zone Transfer : Attempts to fetch DNS zone data (AXFR).
  • 08 HTTP Header : Displays website response headers.
  • 09 Host Finder : Finds host information of a domain.
  • 10 IP-Locator : Locates geographical position of an IP.
  • 11 Traceroute : Shows network path to the target.
  • 12 Robots.txt : Reads robots.txt file of a website.
  • 13 Host DNS Finder : Finds DNS-related host records.
  • 14 Reverse IP Lookup : Finds domains hosted on the same IP.
  • 15 Collection Email : Collects emails from the target source.
  • 16 Subdomain Finder : Finds subdomains of a domain.
  • 17 Install & Update : Installs or updates the tool.
  • 18 About Me : Shows tool developer information.
  • 00 Exit : Closes the tool.
READ ALSO  how to find someone on social media

Choose the option you want and InfoWeb will execute the selected OSINT task and display the results in the Terminal.

Overview

InfoWeb is a simple and beginner-friendly OSINT tool for Termux. It helps you collect important website information like DNS records, IP details, subdomains, and HTTP data using a clean menu system.


Leave a Comment