mirror of https://github.com/n1nj4sec/pupy.git
Fix pupygen (powershell)
This commit is contained in:
parent
87b8d363eb
commit
4940035bd2
|
@ -14,7 +14,7 @@ from pupylib.PupyConfig import PupyConfig
|
||||||
from network.conf import transports, launchers
|
from network.conf import transports, launchers
|
||||||
from network.lib.base_launcher import LauncherError
|
from network.lib.base_launcher import LauncherError
|
||||||
from scriptlets.scriptlets import ScriptletArgumentError
|
from scriptlets.scriptlets import ScriptletArgumentError
|
||||||
from modules.lib.windows.powershell_upload import obfuscatePowershellScript
|
from modules.lib.windows.powershell import obfuscatePowershellScript
|
||||||
from pupylib.PupyCredentials import Credentials, EncryptionError
|
from pupylib.PupyCredentials import Credentials, EncryptionError
|
||||||
from pupylib import PupyCredentials
|
from pupylib import PupyCredentials
|
||||||
from pupylib.PupyVersion import __version__
|
from pupylib.PupyVersion import __version__
|
||||||
|
|
Loading…
Reference in New Issue