File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -136,13 +136,13 @@ This will produce _./dist/backdoor.exe_
136
136
## Obfuscation using SFX Archive (Theory)
137
137
138
138
The executable _ backdoor.exe_ will be made to look like an image (jpg) file.
139
- By default Windows does not show file extensions (e.g. backdoor.exe will show in Windows Explorer as backdoor).
139
+ By default, Windows does not show file extensions (e.g. backdoor.exe will show in Windows Explorer as backdoor).
140
140
Hence, we will create an SFX archive name _ wallpaper.jpg.exe_ which Windows Explorer will show as _ wallpaper.jpg_ .
141
141
142
142
This will involve having an _ image_ which we will also create an icon version of _ .ico_ to assign the SFX archive.
143
143
Making the executable appear to be an image.
144
144
145
- Of course this same method could be applied to audio, document or video file using an appopriate icon.
145
+ Of course, this same method could be applied to audio, document or video file using an appropriate icon.
146
146
147
147
### NOTE: SFX Archive
148
148
@@ -192,7 +192,7 @@ https://user-images.githubusercontent.com/10171446/153578069-851d3896-67d0-465b-
192
192
This will produce an SFX archive which looks like an image
193
193
194
194
While inspecting the file will reveal it is an executable the file extension _ .exe_ is concealed.
195
- Furthermore, if viewed from the Desktop cannot be differentiated between a 'real' image.
195
+ Furthermore, if viewed from the Desktop the file cannot be differentiated from a 'real' image.
196
196
197
197
![ image8] ( https://user-images.githubusercontent.com/10171446/153618884-601e9a7f-9bda-4fd5-a5a0-9808053160c5.PNG )
198
198
You can’t perform that action at this time.
0 commit comments