aboul3la / Sublist3r

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

Added a dot to make subbrute import relative #260

Open 0xcrypto opened 4 years ago

0xcrypto commented 4 years ago

The import ie. from Sublist3r import sublist3r fails when done from python interpreter or any other scripts. This little dot fixes the relative import issue. Now, we can do from Sublist3r import sublist3r and use sublist3r within python.