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.
git clone https://github.com/galihap76/collector.git
cd collector
pip install -r requirements.txt
# 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>
You cannot for tracking someone and cannot get accurate public ip.
Exploit-Street, where we dive into the ever-evolving world of cybersecurity with a focus on Local…
Shadow Dumper is a powerful tool used to dump LSASS (Local Security Authority Subsystem Service)…
shadow-rs is a Windows kernel rootkit written in Rust, demonstrating advanced techniques for kernel manipulation…
Extract and execute a PE embedded within a PNG file using an LNK file. The…
Embark on the journey of becoming a certified Red Team professional with our definitive guide.…
This repository contains proof of concept exploits for CVE-2024-5836 and CVE-2024-6778, which are vulnerabilities within…