File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 15341534 <substring query =" SUBSTR((%s),%d,%d)" />
15351535 <concatenate query =" %s||%s" />
15361536 <case query =" SELECT (CASE WHEN (%s) THEN 1 ELSE 0 END)" />
1537- <hex />
15381537 <inference query =" SUBSTR((%s),%d,1)>'%c'" />
15391538 <banner />
15401539 <current_user />
15771576 <substring query =" SUBSTRING((%s) FROM %d FOR %d)" />
15781577 <concatenate query =" %s||%s" />
15791578 <case query =" SELECT (CASE WHEN (%s) THEN '1' ELSE '0' END)" />
1580- <hex />
15811579 <inference query =" SUBSTRING((%s) FROM %d FOR 1)>'%c'" />
15821580 <banner />
15831581 <current_user query =" CURRENT_USER" />
Original file line number Diff line number Diff line change 1818from thirdparty .six import unichr as _unichr
1919
2020# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
21- VERSION = "1.4.3.9 "
21+ VERSION = "1.4.3.10 "
2222TYPE = "dev" if VERSION .count ('.' ) > 2 and VERSION .split ('.' )[- 1 ] != '0' else "stable"
2323TYPE_COLORS = {"dev" : 33 , "stable" : 90 , "pip" : 34 }
2424VERSION_STRING = "sqlmap/%s#%s" % ('.' .join (VERSION .split ('.' )[:- 1 ]) if VERSION .count ('.' ) > 2 and VERSION .split ('.' )[- 1 ] == '0' else VERSION , TYPE )
You can’t perform that action at this time.
0 commit comments