Awesome
EternalView
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:
<table border="5" align=center> <tr><th>Feature</th><th align=center>Explanation</th></tr> <tr><td>Whois Information</td><td>Prints the whois information of the entered web address</td></tr> <tr><td>DNS lookup</td><td>Prints the DNS information and web records</td></tr> <tr><td>Cloudflare detection</td><td>Tells whether a particular website is powered by cloudflare</td></tr> <tr><td>IP locator</td><td>Prints the geolocation of a web server</td></tr> <tr><td>HTTP Header analyzer</td><td>Prints the header information of a website</td></tr> <tr><td>Robots.txt scanner</td><td>Scans the robots.txt file of a webpage and prints the unindexed information</td></tr> <tr><td>Associated Links</td><td>Prints the list of all accessible pages of a website</td></tr> <tr><td>NMAP port scanner</td><td>Performs an extensive port scan on a given website or ip address</td></tr> <tr><td>Traceroute</td><td>Prints the route and measures the transit delays of packets across a given web/IP address</td></tr> <tr><td>Autopwn™</td><td>A simple bash based metasploit automation tool! With just a few clicks, own any android or windows device!!</td></tr> </table>Future updates:
- Support for windows<br>