Skip to content

Commit b31c264

Browse files
committed
Minor update
1 parent a569f21 commit b31c264

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

extra/wafdetectify/wafdetectify.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def main():
9999

100100
WAF_FUNCTIONS = sorted(WAF_FUNCTIONS, key=lambda _: "generic" in _[1].lower())
101101

102-
print colorize("[i] %d WAF scripts loaded" % len(WAF_FUNCTIONS))
102+
print colorize("[i] checking '%s'..." % sys.argv[1])
103103

104104
found = False
105105
for function, product in WAF_FUNCTIONS:
@@ -115,5 +115,7 @@ def main():
115115

116116
print
117117

118+
exit(int(not found))
119+
118120
if __name__ == "__main__":
119121
main()

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.12.44"
22+
VERSION = "1.2.12.45"
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ e4805169a081b834ca51a60a150c7247 extra/shutils/newlines.py
2121
1e5532ede194ac9c083891c2f02bca93 extra/sqlharvest/__init__.py
2222
b3e60ea4e18a65c48515d04aab28ff68 extra/sqlharvest/sqlharvest.py
2323
1e5532ede194ac9c083891c2f02bca93 extra/wafdetectify/__init__.py
24-
c1bccc94522d3425a372dcd57f78418e extra/wafdetectify/wafdetectify.py
24+
d2fe1ac374de3c2d7729152cb8c80ce8 extra/wafdetectify/wafdetectify.py
2525
3459c562a6abb9b4bdcc36925f751f3e lib/controller/action.py
2626
d4582467b0735525d8d8bdc0396ec87f lib/controller/checks.py
2727
197bdf07f8ea15ecc7e0dafea4f9ae2f lib/controller/controller.py
@@ -49,7 +49,7 @@ c8c386d644d57c659d74542f5f57f632 lib/core/patch.py
4949
0c3eef46bdbf87e29a3f95f90240d192 lib/core/replication.py
5050
a7db43859b61569b601b97f187dd31c5 lib/core/revision.py
5151
fcb74fcc9577523524659ec49e2e964b lib/core/session.py
52-
659309102048735a13747b78c300120e lib/core/settings.py
52+
bcd013acb00d49bb4ed6a39e3e4672d0 lib/core/settings.py
5353
a971ce157d04de96ba6e710d3d38a9a8 lib/core/shell.py
5454
a7edc9250d13af36ac0108f259859c19 lib/core/subprocessng.py
5555
1581be48127a3a7a9fd703359b6e7567 lib/core/target.py

0 commit comments

Comments
 (0)