writeups VS cryptofuzz

Compare writeups vs cryptofuzz and see what are their differences.

cryptofuzz

Fuzzing cryptographic libraries. Magic bug printer go brrrr. (by guidovranken)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
writeups cryptofuzz
8 6
122 655
5.7% -
6.6 9.0
20 days ago 17 days ago
Python C++
- GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

writeups

Posts with mentions or reviews of writeups. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-06-24.

cryptofuzz

Posts with mentions or reviews of cryptofuzz. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-06.
  • Java ECDSA trivial signature bypass
    1 project | /r/crypto | 20 Apr 2022
    There is also the cryptofuzz
  • What are some real-world security issues in cryptography?
    3 projects | /r/cryptography | 6 Mar 2022
  • The biggest source of vulnerabilities in cryptographic libraries is memory safety bugs, not cryptography bugs
    3 projects | /r/rust | 27 Feb 2022
    2) There's a popular fuzzing technique, called "differential fuzzing" that works especially well for cryptographic libraries. The idea is to have the fuzzer look for both memory safety issues (like buffer overflows, even if they're too small to cause a crash AddressSaniziter can detect) and actual logic bugs in the cryptography implementation (e.g. the output of one implementation not matching the output of another, given the same state/inputs).
  • You Shouldn't Roll Your Own Crypto: An Empirical Study
    1 project | news.ycombinator.com | 25 Jul 2021
    I understand that they base their research on CVE data because it offers normalized quantifiers of severity and scope, but in my experience vendors by and large don't bother with CVE's for API bugs even when the affected primitive is clearly malfunctioning (memory or correctness issues).

    I've been deeply fuzzing cryptographic libraries for a few years and found about 130 bugs [1]. The vast majority of these did not receive a CVE. Now some of these are merely theoretical, others will only manifest under particular circumstances like specific calling sequences, others were caught in the development phase before landing in stable releases, but a number of them are outright vulnerabilities. The usefulness of CVE incidence is questionable when it is so strongly influenced by the vendor's propensity for reporting these.

    [1] https://github.com/guidovranken/cryptofuzz#bugs-found-by-cry...

  • What Is Fuzz Testing?
    5 projects | news.ycombinator.com | 7 Apr 2021
    [1]: https://guidovranken.com/2019/05/14/differential-fuzzing-of-...
  • Cyber Security; Beginner Roadmap
    1 project | news.ycombinator.com | 17 Jan 2021
    I don't have any certs (apart from malformed X509 files..) so I can't speak of their effectiveness. What has worked for me is having a strong presence in open source. I just show people one of my projects like [1] and nobody asks about certs or education, ever. I spend most of my free time on these projects so cultivating a sizeable project might not be a suitable route for anyone who has a life outside of computers, though having some kind of publicly available utility where a prospective employer can check out your coding style and skills is probably a decent way to stand out amidst a sea of applicants.

    [1] https://github.com/guidovranken/cryptofuzz

What are some alternatives?

When comparing writeups and cryptofuzz you can also consider the following projects:

tweetable-polyglot-png - Pack up to 3MB of data into a tweetable PNG polyglot file.

beacon-fuzz - Differential Fuzzer for Ethereum 2.0

squarectf - The "code" for squarectf.com

onefuzz - A self-hosted Fuzzing-As-A-Service platform

svachal - Automate writeup for vulnerable machines.

doubleback - Doubleback provides round-trip parsing and printing of 64-bit double-precision floating-point numbers using the Ryu algorithm implemented in multiple programming languages. Doubleback is biased towards "human-friendly" output which round-trips consistently between binary and decimal.

HiddenWave - Hide Your Secret Message in any Wave Audio File.

Sloth - Sloth 🦥 is a coverage guided fuzzing framework for fuzzing Android Native libraries that makes use of libFuzzer and QEMU user-mode emulation

hackingtool - ALL IN ONE Hacking Tool For Hackers

radamsa

SIKE-Python - A python implementation of Supersingular Isogeny Key Exchange (SIKE) using the optimized reference algorithms

wtf - wtf is a distributed, code-coverage guided, customizable, cross-platform snapshot-based fuzzer designed for attacking user and / or kernel-mode targets running on Microsoft Windows and Linux user-mode (experimental!).