minor refactoring

This commit is contained in:
Miroslav Stampar
2011-02-22 13:00:58 +00:00
parent dcad5410fe
commit 3f8eadf4fe
2 changed files with 5 additions and 1 deletions

View File

@@ -74,6 +74,9 @@ TIME_DELAY_CANDIDATES = 3
# default time delay in seconds
TIME_DEFAULT_DELAY = 5
# HTTP timeout in silent mode
HTTP_SILENT_TIMEOUT = 3
# maximum number of techniques used in inject.py/getValue() per one value
MAX_TECHNIQUES_PER_VALUE = 2