needmorecowbell / sniff-paste

Pastebin OSINT Harvester
313 stars 40 forks source link
osint scrapers

Sniff-Paste: OSINT Pastebin Harvester

Multithreaded pastebin scraper, scrapes to mysql database, then reads pastes for noteworthy information.

Use sniff-paste.py to go through the entire process of collection, logging, and harvest automatically. The scraper can be set to a paste limit of 0 to scrape indefinitely. If scraped indefinitely, press ctrl + c to stop scraping, any useful information will be in the database, along with a link back to the original paste it was found in.

Installation

sudo apt install libxslt-dev python3-lxml python3-nmap xsltproc mysql-server

pip3 install -r requirements.txt

python3 sniff-paste.py

This will scrape pastebin for the latest number of pastes, then run analysis for ip addresses, emails, and phone numbers. It filters out duplicates and runs scans on some of the harvested data.

Database Structure

Crypto findings are not certain to be valid, consider them low probability findings

Notes