Difference between revisions of "FuzzItAll"

From Security Unileon
Line 3: Line 3:
 
[[File:Fuzzitall overview.png|frame|center|FuzzItAll overview]]
 
[[File:Fuzzitall overview.png|frame|center|FuzzItAll overview]]
  
== External Links ==
+
== Built With ==
  
* Source code
+
* Bash
 +
* [https://slurm.schedmd.com/documentation.html Slurm] - Job scheduler for Clusters and Supercomputers.
 +
* [https://docs.python.org/3/library/index.html Python 3]
 +
* [https://github.com/pallets/flask Flask] - Lightweight web application framework.
 +
* [https://pyjwt.readthedocs.io/en/stable/ PyJWT] - Library for encoding and decoding JSON Web Tokens.
 +
 
 +
== License ==
 +
 
 +
This project is licensed under [https://choosealicense.com/licenses/mit/ MIT License].

Revision as of 09:20, 10 November 2021

FuzzItAll is a service to ease the process of instrumenting and fuzzing binaries using the capabilities of a High-Performance Computing Enviroment (HPCE).

FuzzItAll overview

Built With

  • Bash
  • Slurm - Job scheduler for Clusters and Supercomputers.
  • Python 3
  • Flask - Lightweight web application framework.
  • PyJWT - Library for encoding and decoding JSON Web Tokens.

License

This project is licensed under MIT License.