Commit c50de2a7 by Laurent Meirlaen

TC7200 password disclosure v2 : fix typo

parent 02856b3f
...@@ -55,6 +55,7 @@ class Exploit(exploits.Exploit): ...@@ -55,6 +55,7 @@ class Exploit(exploits.Exploit):
print_error("Exploit failed. Could not extract config file.") print_error("Exploit failed. Could not extract config file.")
else: else:
print_error("Target is not vulnerable") print_error("Target is not vulnerable")
@staticmethod @staticmethod
def parse_backup(backup): def parse_backup(backup):
p = backup.find('MLog') p = backup.find('MLog')
......
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