Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a399b65

Browse files
committed
Trivial update
1 parent ed37ae1 commit a399b65

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

lib/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from lib.core.enums import OS
2020

2121
# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
22-
VERSION = "1.2.6.3"
22+
VERSION = "1.2.6.4"
2323
TYPE = "dev" if VERSION.count('.') > 2 and VERSION.split('.')[-1] != '0' else "stable"
2424
TYPE_COLORS = {"dev": 33, "stable": 90, "pip": 34}
2525
VERSION_STRING = "sqlmap/%s#%s" % ('.'.join(VERSION.split('.')[:-1]) if VERSION.count('.') > 2 and VERSION.split('.')[-1] == '0' else VERSION, TYPE)

txt/checksum.md5

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ c9a56e58984420a5abb7a3f7aadc196d lib/core/optiondict.py
4747
0c3eef46bdbf87e29a3f95f90240d192 lib/core/replication.py
4848
a7db43859b61569b601b97f187dd31c5 lib/core/revision.py
4949
fcb74fcc9577523524659ec49e2e964b lib/core/session.py
50-
8dc42e1cb53bbbac2172f1edd5077597 lib/core/settings.py
50+
9d0f7b5da86733268cf0ee3bcce3fd0e lib/core/settings.py
5151
0dfc2ed40adf72e302291f6ecd4406f6 lib/core/shell.py
5252
a7edc9250d13af36ac0108f259859c19 lib/core/subprocessng.py
5353
6306284edcccc185b2df085438572b0d lib/core/target.py
@@ -400,15 +400,15 @@ ef722d062564def381b1f96f5faadee3 waf/baidu.py
400400
6a2834daf767491d3331bd31e946d540 waf/binarysec.py
401401
41e399dbfe7b904d5aacfb37d85e1fbf waf/blockdos.py
402402
2f3bbf43be94d4e9ffe9f80e8483d62f waf/ciscoacexml.py
403-
e70fbe03e1338f3d3a412136b033e3d6 waf/cloudbric.py
403+
cf979f0393523c028d8190ef6116884f waf/cloudbric.py
404404
21b8203fdaaaac3cb7c84fa4dc0627f6 waf/cloudflare.py
405405
b16b1c15532103346d5e2f5b8bd1ed36 waf/cloudfront.py
406406
ac96f34c254951d301973617064eb1b5 waf/comodo.py
407407
56d58c982c2cf775e0f8dc6767f336fd waf/datapower.py
408408
1538b661e35843074f4599be93b3fae9 waf/denyall.py
409409
aade02eb8f6a4a214a53db0fd0f2aae6 waf/dosarrest.py
410410
357cbc0a17a44e4f64062b799c718e0b waf/dotdefender.py
411-
ad20145a12cff50d49085ed06c8e422b waf/edgecast.py
411+
7ec3f2a90914b501100685aa66aadf02 waf/edgecast.py
412412
954bebd4a246d8b88794de00ccaecd3b waf/expressionengine.py
413413
a2ce6cde682f78e1fd561dc40611877e waf/fortiweb.py
414414
eb56ac34775cc3c5f721ec967d04b283 waf/generic.py

waf/cloudbric.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from lib.core.enums import HTTP_HEADER
1111
from lib.core.settings import WAF_ATTACK_VECTORS
1212

13-
__product__ = "Cloudbric WAF (Cloudbric)"
13+
__product__ = "Cloudbric Web Application Firewall (Cloudbric)"
1414

1515
def detect(get_page):
1616
retval = False

waf/edgecast.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from lib.core.enums import HTTP_HEADER
1111
from lib.core.settings import WAF_ATTACK_VECTORS
1212

13-
__product__ = "EdgeCast WAF (Verizon)"
13+
__product__ = "EdgeCast Web Application Firewall (Verizon)"
1414

1515
def detect(get_page):
1616
retval = False

0 commit comments

Comments
 (0)