Compare commits

...

2 Commits

Author SHA1 Message Date
MrMatch246 ab4436b499
Merge 28637a9396 into fd87c99abc 2025-09-23 18:58:30 +00:00
MrMatch246 28637a9396 disabled dirbuster for now 2025-09-23 20:58:23 +02:00
1 changed files with 1 additions and 0 deletions

View File

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