Skip to content

FastOSINT is a pretty good Open Source Intelligence CLI tool

Notifications You must be signed in to change notification settings

desyatkoff/fast-osint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastOSINT

Description

FastOSINT is a pretty good Open Source Intelligence CLI tool

Warning

You should not use this for any illegal activities. Educational purposes only!

Table of Contents

Link
1 Title
2 Description
3 Table of Contents
4 Requirements
5 Installation
6 Features
7 Screenshots

Requirements

Installation

  1. Clone repository
    git clone https://github.com/desyatkoff/fast-osint.git
    
  2. Go to the repository directory
    cd fast-osint/
    
  3. Create Python virtual environment
    python3 -m venv .venv
    
  4. Activate the virtual environment
    • Windows
      .venv\Scripts\activate
      
    • Linux/macOS
      source .venv/bin/activate
      
  5. Install required libraries
    pip3 install -r requirements.txt
    
  6. Launch FastOSINT
    python3 main.py
    
  7. Done! :)

Features

FastOSINT can find info about ...:

  1. Email
    • GitHub
    • Pinterest
    • Spotify
    • Twitter
    • Chess
  2. Phone number
    • Number validity
    • Number type
    • Country
    • Region
    • City
  3. Internet Protocol address (IPv4)
    • IP
    • Country
    • Region
    • City
    • Location (latitude and longitude)
    • Internet Service Provider
    • Organization

Screenshots

1 2

About

FastOSINT is a pretty good Open Source Intelligence CLI tool

Topics

Resources

Stars

Watchers

Forks

Languages