aboul3la / Sublist3r

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

NetcraftEnum don't Work #228

Closed victormatuk closed 4 years ago

victormatuk commented 4 years ago

The line 579 is: link_regx = re.compile('<a href="http://toolbar.netcraft.com/site_report\?url=(.*)">')

The correct is: link_regx = re.compile('<a class="results-table__host" href="(.*?)" rel="nofollow">')

aboul3la commented 4 years ago

Hi,

Thanks for reporting this issue and apologies for this late response.

I will check this problem and will push a fix shortly.

Thank you!

aboul3la commented 4 years ago

It should be fixed now. I just pushed a fix for the issue in commit 6af1b8c22b5ca035818fbb04c54890896f9b181a.

@xyu3xx Kindly retest and let me know if you find any problems.

Thank you!