C3n7ral051nt4g3ncy / osint_framework

OSINT Framework : A python based Open Source Intelligence CLI framework similar to Metasploit.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OSIF

Read The Docs License

Opensource Intelligence Framework is an open-source framework dedicated to OSINT. For the ease of use, the interface has a layout that looks like Metasploit.

It consists of various modules that aid osint operations:

  1. Attack Surface
  2. Blockchain
  3. Email
  4. Host Enumeration
  5. IoC
  6. Mobile
  7. Social Media
  8. Web Enumeration

Screenshots

Email Hunter

Email Hunter

GeoWifi Hunter

GeoWifi Hunter

Shodan Attack Surface

Shodan

Documentation

Full documentation found at https://osif.laet4x.com/

Docker Installation (Recommended)

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:

docker build --no-cache  --tag osif .
docker run -ti osif bash
./osif

Installation

Recommended on ubuntu or kali

git clone https://github.com/fr4nc1stein/osint-framework osif
cd osif
pip3 install -r requirements.txt

Configuration

Create .env

  1. Virustotal API https://www.virustotal.com/
  2. CENSYS API https://accounts.censys.io/ (under development)
  3. ABUSECH https://bazaar.abuse.ch/ (not required)
  4. SHODAN API https://account.shodan.io/
  5. HUNTER API https://hunter.io/api-keys
  6. BITCOIN ABUSE API https://www.bitcoinabuse.com/
  7. WIGEL API https://wigle.net/ (geolocation module)
  8. SECURITY TRAIL API https://securitytrails.com/
VT_API=""
CENSYS_APPID=""
CENSYS_SECRET=""
ABUSECH_API_KEY = ""
SHODAN_API_KEY = ""
HUNTER_API_KEY = ""
BITCOINABUSE_API_KEY = ""
WIGLE_API_NAME = ""
WIGLE_API_TOKEN = ""
SECURITY_TRAIL_API = ""
─$ ./osif


                                                         ##     ####   #####   ######
                                                        #  #   #    #    #     #
                                                       #    #  #         #     #
                                                       #    #   ####     #     ####
                                                       #    #       #    #     #
                                                        #  #   #    #    #     #
                                                         ##     ####   #####   #

            
                                                             >> OSINT Framework                                                            
                                                                 >> @laet4x                                                                
                                                                                                                                           
 

        -=[ 1 api           ]=-
        -=[ 2 dns           ]=-
        -=[ 1 social        ]=-
        -=[ 1 subdomain     ]=-
        -=[ 1 uncategorized ]=-

[!] There are some issues ; use 'show issues' to see more details
osif > use dns/dns_records                                                                                                                 
osif dns(dns_records) > show options                                                                                                       

Module options
==============

   Name    Value       Required  Description                
   ----    -----       --------  -----------                
   DOMAIN  google.com  Y         Provide your target Domain 

osif dns(dns_records) > 

If you love OSIF you can buy me a coffee to support this project :)

Buy Me A Coffee

Author

laet4x

cadeath

About

OSINT Framework : A python based Open Source Intelligence CLI framework similar to Metasploit.

License:Other


Languages

Language:Python 97.8%Language:Dockerfile 1.7%Language:Shell 0.6%