Tilt - Terminal IP Lookup Tool
Tilt (Terminal Ip Lookup Tool) is a Python-based automatic IP lookup and reverse probing tool for passive reconnaissance.
It is very handy for first reconnaissance approach and for host data retrieval.
Features:
- Host to IP conversion
- IP to Host conversion
- DNS to IPs
- GeoIP Translation
- Extensive information gathering trough Host-name
- Whois with:
- Registrar info
- Dates
- Name Server
- SiteStatus
- Owner information
- Additional data
- Subdomains
- Percentage of access
- Extensive Name Server
- SOA Records
- DNS Records with extensive data
- Reverse IP Lookup
- Extensive reverse IP lookup, looking for host with different IP on the same machine
Requirements:
To install BeautyfulSoup library, run:
pip install beautifulsoup4or
easy_install BeautifulSoup4or you just simply download the library and then
cd BeautifulSoup python setup.py install
Usage:
python tilt.py [Target] [Options] [Output] Target: -t, --target target Target URL (e.g. "www.site.com") Options: -h, --help Show basic help message -v, --version Show program's version number -e, --extensive Perform extensive ip lookup -r, --reverse Perform e reverse ip lookup -g, --google Perform a search on google -u, --update Update program from repository Output: -o, --output file Print log on a file Examples: python tilt.py -t google.com -r python tilt.py -t 8.8.8.8 python tilt.py -t google.com -e -r -o file.log python tilt.py -u
You might also like:
- Appie - Android Pentesting Portable Integrated Environment (Tool For Hackers)
- Kali Linux NetHunter - Android Penetration Testing Platform
- Radare2 - The Reverse Engineering Framework (Tool For Hackers)
- Drozer - Android Security Assessment Framework
- AppUse - Android Pentest Platform Unified Standalone Environment
- 10 Best Free Proxy/VPN Apps For Android
- How To Fake Your GPS Location On Android
- 150+ Proxy Sites To Unblock Blocked Websites
- 10 Best Free GPS Spoofer Apps For Android
- Beginner's Guide To The Deep Web and The Dark Web
- How To Change (spoof) MAC Address on Android (3 Methods)
- WIBR (WiFi BruteForce) - Android App For Hackers
- 31 Best Sites To Receive SMS Online Without a Phone
- 11 Best Registry Hacks For Windows 7
- Router Brute Force - Android app For Hackers
Post a Comment