aboul3la / Sublist3r

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

CrtSearch don't work #229

Open victormatuk opened 4 years ago

victormatuk commented 4 years ago

The class CrtSearch have the base_url incorrect replace base_url = 'https://crt.sh/?q=%25.{domain}' for base_url = 'https://crt.sh/?q=.{domain}'

aboul3la commented 4 years ago

Hi @xyu3xx,

It works fine for me, can you clarify more what's the issue ?

victormatuk commented 4 years ago

When i removed %25 from base_url the CrtSearch worked for me