fuzzing

  1. Father

    Essential fuzzing

    Fuzzing is an integral part of the secure development cycle. This is the procedure of feeding a large number, on the order of a billion, samples of input data to the program code that processes them. At the same time, for each sample of input data, a separate code run is performed and its...
  2. Carding

    Awesome hacking. Fuzzing, MITM.

    Fuzzing: • AFL++ (https://github.com/vanhauser-thc/AFLplusplus) • AndroFuzz (https://github.com/jonmetz/AndroFuzz) • Boofuz (https://github.com/jtpereyda/boofuzz) • Construct (http://construct.readthedocs.org/) • Deepstate (https://github.com/trailofbits/deepstate) • Driller...
Top