Cyber Detective
15.5K subscribers
2.25K photos
3 videos
12 files
2.31K links
Every day I write about #osint (Open Source Intelligence) tools and techniques. Also little bit about forensics and cybersecurity in general. Work in https://t.me/netlas
Download Telegram
One of the most underrated features of IP search engines is their use for Scraping (very fast and proxy-free). After all, their databases may store the html code of the responses of all indexed servers.


Read more about this in my last article:

https://medium.com/osint-ambition/8-basic-methods-of-automating-the-collection-of-information-from-company-websites-9757f3cd1e06

Some simple #Python code examples for Netlas:

https://github.com/netlas-io/netlas-cookbook#scraping-extract-data-from-web-page-body
New article in my Medium blog.

How to use Python Sitemap Generator for OSINT?

How to find all links on pages/files of a certain website, filter links to files with a certain extension and download for further analysis.

https://medium.com/@cyb_detective/how-to-use-python-sitemap-generator-for-osint-77bc69fa165d


#osint #python #linux
Do you remember post https://t.me/soxoj_insides/60 about visualization the connections between different channels (thanks to Telegram's new similar channels feature)?

Now you can do it yourself with this open source #python tool:

https://github.com/SocialLinks-IO/telegram-similar-channels


#socmint #telegram
Seekolver

#python tool for searching and filtering subdomains using different APIs:

SecurityTrails
AlienVault
VirusTotal
SpyOnWeb
Crt sh

https://github.com/Krypteria/Seekolver

Creator twitter.com/_kripteria
Phunter

Phone number #osint command line #python tool. Gather different info:

- operator
- possible(s) location(s)
- line type
- reputation
- various scraped information
- spammer or not
- connect to amazon or not

https://github.com/N0rz3/Phunter

Creator twitter.com/norze15
TeleTracker

Simple #Python scripts for working with Telegram API:
- send message to a channel
- download content from channel
- gathering info about channel or chat

https://github.com/tsale/TeleTracker

Do not use important tg accounts to obtain API keys (risk of blocking)

Tip by twitter.com/r1cksec
Valid8Proxy

- retrieve proxies from popular proxy sources
- efficiently validate proxies
- save the list of validated proxies to a file

https://github.com/spyboy-productions/Valid8Proxy

Creator twitter.com/itisspyboy
Tip by twitter.com/akaclandestine ♥️

#python
Python for OSINT cheat sheet

I collected all the packages from the course "#Python for #OSINT." in one place (for those who have taken the course and want to remember the most important things).

See the book for detailed code samples:

https://github.com/cipher387/python-for-OSINT-21-days
Python for OSINT cheat sheet

I collected all the packages from the course "#Python for #OSINT." in one place (for those who have taken the course and want to remember the most important things).

See the book for detailed code samples:

https://github.com/cipher387/python-for-OSINT-21-days
Chiasmodon

Command line #osint toolkit for domain information gathering.

Search by:

- domain name
- Google Play Store ID
- CIDR/ASN
- email/username/password

Partly free.

https://github.com/chiasmod0n/chiasmodon

Creator twitter.com/chiasmod0n


#python
Python for Dark Web OSINT: Automate Threat Monitoring
(article by twitter.com/ervin_zubic)

- understanding the Dark Web and Tor
- install Tor
- setting up environment
- configure tor
- #python power-up
- Python script and requests-Tor

https://medium.com/@ervin.zubic/python-for-dark-web-osint-automate-threat-monitoring-5994b63c4d4a
OSINT: Persistent Threat Monitoring with Google Programmable Search Engines (by twitter.com/ervin_zubic )

- Using PSE for Persistent Threat Monitoring
- Monitoring APT Actor Communication Channels
- Simple #Python Script for Programmable Search Engines API

https://publication.osintambition.org/osint-persistent-threat-monitoring-with-google-programmable-search-engines-959a141831c8
Wayback Keyword Search

A simple #Python tool that allows you to download all pages of a certain website for a certain period of time and do keyword searches in them.


https://github.com/lorenzoromani1983/wayback-keyword-search

Creator twitter.com/lorenzoromani
How to use Telegram Phone Number Checker for #OSINT

Detailed guide from twitter.com/osintnewsletter on how to install #Python tool Telegram Phone Number Checker and get Telegram API key.

https://osintnewsletter.com/p/telegram-phone-number-checker
PyHTools

#Python toolkit for diffirent #cybersecurity purposes:

- change mac address
- scan ip range in the network;
- scan directories (with wordlist)
- scan vulnerabilities
- scan valid subdomains (with wordlist)

and more

https://github.com/dmdhrumilmistry/pyhtools

Creator twitter.com/dmdhrumilmistry
LeaksSearch

Command line #Python tool for searching by keyword in leaked passwords databases (ProxyNova, LocalFile).

https://github.com/JoelGMSec/LeakSearch

Creator twitter.com/JoelGMSec
Python for Cybersecurity

A collection of a few dozen small #Python scripts to solve various problems related to pentest and #cybersecurity.

Contributor hposton

https://github.com/hposton/python-for-cybersecurity
LAZYEGG

Tool for extracting different data from web pages:

- cookies
- leaked credentials
- domains
- ips
- images
- links

and more.

https://github.com/schooldropout1337/nuclei-templates/blob/main/lazyegg.py

Creator twitter.com/gudetama_bf

#python #osint
Python for AWAE (Advanced Web Attacks and Exploitation)

Quick notes about:

- os module
- urllib/urlib2
- requests
- lxml
- BeautifulSoup

and other #python packages.

https://github.com/shreyaschavhan/python-for-awae

Contributor twitter.com/shreyas_chavhan
Forwarded from Cyber Detective
LAZYEGG

Tool for extracting different data from web pages:

- cookies
- leaked credentials
- domains
- ips
- images
- links

and more.

https://github.com/schooldropout1337/nuclei-templates/blob/main/lazyegg.py

Creator twitter.com/gudetama_bf

#python #osint