skiptracer v0.2 releases: OSINT python webscaping framework
Skiptracer – OSINT scraping framework
Initial attack vectors for recon usually involve utilizing pay-for-data/API (Recon-NG) or paying to utilize transforms (Maltego) to get data mining results. Skiptracer utilizes some basic python webscraping (BeautifulSoup) of PII paywall sites to compile passive information on a target on a ramen noodle budget.
Installation
$ git clone https://github.com/xillwillx/skiptracer.git skiptracer $ cd skiptracer $ pip install -r requirements.txt
Usage
The modules will allow queries for the following:
- Phone
- Screen names
- Real names
- Addresses
- IP
- Hostname
- Breach Credentials
The plugin framework will allow contributors to submit new modules for different websites to help collect as much data as possible with minimal work. This makes Skiptracer your one-stop-shop to help you collect relevant information about a target to help expand your attack surface.
Now that you have skiptracer installed it’s time to check out its features. skiptracer allows you to perform OSINT on a target, using: phone/email/real name/username/plate#
- Example 1: phone number lookup, type:
python skiptracer.py -l phone
and hit enter, you will then be asked for your search string, enter a phone number and hit enter, skiptracer will return all relevant information it can gather from the plugins.
- Example 2: email number lookup, type:
python skiptracer.py -l email
and hit enter, you will then be asked for your search string, enter an email address and hit enter, skiptracer will return all relevant information, i.e. carrier, location, name, addresses etc…
- Example 3: name lookup, type:
python skiptracer.py -l name
and hit enter, you will then be asked for your search string, enter a first name and last name and hit enter, skiptracer will return all relevant information, i.e. name, address, DOB, age, phone, emails etc…
- Example 4: username lookup, type:
python skiptracer.py -l sn
and hit enter, you will then be asked for your search string, enter a username and hit enter, skiptracer will return all relevant information, i.e. online user accounts associated with that username etc…
- **Example 5: **license plate lookup, type:
python skiptracer.py -l plate
and hit enter, you will then be asked for your search string, enter a license plate and hit enter, skiptracer will return all relevant information it can gather from the plugins. i.e. VIN,Year,Make,Model,Trim,Style,Plant etc..
Demo
Copyright 2018 xillwillx
Source: https://github.com/xillwillx/