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/
81
81
82
82
# Backdoor Compilation and Obfuscation for Windows
83
83
84
- ** Compile to Executable using Pyinstaller**
84
+ ** Compile to Executable using Pyinstaller Linux **
85
85
86
86
$ 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
87
93
88
94
This will produce _ ./dist/backdoor.exe_
89
95
@@ -126,6 +132,12 @@ Rename archive to: _image.jpg.exe_
126
132
Load SFX icon from the file (image ICO)
127
133
128
134
135
+
136
+ ** Creating SFX Archive - Visual**
137
+
138
+ https://user-images.githubusercontent.com/10171446/153578069-851d3896-67d0-465b-ad92-267ad21504ee.mp4
139
+
140
+
129
141
This will produce an SFX archive which looks like an image
130
142
131
143
While 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