mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Trivial update#
This commit is contained in:
parent
30f8c30d6a
commit
31fa7f6c94
8 changed files with 22 additions and 22 deletions
|
|
@ -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":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue