Omnisci3nt is a powerful and comprehensive web reconnaissance toolkit tailored to cybersecurity professionals, ethical hackers, and digital investigators. It allows you to uncover hidden information about domains, analyze configurations, detect technologies, and explore archived content from the web.
Whether you're analyzing a target for vulnerabilities or simply exploring the technical details of a website, Omnisci3nt provides an all-in-one solution to automate and streamline your reconnaissance process.
💡 For full functionality and better performance, a local installation is recommended.
Feature | Description |
---|---|
IP Lookup | Retrieve geolocation and ISP data |
WHOIS Lookup | Get domain registration information |
HTTP Header Analysis | Analyze response headers |
SSL Inspection | Fetch and inspect SSL certificate |
DNS Enumeration | Gather DNS, Reverse, and Shared DNS records |
Subdomain Discovery | Identify subdomains using various techniques |
Port Scanning | Scan and detect open ports |
Directory Brute-Force | Discover hidden files and directories |
Web Crawling | Fetch links, robots.txt, and sitemap.xml |
Tech Detection | Detect technologies used by the website |
Wayback Machine | View archived pages over time |
DMARC Analysis | Check domain email authentication (SPF, DKIM, DMARC) |
Social Media Discovery | Extract social profiles and emails |
Admin Panel Detection | Identify admin login portals |
Reverse DNS Lookup | Get hostnames from IP addresses |
Shared DNS Lookup | Discover other domains on the same DNS server |
Full Recon Mode | Run all modules for deep analysis |
git clone https://github.com/spyboy-productions/omnisci3nt.git
cd omnisci3nt
pip3 install -r requirements.txt
python3 -m omnisci3nt.omnisci3nt -h
python -m omnisci3nt.omnisci3nt -whois example.com
Install via pipx
for isolated, global access:
python3 -m pip install --user pipx
python3 -m pipx ensurepath
pipx install git+https://github.com/spyboy-productions/omnisci3nt.git
omnisci3nt -whois example.com
Command | Description |
---|---|
-ip <domain> |
IP geolocation info |
-headers <domain> |
Show HTTP headers |
-whois <domain> |
WHOIS lookup |
-ssl <domain> |
SSL certificate analysis |
-dns <domain> |
DNS enumeration |
-reversedns <domain> |
Reverse DNS lookup |
-shareddns <domain> |
Domains on the same DNS |
-subdomains <domain> |
Subdomain enumeration |
-dmarc <domain> |
DMARC record validation |
-crawl <domain> |
Crawl and fetch links |
-robots <domain> |
Fetch robots.txt and sitemap.xml |
-tech <domain> |
Detect technologies used |
-wayback <domain> |
Archive data from Wayback Machine |
-social <domain> |
Extract social media/email |
-dirscan <domain> |
Directory brute-force |
-portscan <domain> |
Port scanning |
-admin <domain> |
Admin panel finder |
-all <domain> |
Run all tools in one go |
🔄 To upgrade from GitHub
pipx upgrade omnisci3nt
# If you originally installed using a local directory (pipx install .), then use:
pipx install . --force
❌ To uninstall
pipx uninstall omnisci3nt
# Bonus: Check where it's installed
pipx list
Pull requests and issues are welcome! Found a bug? Have an idea? Let’s collaborate to improve Omnisci3nt.
- Integration with urlscan.io
- Email spoofability check via MX records
- Reverse IP lookup (domain neighbors)
- Banner grabbing
- CVE-based vulnerability check (top techs)
Need help or want to suggest a feature? Join our Discord server and connect with the community.