osint
Open Source Intelligence, username enumeration, social recon.
Load with: use osint
Quick example
use osint
result = osint("hello", 10)
prn(result)
Functions
Username enumeration
osint(name, platforms)
Performs the operation. Takes name, platforms.
osint(username, platform)
Performs the operation. Takes username, platform.
osint(username, platform)
Performs the operation. Takes username, platform.
osint()
Performs the operation.
Email pattern generation
osint(first, last, domain)
Performs the operation. Takes first, last, domain.
Subdomain enumeration via OSINT
osint(domain)
Performs the operation. Takes domain.
osint(json_data, domain)
Performs the operation. Takes json_data, domain.
WHOIS lookup
osint(domain)
Performs the operation. Takes domain.
Geolocation
osint(ip)
Performs the operation. Takes ip.
Breach check
osint(email)
Performs the operation. Takes email.
Metadata extraction from URLs
osint(url)
Performs the operation. Takes url.
Robots.txt parsing
osint(url)
Performs the operation. Takes url.
Technology fingerprinting
osint(url)
Performs the operation. Takes url.
Google dorking helpers
osint(query)
Performs the operation. Takes query.
osint(domain)
Performs the operation. Takes domain.
Notes
- Open-source intelligence gathering. Use only on systems you own.