πŸ–₯ Installation

Docker installation

Get Dockerarrow-up-right for Windows, Linux and MacOS

Where to get Docker Compose

Windows and macOS

Docker Compose is included in Docker Desktoparrow-up-right for Windows and macOS.

Linux

You can download Docker Compose binaries from the release pagearrow-up-right 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/arrow-up-right (not working - still fixing)

  2. WIGLE API https://wigle.net/arrow-up-right (geolocation module)

Last updated