Update desofuscation-vbs-cscript.exe.md

NOTE: File name desofuscation-vbs-cscript.exe.md needs to be deobfuscation-vbs-cscript.exe.md
This commit is contained in:
Taleb Qasem 2022-09-11 18:50:14 +06:00 committed by GitHub
parent dbc6540ab4
commit 9ff837a9d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@
</details>
Some things that could be useful to debug/desofuscate a malicious vbs file:
Some things that could be useful to debug/deobfuscate a malicious VBS file:
## echo
@ -44,7 +44,7 @@ Function writeBinary(strBinary, strPath)
Dim oFSO: Set oFSO = CreateObject("Scripting.FileSystemObject")
' below lines pupose: checks that write access is possible!
' below lines purpose: checks that write access is possible!
Dim oTxtStream
On Error Resume Next