SubEnum
SubEnum copied to clipboard
bash script for Subdomain Enumeration
Idea: add dnsx for resolving domains and saving only alive domains. https://github.com/projectdiscovery/dnsx
Removing the **-noalts** Flag from Amass Command. In the latest version of the Amass script, the -noalts flag has been removed. Including this flag would prevent the Amass command from...
This update introduces a function to fetch data from URLScan. NB: Pagination will be implemented in a future version to allow for fetching the complete set of results beyond the...
When processing a list of domains with the `-l` flag, the `OUT` function used a broad `tmp-*` glob to gather and clean up temporary result files. This caused an issue...