Project for my DofE skills section
OINTS is a tool that utilizes many api's and small scripts to gather intelligence on a target passively and actively.
If you like this project please consider leaving a star :)
Much like recon-ng but spaghetti code, unstable, built on sploitkit
and botched :)
Small list of some modules
- DeepSearch Scraper
- EmailRep.io Wrapper
- Cert.sh Subdomain Finder
- Photon Web Crawler
OSINT stands for open source intelligence, which refers to any information that can legally be gathered from free, public sources about an individual or organization.
In practice, that tends to mean information found on the internet, but technically any public information falls into the category of OSINT whether it’s books or reports in a public library, articles in a newspaper or statements in a press release.
The installation of this tool is currently relatively simple however you will need some prerequisites.
- Python 3.x
- Pip
- Git
- A brain
To install on linux run the following commands:
git clone https://github.com/benjibrown/OINTS.git
cd OINTS
pip3 install -r requirements.txt
python3 oints
This is due to your version of setuptools being too up to date.
It is recommended you downgrade to version 64.0.3
.
If you would like to contribute a module/issue or any other form of contribution please just do the usual and submit an issue or pull request.