mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
no more regex. web server independent.
This commit is contained in:
parent
934adb5e8d
commit
5d3cbec457
4 changed files with 9 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue