mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
randomization of user agents
This commit is contained in:
@@ -1073,6 +1073,9 @@ def __cleanupOptions():
|
||||
conf.nullConnection = not (conf.textOnly or conf.longestCommon)
|
||||
conf.threads = 4 if conf.threads < 2 else conf.threads
|
||||
|
||||
if conf.realTest:
|
||||
conf.userAgentsFile = paths.USER_AGENTS
|
||||
|
||||
def __setConfAttributes():
|
||||
"""
|
||||
This function set some needed attributes into the configuration
|
||||
|
||||
Reference in New Issue
Block a user