mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
just in case to prevent "object of type 'NoneType' has no len()" error reports
This commit is contained in:
parent
2db2e9b6a2
commit
941daa1645
2 changed files with 5 additions and 1 deletions
|
|
@ -298,3 +298,6 @@ DEFAULT_MSSQL_SCHEMA = 'dbo'
|
|||
|
||||
# display hash attack info every mod number of items
|
||||
HASH_MOD_ITEM_DISPLAY = 1117
|
||||
|
||||
# maximum integer value
|
||||
MAX_INT = sys.maxint
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue