mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-15 01:17:36 +00:00
Merge pull request #475 from TalebQasem/patch-27
Update desofuscation-vbs-cscript.exe.md
This commit is contained in:
commit
54131285a9
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue