Skip to content

xnigel/FuzzBox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FuzzBox demo

Execute the *.exe file

Simply download the FuzzBox.exe executable file from "dist" folder and execute it from your local drive.

Convert *.py file to *.exe file

When you are going to modify the original py file and convert it into exe format executable, you may need to perform the following commands.

sudo apt-get install pyinstaller

Then go to the *.py directory:

pyinstaller.exe --onefile --windowed --icon=xxx.ico xxx.py

About

FuzzBox is a Fuzzing tool keeps sending random number to a device via serial interface. Packets can be customized field by field

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors