MattMoony / t0m

Tellonym scraper and information gathering tool. Might be useful for getting background-info on a person, etc. πŸ”

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

t0m

Ssshh


About

Another fun project - very similar to d4v1d. Could be quite useful for recon, but even if not, it was just nice to experiment with.

Setup

Assuming that you have Python 3.* already installed on your system, the first thing you should do is run the following in the project's base directory:

$ python -m pip install -r requirements.txt

Afterwards, create a new sqlite db with create_tables.sql (keep in mind that you need to specify the db's location in lib.db.DB_PATH).

$ sqlite3 tmp/info.db < create_tables.sql

Usage

Enter the pash terminal by executing the main script ...

$ python t0m.py

... and whenever you feel lost, feel free to use the help command or the -h / --help parameter.


... MattMoony (May, 2020)

About

Tellonym scraper and information gathering tool. Might be useful for getting background-info on a person, etc. πŸ”


Languages

Language:Python 100.0%