EternalView []() [](https://www.buymeacoffee.com/rpranshu)
April 30, 2019 · View on GitHub
EternalView is an all in one basic information gathering CLI tool made purely in BASH

EternalView in action
CAUTION:
This tool is purely for educational purposes, don't use it on any website without the permission of it's owner. The user is responsible for his/her actions!
Update: 
Cloudflare detection is live!!!
Dependencies:
- BASH
- If you are using Windows, Install UBUNTU Subsystem on Windows
- Wget
- Whois
- Nmap
- Metasploit framework
- Autopwn™
How to install:
- Download
- clone through termial :
git clone https://github.com/rpranshu/EternalView.git
- Run -in terminal
chmod +x EternalView.sh
./EternalView.sh
Donate
Features:
| Feature | Explanation |
|---|---|
| Whois Information | Prints the whois information of the entered web address |
| DNS lookup | Prints the DNS information and web records |
| Cloudflare detection | Tells whether a particular website is powered by cloudflare |
| IP locator | Prints the geolocation of a web server |
| HTTP Header analyzer | Prints the header information of a website |
| Robots.txt scanner | Scans the robots.txt file of a webpage and prints the unindexed information |
| Associated Links | Prints the list of all accessible pages of a website |
| NMAP port scanner | Performs an extensive port scan on a given website or ip address |
| Traceroute | Prints the route and measures the transit delays of packets across a given web/IP address |
| Autopwn™ | A simple bash based metasploit automation tool! With just a few clicks, own any android or windows device!! |
Future updates:
- Support for windows
