Compare commits
2 Commits
f7f12b840d
...
ab4436b499
Author | SHA1 | Date |
---|---|---|
|
ab4436b499 | |
|
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