aboul3la / Sublist3r

Fast subdomains enumeration tool for penetration testers
GNU General Public License v2.0
9.73k stars 2.1k forks source link

AskEnum don't work #226

Open victormatuk opened 4 years ago

victormatuk commented 4 years ago

I checked that AskEnum is not working because the line 388 is: link_regx = re.compile('<p class="web-result-url">(.*?)</p>')

And the correct is: link_regx = re.compile('<p class="PartialSearchResults-item-url">(.*?)</p>')