Skip to content

benjibrown/OINTS

Repository files navigation

O.I.N.T.S - Open-source Intelligence N' Techical Sh**t

ConsoleScreenshot

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 :)

Modules

Small list of some modules

  • DeepSearch Scraper
  • EmailRep.io Wrapper
  • Cert.sh Subdomain Finder
  • Photon Web Crawler

What is OSINT?

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.

Installation

The installation of this tool is currently relatively simple however you will need some prerequisites.

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

FAQ

Why is setuptools.extern not found?

This is due to your version of setuptools being too up to date. It is recommended you downgrade to version 64.0.3.

Contributing

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.