Updated mimipenguin module description, fixed #193
parent
0b936def23
commit
212f0c363b
|
@ -3,8 +3,8 @@ from sys import exit
|
||||||
|
|
||||||
class CMEModule:
|
class CMEModule:
|
||||||
'''
|
'''
|
||||||
Example
|
Runs the Mimipenguin script to dump credentials from memory
|
||||||
Module by @yomama
|
Module by @byt3bl33d3r
|
||||||
|
|
||||||
'''
|
'''
|
||||||
name = 'mimipenguin'
|
name = 'mimipenguin'
|
||||||
|
|
|
@ -9,7 +9,7 @@ class database:
|
||||||
"id" integer PRIMARY KEY,
|
"id" integer PRIMARY KEY,
|
||||||
"username" text,
|
"username" text,
|
||||||
"password" text,
|
"password" text,
|
||||||
"pkey" text,
|
"pkey" text
|
||||||
)''')
|
)''')
|
||||||
|
|
||||||
db_conn.execute('''CREATE TABLE "hosts" (
|
db_conn.execute('''CREATE TABLE "hosts" (
|
||||||
|
|
Loading…
Reference in New Issue