mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
just in case to prevent "object of type 'NoneType' has no len()" error reports
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user