Updated mimipenguin module description, fixed #193
parent
0b936def23
commit
212f0c363b
|
@ -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'
|
||||
|
|
|
@ -9,7 +9,7 @@ class database:
|
|||
"id" integer PRIMARY KEY,
|
||||
"username" text,
|
||||
"password" text,
|
||||
"pkey" text,
|
||||
"pkey" text
|
||||
)''')
|
||||
|
||||
db_conn.execute('''CREATE TABLE "hosts" (
|
||||
|
|
Loading…
Reference in New Issue