disabled dirbuster for now
This commit is contained in:
parent
e151ab6d89
commit
28637a9396
|
@ -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]
|
||||||
|
|
Loading…
Reference in New Issue