forked from p34709852/monkey
Weblogic timeout increased
This commit is contained in:
parent
14a315291a
commit
bdb8b56fcc
|
@ -23,7 +23,7 @@ SERVER_TIMEOUT = 4
|
|||
# How long should be wait after each request in seconds
|
||||
REQUEST_DELAY = 0.0001
|
||||
# How long to wait for a sign(request from host) that server is vulnerable. In seconds
|
||||
REQUEST_TIMEOUT = 2
|
||||
REQUEST_TIMEOUT = 5
|
||||
# How long to wait for response in exploitation. In seconds
|
||||
EXECUTION_TIMEOUT = 15
|
||||
URLS = ["/wls-wsat/CoordinatorPortType",
|
||||
|
|
Loading…
Reference in New Issue