Merge pull request #269 from VakarisZ/weblogic_quickfix

Weblogic default timeout increased
This commit is contained in:
VakarisZ 2019-02-19 11:01:17 +02:00 committed by GitHub
commit 765ff0e0a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 # How long should be wait after each request in seconds
REQUEST_DELAY = 0.0001 REQUEST_DELAY = 0.0001
# How long to wait for a sign(request from host) that server is vulnerable. In seconds # 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 # How long to wait for response in exploitation. In seconds
EXECUTION_TIMEOUT = 15 EXECUTION_TIMEOUT = 15
URLS = ["/wls-wsat/CoordinatorPortType", URLS = ["/wls-wsat/CoordinatorPortType",