Weblogic timeout increased

This commit is contained in:
VakarisZ 2019-02-19 10:57:47 +02:00
parent 14a315291a
commit bdb8b56fcc
1 changed files with 1 additions and 1 deletions

View File

@ -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",