mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-04-26 11:53:44 +03:00
Trivial update
This commit is contained in:
parent
ed37ae1562
commit
a399b65033
|
@ -19,7 +19,7 @@ from lib.core.enums import DBMS_DIRECTORY_NAME
|
||||||
from lib.core.enums import OS
|
from lib.core.enums import OS
|
||||||
|
|
||||||
# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
|
# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
|
||||||
VERSION = "1.2.6.3"
|
VERSION = "1.2.6.4"
|
||||||
TYPE = "dev" if VERSION.count('.') > 2 and VERSION.split('.')[-1] != '0' else "stable"
|
TYPE = "dev" if VERSION.count('.') > 2 and VERSION.split('.')[-1] != '0' else "stable"
|
||||||
TYPE_COLORS = {"dev": 33, "stable": 90, "pip": 34}
|
TYPE_COLORS = {"dev": 33, "stable": 90, "pip": 34}
|
||||||
VERSION_STRING = "sqlmap/%s#%s" % ('.'.join(VERSION.split('.')[:-1]) if VERSION.count('.') > 2 and VERSION.split('.')[-1] == '0' else VERSION, TYPE)
|
VERSION_STRING = "sqlmap/%s#%s" % ('.'.join(VERSION.split('.')[:-1]) if VERSION.count('.') > 2 and VERSION.split('.')[-1] == '0' else VERSION, TYPE)
|
||||||
|
|
|
@ -47,7 +47,7 @@ c9a56e58984420a5abb7a3f7aadc196d lib/core/optiondict.py
|
||||||
0c3eef46bdbf87e29a3f95f90240d192 lib/core/replication.py
|
0c3eef46bdbf87e29a3f95f90240d192 lib/core/replication.py
|
||||||
a7db43859b61569b601b97f187dd31c5 lib/core/revision.py
|
a7db43859b61569b601b97f187dd31c5 lib/core/revision.py
|
||||||
fcb74fcc9577523524659ec49e2e964b lib/core/session.py
|
fcb74fcc9577523524659ec49e2e964b lib/core/session.py
|
||||||
8dc42e1cb53bbbac2172f1edd5077597 lib/core/settings.py
|
9d0f7b5da86733268cf0ee3bcce3fd0e lib/core/settings.py
|
||||||
0dfc2ed40adf72e302291f6ecd4406f6 lib/core/shell.py
|
0dfc2ed40adf72e302291f6ecd4406f6 lib/core/shell.py
|
||||||
a7edc9250d13af36ac0108f259859c19 lib/core/subprocessng.py
|
a7edc9250d13af36ac0108f259859c19 lib/core/subprocessng.py
|
||||||
6306284edcccc185b2df085438572b0d lib/core/target.py
|
6306284edcccc185b2df085438572b0d lib/core/target.py
|
||||||
|
@ -400,7 +400,7 @@ ef722d062564def381b1f96f5faadee3 waf/baidu.py
|
||||||
6a2834daf767491d3331bd31e946d540 waf/binarysec.py
|
6a2834daf767491d3331bd31e946d540 waf/binarysec.py
|
||||||
41e399dbfe7b904d5aacfb37d85e1fbf waf/blockdos.py
|
41e399dbfe7b904d5aacfb37d85e1fbf waf/blockdos.py
|
||||||
2f3bbf43be94d4e9ffe9f80e8483d62f waf/ciscoacexml.py
|
2f3bbf43be94d4e9ffe9f80e8483d62f waf/ciscoacexml.py
|
||||||
e70fbe03e1338f3d3a412136b033e3d6 waf/cloudbric.py
|
cf979f0393523c028d8190ef6116884f waf/cloudbric.py
|
||||||
21b8203fdaaaac3cb7c84fa4dc0627f6 waf/cloudflare.py
|
21b8203fdaaaac3cb7c84fa4dc0627f6 waf/cloudflare.py
|
||||||
b16b1c15532103346d5e2f5b8bd1ed36 waf/cloudfront.py
|
b16b1c15532103346d5e2f5b8bd1ed36 waf/cloudfront.py
|
||||||
ac96f34c254951d301973617064eb1b5 waf/comodo.py
|
ac96f34c254951d301973617064eb1b5 waf/comodo.py
|
||||||
|
@ -408,7 +408,7 @@ ac96f34c254951d301973617064eb1b5 waf/comodo.py
|
||||||
1538b661e35843074f4599be93b3fae9 waf/denyall.py
|
1538b661e35843074f4599be93b3fae9 waf/denyall.py
|
||||||
aade02eb8f6a4a214a53db0fd0f2aae6 waf/dosarrest.py
|
aade02eb8f6a4a214a53db0fd0f2aae6 waf/dosarrest.py
|
||||||
357cbc0a17a44e4f64062b799c718e0b waf/dotdefender.py
|
357cbc0a17a44e4f64062b799c718e0b waf/dotdefender.py
|
||||||
ad20145a12cff50d49085ed06c8e422b waf/edgecast.py
|
7ec3f2a90914b501100685aa66aadf02 waf/edgecast.py
|
||||||
954bebd4a246d8b88794de00ccaecd3b waf/expressionengine.py
|
954bebd4a246d8b88794de00ccaecd3b waf/expressionengine.py
|
||||||
a2ce6cde682f78e1fd561dc40611877e waf/fortiweb.py
|
a2ce6cde682f78e1fd561dc40611877e waf/fortiweb.py
|
||||||
eb56ac34775cc3c5f721ec967d04b283 waf/generic.py
|
eb56ac34775cc3c5f721ec967d04b283 waf/generic.py
|
||||||
|
|
|
@ -10,7 +10,7 @@ import re
|
||||||
from lib.core.enums import HTTP_HEADER
|
from lib.core.enums import HTTP_HEADER
|
||||||
from lib.core.settings import WAF_ATTACK_VECTORS
|
from lib.core.settings import WAF_ATTACK_VECTORS
|
||||||
|
|
||||||
__product__ = "Cloudbric WAF (Cloudbric)"
|
__product__ = "Cloudbric Web Application Firewall (Cloudbric)"
|
||||||
|
|
||||||
def detect(get_page):
|
def detect(get_page):
|
||||||
retval = False
|
retval = False
|
||||||
|
|
|
@ -10,7 +10,7 @@ import re
|
||||||
from lib.core.enums import HTTP_HEADER
|
from lib.core.enums import HTTP_HEADER
|
||||||
from lib.core.settings import WAF_ATTACK_VECTORS
|
from lib.core.settings import WAF_ATTACK_VECTORS
|
||||||
|
|
||||||
__product__ = "EdgeCast WAF (Verizon)"
|
__product__ = "EdgeCast Web Application Firewall (Verizon)"
|
||||||
|
|
||||||
def detect(get_page):
|
def detect(get_page):
|
||||||
retval = False
|
retval = False
|
||||||
|
|
Loading…
Reference in New Issue
Block a user