aboul3la / Sublist3r

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

Added ImportError exception. #320

Open Maxdha opened 3 years ago

Maxdha commented 3 years ago

Specified which exception to catch when trying to import modules. This will prevent catching unrelated exceptions like:KeyboardInterrupt and SystemExit.