Noob move

This commit is contained in:
bohops 2018-09-16 08:09:43 -04:00 committed by GitHub
parent 1f2acbefdd
commit 4b94b91d08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,18 +0,0 @@
---
name: zipfldr.dll
description: Compressed Folder library
functions:
execute:
- description: Launch an executable payload by calling RouteTheCall.
code: rundll32.exe zipfldr.dll,RouteTheCall calc.exe
- description: Launch an executable payload by calling RouteTheCall (obfuscated).
code: rundll32.exe zipfldr.dll,RouteTheCall file://^C^:^/^W^i^n^d^o^w^s^/^s^y^s^t^e^m^3^2^/^c^a^l^c^.^e^x^e
resources:
- resource: https://twitter.com/moriarty_meng/status/977848311603380224
- resource: https://twitter.com/bohops/status/997896811904929792
- resource: https://windows10dll.nirsoft.net/zipfldr_dll.html
fullpath:
- path: c:\windows\system32\zipfldr.dll
- path: c:\windows\syswow64\zipfldr.dll
notes: Thanks to Moriarty - @moriarty_meng (Execute), r0lan - @yeyint_mth (Obfuscation)
---