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

Exploit Street – Navigating The New Terrain Of Windows LPEs

Exploit-Street, where we dive into the ever-evolving world of cybersecurity with a focus on Local…

1 day ago

ShadowDumper – Advanced Techniques For LSASS Memory Extraction

Shadow Dumper is a powerful tool used to dump LSASS (Local Security Authority Subsystem Service)…

2 days ago

Shadow-rs : Harnessing Rust’s Power For Kernel-Level Security Research

shadow-rs is a Windows kernel rootkit written in Rust, demonstrating advanced techniques for kernel manipulation…

2 weeks ago

ExecutePeFromPngViaLNK – Advanced Execution Of Embedded PE Files via PNG And LNK

Extract and execute a PE embedded within a PNG file using an LNK file. The…

3 weeks ago

Red Team Certification – A Comprehensive Guide To Advancing In Cybersecurity Operations

Embark on the journey of becoming a certified Red Team professional with our definitive guide.…

3 weeks ago

CVE-2024-5836 / CVE-2024-6778 : Chromium Sandbox Escape via Extension Exploits

This repository contains proof of concept exploits for CVE-2024-5836 and CVE-2024-6778, which are vulnerabilities within…

4 weeks ago