Information Gathering

Collector – The Ultimate OSINT Toolkit For Digital Sleuthing

Collector is a OSINT tool and information gathering. I build this tool for my fun and you can use this tool for do OSINT.

In github account and instagram account you can find information by username.

Install

git clone https://github.com/galihap76/collector.git
cd collector 
pip install -r requirements.txt

Options

# Help 
python3 main.py -h

# Phone number
python3 main.py -n <phone number>

# Github account
python3 main.py -g <target username>

# Ip address
python3 main.py -i <ip address>

# Instagram account
python3 main.py -ig <target username>

# Check update
python3 main.py --update

# Login instagram account
python3 main.py --login -u <YOUR USERNAME> -p <YOUR PASSWORD>

# Change instagram account
python3 main.py --change -u <YOUR USERNAME> -p <YOUR PASSWORD>

Features

Information Gathering Phone Numbers

  • Country code
  • National number
  • International format
  • National format
  • Time zone
  • ISP
  • Location

Information Gathering Github Account

  • Login
  • Id
  • Node id
  • Avatar url
  • Gravatar url
  • Url
  • Html url
  • Followers url
  • Following url
  • Gists url
  • Starred url
  • Subscriptions url
  • Organizations url
  • Repos url
  • Events url
  • Received events url
  • Type
  • Site admin
  • Name
  • Company
  • Blog
  • Location
  • Email
  • Hireable
  • Bio
  • Twitter username
  • Public repos
  • Public gists
  • Followers
  • Following
  • Created at
  • Updated at

Information Gathering IP Address

  • Ip
  • Version
  • City
  • Region
  • Region code
  • Country
  • Country name
  • Country code
  • Country code iso3
  • Country capital
  • Country tld
  • Continent code
  • In ue
  • Postal
  • Latitude
  • Longitude
  • Timezone
  • Utc offset
  • Country calling code
  • Currency
  • Currency name
  • Languages
  • Country area
  • Country population
  • Asn
  • Org

Note

You cannot for tracking someone and cannot get accurate public ip.

Information Gathering Instagram Account

  • Username
  • Fullname
  • User id
  • Number of posts
  • Followers
  • Following
  • Bio
  • Is business account
  • Business type
  • External url
  • Is private
  • Highlights
  • Likes
  • Stories
  • Download posts & profile picture
Tamil S

Tamil has a great interest in the fields of Cyber Security, OSINT, and CTF projects. Currently, he is deeply involved in researching and publishing various security tools with Kali Linux Tutorials, which is quite fascinating.

Recent Posts

GasMasK – The Comprehensive OSINT Toolkit

GasMasK is a versatile open-source tool designed for extensive information gathering and OSINT (Open Source…

16 hours ago

Audio-Metadata : Simplifying Audio File Analysis With A Lightweight JavaScript Library

The purpose of this library is to be very fast and small. It's suitable for…

16 hours ago

PDFMtEd – Simplifying PDF Metadata Management On Linux

PDFMtEd (PDF Metadata Editor) is a set of tools designed to simplify working with PDF metadata on Linux.…

16 hours ago

Crime Data Explorer : An In-Depth Look At FBI’s Open Crime Data Initiative

The FBI collects and publishes Uniform Crime Reporting (UCR) data on an annual basis. Over 18,000 law…

17 hours ago

XMGoat – Mastering Azure Security Through Hands-On Attack Scenario

XM Goat is composed of XM Cyber terraform templates that help you learn about common…

2 days ago

VulnNodeApp – Exploring Web Vulnerabilities With A Node.js Educational Tool

A vulnerable application made using node.js, express server and ejs template engine. This application is…

2 days ago