mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 05:01:30 +00:00
Trivial update#
This commit is contained in:
@@ -770,7 +770,7 @@ def getManualDirectories():
|
||||
checkFile(listPath)
|
||||
directories = getFileItems(listPath)
|
||||
elif choice == '4':
|
||||
targets = set([conf.hostname])
|
||||
targets = {conf.hostname}
|
||||
_ = conf.hostname.split('.')
|
||||
|
||||
if _[0] == "www":
|
||||
|
||||
Reference in New Issue
Block a user