πŸ–₯ Installation

Docker installation

Get Docker for Windows, Linux and MacOS

Where to get Docker Compose

Windows and macOS

Docker Compose is included in Docker Desktop for Windows and macOS.

Linux

You can download Docker Compose binaries from the release page on this repository.

Run OSIF with docker and docker-compose

git clone https://github.com/fr4nc1stein/osint-framework osif
cd osif
docker-compose up -d
docker exec -ti osif bash
./osif

If not started, follow this instruction below:

Manual Installation

Recommended on Linux or Kali

Install Dependencies:

Fork the Repo

Configuration

Create .env

  1. CENSYS API https://accounts.censys.io/ (not working - still fixing)

  2. ABUSECH https://bazaar.abuse.ch/ (not required)

  3. WIGLE API https://wigle.net/ (geolocation module)

Last updated