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 7e2db76 commit 6ea07f7Copy full SHA for 6ea07f7
1 file changed
tamper/bluecoat.py
@@ -15,7 +15,7 @@
15
__priority__ = PRIORITY.NORMAL
16
17
def dependencies():
18
- singleTimeWarnMessage("tamper script '%s' is only meant to be run against %s" % (os.path.basename(__file__).split(".")[0], DBMS.MYSQL))
+ pass
19
20
def tamper(payload, headers=None):
21
"""
@@ -27,7 +27,7 @@ def tamper(payload, headers=None):
27
* Output: SELECT%09id FROM users where id LIKE 1
28
29
Requirement:
30
- * MySQL, Blue Coat SGOS with WAF activated as documented in
+ * Blue Coat SGOS with WAF activated as documented in
31
https://kb.bluecoat.com/index?page=content&id=FAQ2147
32
33
Tested against:
0 commit comments