mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 05:01:30 +00:00
Minor refactoring related to last couple of commits
This commit is contained in:
@@ -985,7 +985,7 @@ def dictionaryAttack(attack_dict):
|
||||
else:
|
||||
logger.info("using default dictionary")
|
||||
|
||||
dictPaths = filter(None, dictPaths)
|
||||
dictPaths = [_ for _ in dictPaths if _]
|
||||
|
||||
for dictPath in dictPaths:
|
||||
checkFile(dictPath)
|
||||
|
||||
Reference in New Issue
Block a user