TellMe is an Information Gathering tool made in python 3. It tells you all you want to know about your target
To run TellMe, you only need a domain or ip. TellMe can work with any Linux distros if they support python 3.
- Whois Lookup
- DNS Lookup
- EtherApe
- Nmap Port Scan
- HTTP Header Grabber
- Clickjacking Test
- Robots.txt Scanner
- Link Grabber
- IP Location Finder
- Traceroute
- Have I been pwned
- Exit
You have to install Python 3 first:
- Install Python 3 on Arch Linux and its distros: sudo pacman -S python3
- Install Python 3 on Debian and its distros: sudo apt install python3
You have to install Nmap and EtherApe too:
-
On Arch Linux and its distros: sudo pacman -S nmap etherape
-
On Debian and its distros: sudo apt install nmap etherape
After installing EtherApe sometimes a GNOME error can occur, for which you install: (This will solve the common error)
- apt install libgnomeui-0: amd64
- $ git clone https://github.com/HackWeiser360/TellMe
- $ cd TellMe
- $ pip3 install -r requirements.txt
- $ python3 TellMe.py