GithubHelp home page GithubHelp logo

tilt's Introduction

Tilt: Terminal Ip Lookup Tool

An automatic ip lookup and reverse probing tool for passive reconnaissance

████████╗██╗██╗  ████████╗
╚══██╔══╝██║██║  ╚══██╔══╝
   ██║   ██║██║     ██║   
   ██║   ██║██║     ██║   
   ██║   ██║███████╗██║   
   ╚═╝   ╚═╝╚══════╝╚═╝   

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

Dependencies

Python 2.7.3 of course

With 0.6 version i decided to introduce a library needed to parse html... so you have to install BeautyfulSoup library (http://www.crummy.com/software/BeautifulSoup/). But don't worry! It's easy!

pip install beautifulsoup4

or

easy_install BeautifulSoup4

or 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

Screenshot

Screenshot

Contributing

Feel free to contribute to this project, fork, submit and discuss!

Follow the project on: https://github.com/AeonDave/tilt

tilt's People

Contributors

aeondave avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.