Skip to content

Commit fc486c8

Browse files
committed
Minor update
1 parent cfe43e3 commit fc486c8

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

lib/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from thirdparty.six import unichr as _unichr
1919

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

thirdparty/identywaf/data.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,12 @@
303303
"9bf2:RVdXum61OElCWapAYKYPk4JzWOtohM4IiUYMr2RXg1uQJbX2uhdOn9htOj+hX7AB16FcPxJPdLsXo2tKaK99n+i7c4RmkgI2FZjxtDtAeq+c3qA4chS1XKTC"
304304
]
305305
},
306+
"duedge": {
307+
"company": "Baidu",
308+
"name": "DuEdge",
309+
"regex": "(?s)<h1>403<small>.+DuEdge Event ID: [0-9a-f]{16}.+IP: [0-9.]+",
310+
"signatures": []
311+
},
306312
"expressionengine": {
307313
"company": "EllisLab",
308314
"name": "ExpressionEngine",
@@ -536,6 +542,12 @@
536542
"125a:RVdXum61OElCWKpAYKYPk4JzWOtohM4JiUcMr2RXg1uQJbX3uhdOn9htOj+hX7AB16FcPxJPdLsXo2tLaK99n+i7c4VmkwI3FZnxtDtBeq+c36A5chW1XaTC"
537543
]
538544
},
545+
"openrasp": {
546+
"company": "Blackbaud",
547+
"name": "OpenRASP",
548+
"regex": "400 - Request blocked by OpenRASP|https://rasp.baidu.com/blocked2?/",
549+
"signatures": []
550+
},
539551
"paloalto": {
540552
"company": "Palo Alto Networks",
541553
"name": "Palo Alto",

0 commit comments

Comments
 (0)