🖥 Installation
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
Manual Installation
Recommended on Linux or Kali
Install Dependencies:
sudo apt-get update && \
apt-get -y install gcc mono-mcs
sudo apt-get update && apt-get install git build-essential -y
sudo apt-get install libmagic1 -y
Fork the Repo
git clone https://github.com/fr4nc1stein/osint-framework osif
cd osif
pip3 install -r requirements
Configuration
Create .env
Virustotal API https://www.virustotal.com/
CENSYS API https://accounts.censys.io/ (not working - still fixing)
ABUSECH https://bazaar.abuse.ch/ (not required)
SHODAN API https://account.shodan.io/
HUNTER API https://hunter.io/api-keys
BITCOINABUSE API https://www.bitcoinabuse.com/
WIGLE API https://wigle.net/ (geolocation module)
VT_API=""
CENSYS_APPID=""
CENSYS_SECRET=""
ABUSECH_API_KEY = ""
SHODAN_API_KEY = ""
HUNTER_API_KEY = ""
BITCOINABUSE_API_KEY = ""
WIGLE_API_NAME = ""
WIGLE_API_TOKEN = ""
─$ ./osif
## #### ##### ######
# # # # # #
# # # # #
# # #### # ####
# # # # #
# # # # # #
## #### ##### #
>> OSINT Framework
>> @laet4x
-=[ 2 attack-surface ]=-
-=[ 3 blockchain ]=-
-=[ 1 email ]=-
-=[ 4 host_enum ]=-
-=[ 2 ioc ]=-
-=[ 1 social ]=-
-=[ 1 web_enum ]=-
[!] There are some issues ; use 'show issues' to see more details
osif > use host_enum/dns_records
Last updated