diff --git a/cme/modules/mimipenguin.py b/cme/modules/mimipenguin.py index b6356a26..3a4b68c5 100644 --- a/cme/modules/mimipenguin.py +++ b/cme/modules/mimipenguin.py @@ -3,8 +3,8 @@ from sys import exit class CMEModule: ''' - Example - Module by @yomama + Runs the Mimipenguin script to dump credentials from memory + Module by @byt3bl33d3r ''' name = 'mimipenguin' diff --git a/cme/protocols/ssh/database.py b/cme/protocols/ssh/database.py index 794d1a26..101bfa1a 100644 --- a/cme/protocols/ssh/database.py +++ b/cme/protocols/ssh/database.py @@ -9,7 +9,7 @@ class database: "id" integer PRIMARY KEY, "username" text, "password" text, - "pkey" text, + "pkey" text )''') db_conn.execute('''CREATE TABLE "hosts" (