Updated mimipenguin module description, fixed #193

main
byt3bl33d3r 2017-07-10 08:27:45 -06:00
parent 0b936def23
commit 212f0c363b
2 changed files with 3 additions and 3 deletions

View File

@ -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'

View File

@ -9,7 +9,7 @@ class database:
"id" integer PRIMARY KEY,
"username" text,
"password" text,
"pkey" text,
"pkey" text
)''')
db_conn.execute('''CREATE TABLE "hosts" (