Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce37496 commit 8ceb490Copy full SHA for 8ceb490
2 files changed
lib/core/settings.py
@@ -20,7 +20,7 @@
20
from lib.core.revision import getRevisionNumber
21
22
# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
23
-VERSION = "1.0.4.7"
+VERSION = "1.0.4.8"
24
REVISION = getRevisionNumber()
25
STABLE = VERSION.count('.') <= 2
26
VERSION_STRING = "sqlmap/%s#%s" % (VERSION, "stable" if STABLE else "dev")
xml/boundaries.xml
@@ -80,7 +80,7 @@ Formats:
80
<where>1,2</where>
81
<ptype>1</ptype>
82
<prefix>)</prefix>
83
- <suffix></suffix>
+ <suffix>[GENERIC_SQL_COMMENT]</suffix>
84
</boundary>
85
86
<boundary>
0 commit comments