File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -81,9 +81,15 @@ Python 2.7.14 Releases: https://www.python.org/downloads/release/python-2714/
8181
8282# Backdoor Compilation and Obfuscation for Windows
8383
84- ** Compile to Executable using Pyinstaller**
84+ ** Compile to Executable using Pyinstaller Linux **
8585
8686 $ pyinstaller --onefile --noconsole backdoor.py
87+
88+ or,
89+
90+ ** Compile to Executable using Pyinstaller (Win) under Wine**
91+
92+ # wine /root/.wine/drive_c/Python27/Scripts/pyinstaller.exe --onefile --noconsole ~/backdoor.py
8793
8894This will produce _ ./dist/backdoor.exe_
8995
@@ -126,6 +132,12 @@ Rename archive to: _image.jpg.exe_
126132 Load SFX icon from the file (image ICO)
127133
128134
135+
136+ ** Creating SFX Archive - Visual**
137+
138+ https://user-images.githubusercontent.com/10171446/153578069-851d3896-67d0-465b-ad92-267ad21504ee.mp4
139+
140+
129141This will produce an SFX archive which looks like an image
130142
131143While inspecting the file will reveal it is an executable the file extension _ .exe_ is concealed.
You can’t perform that action at this time.
0 commit comments