aboul3la / Sublist3r

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

Added a wrapper function for main #300

Open CellEight opened 3 years ago

CellEight commented 3 years ago

I found while writing my own script that used sublist3r as a module that interfacing with it is a little awkward since there are no default values for main function. To remediate this I just added a wrapper function called sublist around main that just sets sensible default values for all arguments other than domain. Just a small thing (feel free to disregard) but I hope it's useful to someone.