Acamar: Python3 based single-file subdomain enumerator
Acamar
A Python3 based single-file subdomain enumerator (with barely dependencies; BeautifulSoup is required tho).
[1] Another… Why?
Because I had some issues with other solutions and always try to expand my own toolset instead of using tools made by other people. You can learn a lot about different things!
[2] Is it better?
I doubt, but it enumerates 14 online services successfully and didn’t implement performance-heavy services like WaybackMachine, Archive.is or Baidu. It’s neither multi-threaded but finishes every time under a minute. Here is a PRO/CONTRA:
- Pro: single-file, Python3 based, low-dependency, no API keys, I will enhance this project 😉
- Contra: single-threaded, probably missing something, no fancy interface stuff, no DNS bruteforce (future release)
Install
git clone https://github.com/si9int/Acamar.git
pip install -r requirements.txt
Use
python3 acamar.py [domain]
Example
Copyright (c) 2018 SI9INT
Source: https://github.com/si9int/