Another Subdomain ENumeration Tool
Project description
As3nt
Another Subdomain ENumeration Tool - written in python to enumerate and enrich subdomains using passive OSINT.
As3nt can target TLDs or subdomains. The enumeration uses; VirusTotal, HackerTarget, ThreatMiner, urlscan.io and crt.sh. Each subdomain IP is resolved using public DNS servers and the data is enriched using ipwhois and Shodan. As3nt currently outputs to terminal or csv.
Along with using the tags from Shodan, this tool also adds it's own tags. Currently there are tags added based on certain HTML content found by Shodan like tomcat, fortinet, netscaler and pulse vpn. Also if any CVEs are found for an IP/Subdomain with a CVSS score >= 7.8, these assets are tagged to highlight a possible exploit.
Screenshots
Installation
- Install:
- with pip:
pip install as3nt - from git (source):
git clone https://github.com/cinerieus/as3nt.git && cd as3nt/pip install -r requirements.txtpython ./as3nt/core.py
- from git (releases):
wget https://github.com/cinerieus/as3nt/archive/v1.1.0.tar.gzpip install v1.1.0.tar.gz
- Remember to check PATH if you installed in ~/.local/bin/
- Profit!
*For Shodan functionality set the environment variable 'SHODANKEY' with your API key.
Dependencies
See requirements.txt
Changelog
See CHANGELOG.md
Usage
*If selected Shodan is rate-limited to 1 IP per second.
Examples:
- Run all modules against 'example.com' and save results to csv:
as3nt -t example.com -11 -o results.csv - Run against a subdomain:
as3nt -s -t subdomain.example.com -11 -o results.csv
Thanks
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file as3nt-1.1.0-py3-none-any.whl.
File metadata
- Download URL: as3nt-1.1.0-py3-none-any.whl
- Upload date:
- Size: 15.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
57d759bb9049b842fe943a5793e2f542591ff0b3f2be05efdd417d343fc8bcf9
|
|
| MD5 |
9ad0b7d725a8bdb55e7f24cafa0d92ca
|
|
| BLAKE2b-256 |
5e5a1c832606dde3936b4598820d5089f7eaac97ac702b6186976f3628a5d2e6
|