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

Skip to content

Commit 6ea07f7

Browse files
committed
Fix of false statement (bluecoat.py was not meant to be used only against MySQL - Issue #261)
1 parent 7e2db76 commit 6ea07f7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tamper/bluecoat.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
__priority__ = PRIORITY.NORMAL
1616

1717
def dependencies():
18-
singleTimeWarnMessage("tamper script '%s' is only meant to be run against %s" % (os.path.basename(__file__).split(".")[0], DBMS.MYSQL))
18+
pass
1919

2020
def tamper(payload, headers=None):
2121
"""
@@ -27,7 +27,7 @@ def tamper(payload, headers=None):
2727
* Output: SELECT%09id FROM users where id LIKE 1
2828
2929
Requirement:
30-
* MySQL, Blue Coat SGOS with WAF activated as documented in
30+
* Blue Coat SGOS with WAF activated as documented in
3131
https://kb.bluecoat.com/index?page=content&id=FAQ2147
3232
3333
Tested against:

0 commit comments

Comments
 (0)