{"id":13936109,"url":"https://github.com/si9int/Acamar","last_synced_at":"2025-07-19T21:31:43.795Z","repository":{"id":202345949,"uuid":"150491642","full_name":"si9int/Acamar","owner":"si9int","description":"A Python3 based single-file subdomain enumerator","archived":false,"fork":false,"pushed_at":"2019-10-05T10:06:39.000Z","size":23,"stargazers_count":90,"open_issues_count":2,"forks_count":24,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-27T04:30:37.547Z","etag":null,"topics":["bugbounty","pentesting","subdomain"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/si9int.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2018-09-26T21:20:59.000Z","updated_at":"2024-08-12T19:42:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"90864f8d-9bca-4b73-8b54-6dac4aab4911","html_url":"https://github.com/si9int/Acamar","commit_stats":null,"previous_names":["si9int/acamar"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/si9int/Acamar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/si9int%2FAcamar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/si9int%2FAcamar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/si9int%2FAcamar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/si9int%2FAcamar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/si9int","download_url":"https://codeload.github.com/si9int/Acamar/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/si9int%2FAcamar/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266019657,"owners_count":23864916,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bugbounty","pentesting","subdomain"],"created_at":"2024-08-07T23:02:23.511Z","updated_at":"2025-07-19T21:31:38.786Z","avatar_url":"https://github.com/si9int.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# Acamar\nA Python3 based single-file subdomain enumerator (with barely dependencies; BeautifulSoup is required tho). \n\n**[1] Another.. Why?**\n\nBecause 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!\n\n**[2] Is it better?**\n\nI 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:\n\nNote: I will re-code the script due it's popularity\n\n- **Pro:** single-file, Python3 based, low-dependency, no API keys, I will enhance this project ;-)\n- **Contra:** single-threaded, probably missing something, no fancy interface stuff, no DNS bruteforce (future release)\n\n**[3] How to install?**\n\n**Method 1:** This script requires only \"requests\" and \"beautifulsoup4\", if don't have them already:\n\n\n```\npip install beautifulsoup4\npip install requests\n```\n\n**Method 2:** It's also possible to install all dependencies using requirements.txt:\n\n```\npip install -r requirements.txt\n```\n\n\n**[4] I wanna use it, how?**\n\n```\npython3 acamar.py [domain]\n```\n\n**[5] Example**\n\n```\npython3 acamar.py twitter.com\n\n[..]\nservice01.dmz1.twitter.com\npartnerdata01.dmz1.twitter.com\nwww01.dmz1.twitter.com\nwww02.dmz1.twitter.com\nspiderduck01.dmz1.twitter.com\nspiderduck02.dmz1.twitter.com\nspiderduck03.dmz1.twitter.com\n\n[!] Counting 753 unique subdomains\n```\nThe result will be saved in the same directory under a filename called `[domain].txt` within the results folder.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsi9int%2FAcamar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsi9int%2FAcamar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsi9int%2FAcamar/lists"}