maurosoria / dirsearch

Web path scanner
11.57k stars 2.29k forks source link

The test path is automatically added based on the domain name #1374

Open 123dwedqwedscdscdc opened 1 month ago

123dwedqwedscdscdc commented 1 month ago

The test path is automatically added based on the domain name For example, if a site is abcdedf.xxx.com, it may have a directory named abcdedf or abcdedfxxx, and abcdedF-xxx is similar

nrathaus commented 1 month ago

We could add to def run(self): a new directory call: self.add_directory(self.url)

As well as breaking down the domain