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.2.11 "
22+ VERSION = "1.1.2.12 "
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 )
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ e544108e2238d756c94a240e8a1ce061 lib/core/optiondict.py
4545d8e9250f3775119df07e9070eddccd16 lib/core/replication.py
4646785f86e3f963fa3798f84286a4e83ff2 lib/core/revision.py
474740c80b28b3a5819b737a5a17d4565ae9 lib/core/session.py
48- 8783597f92774bfffe77e0047f76d2a6 lib/core/settings.py
48+ 9fb5d80b24bf89c326c69de96582c5c0 lib/core/settings.py
4949d91291997d2bd2f6028aaf371bf1d3b6 lib/core/shell.py
50502ad85c130cc5f2b3701ea85c2f6bbf20 lib/core/subprocessng.py
5151afd0636d2e93c23f4f0a5c9b6023ea17 lib/core/target.py
@@ -402,9 +402,9 @@ ab6f6e3169cb43efcf5b6ed84b58252f waf/comodo.py
4024027bde9f5ec27b41167d25a3a24853107b waf/dotdefender.py
403403e4b058d759198216d24f8fed6ef97be4 waf/edgecast.py
404404f633953970fb181b9ac5420a47e6a610 waf/expressionengine.py
405- f2295bb96025aeeca7e38661aef7c883 waf/fortiweb.py
405+ 1df78b6ad49259514cb6e4d68371cbcf waf/fortiweb.py
406406ef151fbc34f16620958ba61dd415ae59 waf/generic.py
407- 9126fc8101dee36c27866df731e2d841 waf/hyperguard.py
407+ d50e17ed49e1a3cb846e652ed98e3b3c waf/hyperguard.py
4084085b5382ccfb82ee6afdc1b47c8a4bce70 waf/incapsula.py
409409310efc965c862cfbd7b0da5150a5ad36 waf/__init__.py
4104105a364b68519a5872c4d60be11d2a23c1 waf/isaserver.py
Original file line number Diff line number Diff line change 1010from lib .core .enums import HTTP_HEADER
1111from lib .core .settings import WAF_ATTACK_VECTORS
1212
13- __product__ = "FortiWeb Web Application Firewall (Fortinet Inc. )"
13+ __product__ = "FortiWeb Web Application Firewall (Fortinet)"
1414
1515def detect (get_page ):
1616 retval = False
Original file line number Diff line number Diff line change 1010from lib .core .enums import HTTP_HEADER
1111from lib .core .settings import WAF_ATTACK_VECTORS
1212
13- __product__ = "Hyperguard Web Application Firewall (art of defence Inc. )"
13+ __product__ = "Hyperguard Web Application Firewall (art of defence)"
1414
1515def detect (get_page ):
1616 retval = False
You can’t perform that action at this time.
0 commit comments