Difference between revisions of "FuzzItAll"
From Security Unileon
SecurityAdm (talk | contribs) |
SecurityAdm (talk | contribs) m |
||
Line 7: | Line 7: | ||
== Built With == | == Built With == | ||
− | * [ | + | * [https://www.gnu.org/software/bash/ Bash] - Command-line interpreter. |
* [https://slurm.schedmd.com/documentation.html Slurm] - Job scheduler for Clusters and Supercomputers. | * [https://slurm.schedmd.com/documentation.html Slurm] - Job scheduler for Clusters and Supercomputers. | ||
* [https://github.com/pallets/flask Flask] - Lightweight web application framework for Python. | * [https://github.com/pallets/flask Flask] - Lightweight web application framework for Python. | ||
− | * [https://www.paramiko.org/ Paramiko | + | * [https://www.paramiko.org/ Paramiko] - Python library for establishing connections through SSHv2 protocol. |
== License == | == License == | ||
This project is licensed under [https://choosealicense.com/licenses/mit/ MIT License]. | This project is licensed under [https://choosealicense.com/licenses/mit/ MIT License]. |
Latest revision as of 16:49, 2 March 2022
FuzzItAll is a service to ease the process of fuzzing binaries using the capabilities of a High-Performance Computing (HPC) system.
The operation of the service is based on two components: a command line tool (for managing the fuzzing tasks on an HPC system) and a web application (for requesting the fuzzing tasks on a running HPC system).
Built With
- Bash - Command-line interpreter.
- Slurm - Job scheduler for Clusters and Supercomputers.
- Flask - Lightweight web application framework for Python.
- Paramiko - Python library for establishing connections through SSHv2 protocol.
License
This project is licensed under MIT License.