mirror of https://github.com/n1nj4sec/pupy.git
adding help for pyinst new format
This commit is contained in:
parent
61acd89196
commit
1a0bd4e240
|
@ -236,6 +236,7 @@ class ListOptions(argparse.Action):
|
|||
print "\t- exe_86, exe_x64 : generate PE exe for windows"
|
||||
print "\t- dll_86, dll_x64 : generate reflective dll for windows"
|
||||
print "\t- py : generate a fully packaged python file (with all the dependencies packaged and executed from memory), all os (need the python interpreter installed)"
|
||||
print "\t- pyinst : generate a python file compatible with pyinstaller"
|
||||
print "\t- py_oneliner : same as \"py\" format but served over http to load it from memory with a single command line."
|
||||
print "\t- ps1_oneliner : load pupy remotely from memory with a single command line using powershell."
|
||||
|
||||
|
|
Loading…
Reference in New Issue