EternalView – Information Gathering & Vulnerability Assessment Tool

EternalView is an information gathering and vulnerability assessment tool used to collect website and network details. It can check Whois information, detect web technologies, scan ports, find CMS details, and perform other basic reconnaissance tasks. The tool is written in Shell script and provides an easy interactive menu for beginners.

Installation & Usage Commands

Update and upgrade Termux packages:

pkg update && pkg upgrade -y

Install the required packages:

pkg install git bash curl nmap whois traceroute dnsutils -y

Clone the EternalView repository:

git clone https://github.com/rpranshu/EternalView

Go to the tool directory:

cd EternalView

Give execute permission:

chmod +x EternalView.sh

Run the tool:

./EternalView.sh

Tool Menu:

**************MENU***************
* 1.  Whois information         *
* 2.  DNS Lookup                *
* 3.  Web Technology Detection  *
* 4.  IP Locator                *
* 5.  NMAP                      *
* 6.  Cloudflare detection      *
* 7.  Robots.txt enumeration    *
* 8.  WAF/IDS/IPS detection     *
* 9.  Extract embedded URL/URI  *
* 10. HTTP Header               *
* 11. Traceroute                *
* 12. AutoPwn™                  *
* 13. Reload                    *
* 14. exit                      *
*********************************
Please choose an option:

Menu Explanation:

  • Whois Information: Shows domain registration details.
  • DNS Lookup: Finds DNS and IP information.
  • Web Technology Detection: Detects website technologies.
  • IP Locator: Finds IP address location.
  • NMAP: Scans ports and services.
  • Cloudflare Detection: Checks Cloudflare protection.
  • Robots.txt Enumeration: Reads robots.txt file.
  • WAF/IDS/IPS Detection: Detects security protection systems.
  • Extract Embedded URL/URI: Extracts links from webpages.
  • HTTP Header: Shows website header information.
  • Traceroute: Tracks network route to website.
  • AutoPwn: Runs automatic checks and scans.
  • Reload: Reloads the tool menu.
  • Exit: Closes the tool.

Choose the option you want, and the tool will automatically perform the task and display the results on your screen.

READ ALSO  PhoneInfoga Github: An Excellent Information Gathering Tool

Leave a Comment