no more regex. web server independent.

This commit is contained in:
Miroslav Stampar
2010-10-20 09:35:46 +00:00
parent 934adb5e8d
commit 5d3cbec457
4 changed files with 9 additions and 11 deletions

View File

@@ -36,6 +36,8 @@ LOGGER.setLevel(logging.WARN)
# error based injection
ERROR_SPACE = "%c%c%c" % (58, 95, 58)
ERROR_EMPTY_CHAR = "%c%c%c" % (58, 120, 58)
ERROR_START_CHAR = "%c%c%c" % (58, 115, 58)
ERROR_END_CHAR = "%c%c%c" % (58, 101, 58)
# System variables
IS_WIN = subprocess.mswindows