BoOSINT collects data by username only by checking nearly every data publicly available about a username and it's aliases.
- Profile pages parsing, extraction of personal info, links to other profiles, etc.
- Recursive search by new usernames and other ids found
- Search by tags (site categories, countries)
- Censorship and captcha detection
- Requests retries
- Finding of websites
- Finding device information, telephone number, email addresses
- Finding locations, gender, birthdays and real names
# or clone and install manually
git clone https://github.com/protdos/boosint && cd boosint
pip install -r requirements.txt
# usage
python3 boosint.py username
# make txt or json reports
boosint.py username --type txt
boosint.py username --type json
# filename output (default is report.json)
boosint.py username --output report.txt
boosint.py username --output report.json
Use boosint -h
to get full options description.
Here is a list of sources I used:
The code is partly combined but the most of it is written by myself.