diff --git a/monkey_island/cc/resources/pthmap.py b/monkey_island/cc/resources/pthmap.py index 93af154d7..0393939cf 100644 --- a/monkey_island/cc/resources/pthmap.py +++ b/monkey_island/cc/resources/pthmap.py @@ -852,11 +852,11 @@ def main(): dups = dict(map(lambda x: (x, len(pth.GetSidsBySecret(x))), pth.GetAllSecrets())) print """
Secret | User Count | Users That Share This Password |
---|---|---|
User Count | Users That Share This Password | |
{secret} | {count} | """.format(secret=secret, count=count) + print """|
{count} | """.format(secret=secret, count=count) print """
|