Merge pull request #475 from TalebQasem/patch-27

Update desofuscation-vbs-cscript.exe.md
This commit is contained in:
Carlos Polop 2022-09-18 11:15:38 +02:00 committed by GitHub
commit 54131285a9
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