Skip to content

Commit ebab4bd

Browse files
authored
Update README.md
1 parent e144141 commit ebab4bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,13 +136,13 @@ This will produce _./dist/backdoor.exe_
136136
## Obfuscation using SFX Archive (Theory)
137137

138138
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).
140140
Hence, we will create an SFX archive name _wallpaper.jpg.exe_ which Windows Explorer will show as _wallpaper.jpg_.
141141

142142
This will involve having an _image_ which we will also create an icon version of _.ico_ to assign the SFX archive.
143143
Making the executable appear to be an image.
144144

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.
146146

147147
### NOTE: SFX Archive
148148

@@ -192,7 +192,7 @@ https://user-images.githubusercontent.com/10171446/153578069-851d3896-67d0-465b-
192192
This will produce an SFX archive which looks like an image
193193

194194
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.
196196

197197
![image8](https://user-images.githubusercontent.com/10171446/153618884-601e9a7f-9bda-4fd5-a5a0-9808053160c5.PNG)
198198

0 commit comments

Comments
 (0)