Compare commits

..

1 Commits

Author SHA1 Message Date
MrMatch246 f7f12b840d
Merge e151ab6d89 into fd87c99abc 2025-09-23 13:22:39 +00:00
1 changed files with 0 additions and 1 deletions

View File

@ -41,7 +41,6 @@ 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]