File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919from lib .core .enums import OS
2020
2121# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
22- VERSION = "1.1.11.10 "
22+ VERSION = "1.1.11.11 "
2323TYPE = "dev" if VERSION .count ('.' ) > 2 and VERSION .split ('.' )[- 1 ] != '0' else "stable"
2424TYPE_COLORS = {"dev" : 33 , "stable" : 90 , "pip" : 34 }
2525VERSION_STRING = "sqlmap/%s#%s" % ('.' .join (VERSION .split ('.' )[:- 1 ]) if VERSION .count ('.' ) > 2 and VERSION .split ('.' )[- 1 ] == '0' else VERSION , TYPE )
7676PRINTABLE_CHAR_REGEX = r"[^\x00-\x1f\x7f-\xff]"
7777
7878# Regular expression used for extraction of table names (useful for (e.g.) MsAccess)
79- SELECT_FROM_TABLE_REGEX = r"\bSELECT .+? FROM (?P<result>([\w.]|`[^`<>]+`)+)"
79+ SELECT_FROM_TABLE_REGEX = r"\bSELECT\b .+?\bFROM\s+ (?P<result>([\w.]|`[^`<>]+`)+)"
8080
8181# Regular expression used for recognition of textual content-type
8282TEXT_CONTENT_TYPE_REGEX = r"(?i)(text|form|message|xml|javascript|ecmascript|json)"
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ ec6a778b0e74749b916caead78ba88b7 lib/core/option.py
4646760d9df2a27ded29109b390ab202e72d lib/core/replication.py
4747a2466b62e67f8b31736bac4dac590e51 lib/core/revision.py
484802d4762140a72fd44668d3dab5eabda9 lib/core/session.py
49- 206bb2bd089f2cfa017386b85a1e6926 lib/core/settings.py
49+ 46a305e088cbea3eee04d63af5ff6d24 lib/core/settings.py
505035bffbad762eb9e03db9e93b1c991103 lib/core/shell.py
5151a59ec28371ae067a6fdd8f810edbee3d lib/core/subprocessng.py
52527c9f2af3c0a8dd89223cfe07b0a0b826 lib/core/target.py
You can’t perform that action at this time.
0 commit comments