ugomeguerditchian / OrgASM

A tool for Oragnized ASM (Attack Surface Mapper). Subdomains enumeration, IPs scans, Vulnerability assesment...
Apache License 2.0
32 stars 4 forks source link

Known issue : Getting FQDNs from certificates on huges scopes take a lot of fucking time #5

Open ugomeguerditchian opened 9 months ago

ugomeguerditchian commented 9 months ago

I will try to optimize this in next releases

If you want to avoid this you can disable it in the configuration file :

FQDN :
    find_subs : True #will try to get subs when FQDN from ip is found
    get_fqdn_trough_proxy: False #will try to get fqdn trough proxy (All API)
    get_from_cert : False#connection to target will be made during initial scan    <---------- HERE