https://github.com/JohnWoodman/VBA-Macro-Reverse-Shell
Fully functioning reverse shell written entirely in VBA.
https://github.com/JohnWoodman/VBA-Macro-Reverse-Shell
Last synced: 4 months ago
JSON representation
Fully functioning reverse shell written entirely in VBA.
- Host: GitHub
- URL: https://github.com/JohnWoodman/VBA-Macro-Reverse-Shell
- Owner: JohnWoodman
- Created: 2021-01-20T18:54:48.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-05T06:35:20.000Z (almost 2 years ago)
- Last Synced: 2024-08-13T07:18:15.988Z (8 months ago)
- Language: VBA
- Size: 6.84 KB
- Stars: 106
- Watchers: 7
- Forks: 29
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - JohnWoodman/VBA-Macro-Reverse-Shell - Fully functioning reverse shell written entirely in VBA. (VBA)
README
# VBA Macro Reverse Shell
This code is a fully functioning reverse shell written entirely in VBA. It does not use any shellcode injection, powershell, or dropping EXE's of any kind, and relies only Windows API calls.[Related blog post](https://john-woodman.com/research/malicious-vba-macros-trials-tribulations/)
[VBA Process Dumber](https://github.com/JohnWoodman/VBA-Macro-Dump-Process)