Tilt: Terminal Ip Lookup Tool v0.6 (Beta)

Started by 430n, May 09, 2014, 01:36:59 PM

Previous topic - Next topic

430n

Hi all, i worked on a simple tool for passive recon and reverse ip lookup. i hope it will be handy for everyone. just take a look and report every bug! Thanks.

ps i need some help for improve it!

https://github.com/AeonDave/tilt

Description

Tilt: Terminal ip lookup tool, is an easy and simple open source tool implemented in Python for ip/host passive reconnaissance. It's 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
Sub domains
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

Download and install

You can download the latest version by cloning Tilt from the Git repository:

git clone https://github.com/AeonDave/tilt.git

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

electroblu3


j0lly

why not?!

msx

Looks very useful, thanks for sharing, will be trying it.
As for now when I want to check the WAN ip I use: $ curl ifconfig.me