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:
- Attack Surface
- Blockchain
- Host Enumeration
- IoC
- Mobile
- Social Media
- Web Enumeration
Full documentation found at https://osif.laet4x.com/
Get Docker for Windows, Linux and MacOS
Docker Compose is included in Docker Desktop for Windows and macOS.
You can download Docker Compose binaries from the release page on this repository.
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
Recommended on ubuntu or kali
git clone https://github.com/fr4nc1stein/osint-framework osif
cd osif
pip3 install -r requirements.txt
Create .env
- Virustotal API https://www.virustotal.com/
- CENSYS API https://accounts.censys.io/ (under development)
- ABUSECH https://bazaar.abuse.ch/ (not required)
- SHODAN API https://account.shodan.io/
- HUNTER API https://hunter.io/api-keys
- BITCOIN ABUSE API https://www.bitcoinabuse.com/
- WIGEL API https://wigle.net/ (geolocation module)
- 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) >
laet4x
cadeath