Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 593 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 593 Bytes

My CryptoFuzz - fuzzing ECC, RSA

Index

Overview

  • This is a toy project to partially expand the function of cryptofuzz.
  • The fuzzing target is crypto++. additional fuzzing of RSA and ECC-related ciphers that are not present in cryptofuzz is possible.
  • One unknown vulnerability(OOM) was found in ECC-related ciphers.

Getting Started

Depencies

  • clang++-8

PoC

oom