From 212f0c363b659e40e4ee970835817e7dd1a2c344 Mon Sep 17 00:00:00 2001 From: byt3bl33d3r Date: Mon, 10 Jul 2017 08:27:45 -0600 Subject: [PATCH] Updated mimipenguin module description, fixed #193 --- cme/modules/mimipenguin.py | 4 ++-- cme/protocols/ssh/database.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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" (