diff --git a/monkey_island/cc/resources/pthmap.py b/monkey_island/cc/resources/pthmap.py
index f9819dd79..7472a4476 100644
--- a/monkey_island/cc/resources/pthmap.py
+++ b/monkey_island/cc/resources/pthmap.py
@@ -946,7 +946,7 @@ class PassTheHashMap(object):
def main():
pth = PassTheHashMap()
- print """"""
+ print """"""
print "
Pass The Hash Report
"
print "Duplicated Passwords
"
@@ -1058,6 +1058,7 @@ def main():
print """"""
print """"""
+ print """"""
print "
Cached Passwords
"
print "
On how many machines each secret is cached (possible attacker count)?
"
@@ -1229,6 +1230,6 @@ def main():
print """
{hostname}""".format(ip=m.GetIp(), hostname=m.GetHostName())
print """"""
-
+ print """
"""
if __name__ == "__main__":
main()
\ No newline at end of file