Commit a05b67ef by Marcin Bury

Adding mute decorator to check method.

parent 89e75611
...@@ -56,6 +56,7 @@ class Exploit(exploits.Exploit): ...@@ -56,6 +56,7 @@ class Exploit(exploits.Exploit):
return "" return ""
@mute
def check(self): def check(self):
response = "" response = ""
payload = "\x00" * 8 payload = "\x00" * 8
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment