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

Skip to content

Commit 8ceb490

Browse files
committed
Another update for Issue #1800
1 parent ce37496 commit 8ceb490

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from lib.core.revision import getRevisionNumber
2121

2222
# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
23-
VERSION = "1.0.4.7"
23+
VERSION = "1.0.4.8"
2424
REVISION = getRevisionNumber()
2525
STABLE = VERSION.count('.') <= 2
2626
VERSION_STRING = "sqlmap/%s#%s" % (VERSION, "stable" if STABLE else "dev")

xml/boundaries.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Formats:
8080
<where>1,2</where>
8181
<ptype>1</ptype>
8282
<prefix>)</prefix>
83-
<suffix></suffix>
83+
<suffix>[GENERIC_SQL_COMMENT]</suffix>
8484
</boundary>
8585

8686
<boundary>

0 commit comments

Comments
 (0)