Difference between revisions of "FuzzItAll"
From Security Unileon
SecurityAdm (talk | contribs) |
SecurityAdm (talk | contribs) m |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | FuzzItAll is a service to ease the process of | + | FuzzItAll is a service to ease the process of fuzzing binaries using the capabilities of a High-Performance Computing (HPC) system. |
[[File:Fuzzitall overview.png|frame|center|FuzzItAll overview]] | [[File:Fuzzitall overview.png|frame|center|FuzzItAll overview]] | ||
| − | + | 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 == |
| + | |||
| + | * [https://www.gnu.org/software/bash/ Bash] - Command-line interpreter. | ||
| + | * [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://www.paramiko.org/ Paramiko] - Python library for establishing connections through SSHv2 protocol. | ||
| + | |||
| + | == 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.
