sandialabs / dr_robot

This tool can be used to enumerate the subdomains associated with a company by aggregating the results of multiple OSINT (Open Source Intelligence) tools.
Other
140 stars 37 forks source link

Bugfix + Loosen restriction on Python 3 version #34

Closed CrimsonK1ng closed 5 years ago

CrimsonK1ng commented 5 years ago

There was an issue with the aggregation piece not correctly identifying the urls and ips. This resulted in poor results and often zero results. This is essentially rolling back previous changes that introduced another function to extract these values and instead goes back to using regex. Slower but more effective at this point in time.