mirror of https://github.com/n1nj4sec/pupy.git
Small fixes in powershell modules
This commit is contained in:
parent
4f4834b34f
commit
87b8d363eb
|
@ -1,6 +1,7 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
from pupylib.PupyModule import *
|
||||
from pupylib.utils.term import consize
|
||||
|
||||
__class_name__="Inveigh"
|
||||
ROOT=os.path.abspath(os.path.join(os.path.dirname(__file__),".."))
|
||||
|
|
|
@ -3,6 +3,7 @@ from pupylib.PupyModule import *
|
|||
import os
|
||||
import re
|
||||
from pupylib.utils.credentials import Credentials
|
||||
from pupylib.utils.term import consize
|
||||
|
||||
__class_name__="Mimikatz_Powershell"
|
||||
ROOT=os.path.abspath(os.path.join(os.path.dirname(__file__),".."))
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
from pupylib.PupyModule import *
|
||||
from pupylib.utils.term import consize
|
||||
import os
|
||||
|
||||
__class_name__="PowerUp"
|
||||
|
|
Loading…
Reference in New Issue