Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JohnWoodman/VBA-Macro-Projects
This repository is a collection of my malicious VBA projects.
https://github.com/JohnWoodman/VBA-Macro-Projects
Last synced: 21 days ago
JSON representation
This repository is a collection of my malicious VBA projects.
- Host: GitHub
- URL: https://github.com/JohnWoodman/VBA-Macro-Projects
- Owner: JohnWoodman
- Created: 2021-02-12T22:21:28.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-13T15:59:16.000Z (almost 4 years ago)
- Last Synced: 2024-08-05T17:46:06.607Z (4 months ago)
- Language: VBA
- Size: 41 KB
- Stars: 111
- Watchers: 9
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - JohnWoodman/VBA-Macro-Projects - This repository is a collection of my malicious VBA projects. (VBA)
README
# VBA-Macro-Projects
This repository is a collection of my malicious VBA projects and their related blog posts. Feel free to give me a follow on Twitter if you find this useful [@JohnWoodman15](https://twitter.com/JohnWoodman15)| VBA Macro | Description | Links |
|-|-|-|
| Reverse-Shell.vba | Reverse shell written entirely in VBA using Windows API calls | [Blog Post](https://john-woodman.com/research/malicious-vba-macros-trials-tribulations/) / [Github Repo](https://github.com/JohnWoodman/VBA-Macro-Reverse-Shell) |
| Parse-Outlook.vba | Parses Outlook for sensitive keywords and file extensions, and exfils them via email (inspired by [Adepts of 0xCC](https://twitter.com/AdeptsOf0xCC)) | [Blog Post](https://adepts.of0x.cc/vba-outlook/) |
| Dump-Process.vba | Dumps any user-level process using Windows API calls | [Blog Post](https://john-woodman.com/research/malicious-vba-macros-trials-tribulations/) / [Github Repo](https://github.com/JohnWoodman/VBA-Macro-Dump-Process) |
| remoteInjector.py | Injects link to remote VBA template into Word doc ([Link to README & usage](https://github.com/JohnWoodman/remoteInjector)) | [Blog Post](https://john-woodman.com/research/vba-macro-remote-template-injection/) / [Github Repo](https://github.com/JohnWoodman/remoteInjector) |