disabled dirbuster for now

This commit is contained in:
MrMatch246 2025-09-23 20:58:23 +02:00
parent e151ab6d89
commit 28637a9396
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ class DirBuster(ServiceScan):
return False
async def run(self, service):
return
dot_extensions = ','.join(['.' + x for x in self.get_option('ext').split(',')])
for wordlist in self.get_option('wordlist'):
name = os.path.splitext(os.path.basename(wordlist))[0]