All Projects → fuzzitdev → Fuzzit

fuzzitdev / Fuzzit

Licence: apache-2.0
CLI to integrate continuous fuzzing with Fuzzit

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Fuzzit

Ansvif
A Not So Very Intelligent Fuzzer: An advanced fuzzing framework designed to find vulnerabilities in C/C++ code.
Stars: ✭ 107 (-51.36%)
Mutual labels:  vulnerability, fuzzing, fuzz-testing
Burpsuite Collections
BurpSuite收集:包括不限于 Burp 文章、破解版、插件(非BApp Store)、汉化等相关教程,欢迎添砖加瓦---burpsuite-pro burpsuite-extender burpsuite cracked-version hackbar hacktools fuzzing fuzz-testing burp-plugin burp-extensions bapp-store brute-force-attacks brute-force-passwords waf sqlmap jar
Stars: ✭ 1,081 (+391.36%)
Mutual labels:  fuzzing, fuzz-testing
Afl.rs
🐇 Fuzzing Rust code with American Fuzzy Lop
Stars: ✭ 1,013 (+360.45%)
Mutual labels:  fuzzing, fuzz-testing
Ble Security Attack Defence
✨ Purpose only! The dangers of Bluetooth Low Energy(BLE)implementations: Unveiling zero day vulnerabilities and security flaws in modern Bluetooth LE stacks.
Stars: ✭ 88 (-60%)
Mutual labels:  vulnerability, fuzzing
Sharpfuzz
AFL-based fuzz testing for .NET
Stars: ✭ 185 (-15.91%)
Mutual labels:  fuzzing, fuzz-testing
Fuzzingpaper
Recent Fuzzing Paper
Stars: ✭ 773 (+251.36%)
Mutual labels:  fuzzing, fuzz-testing
Awesome Directed Fuzzing
A curated list of awesome directed fuzzing research papers
Stars: ✭ 77 (-65%)
Mutual labels:  fuzzing, fuzz-testing
Jsfuzz
coverage guided fuzz testing for javascript
Stars: ✭ 532 (+141.82%)
Mutual labels:  fuzzing, fuzz-testing
Aflplusplus
The fuzzer afl++ is afl with community patches, qemu 5.1 upgrade, collision-free coverage, enhanced laf-intel & redqueen, AFLfast++ power schedules, MOpt mutators, unicorn_mode, and a lot more!
Stars: ✭ 2,319 (+954.09%)
Mutual labels:  fuzzing, fuzz-testing
Snodge
Randomly mutate JSON, XML, HTML forms, text and binary data for fuzz testing
Stars: ✭ 121 (-45%)
Mutual labels:  fuzzing, fuzz-testing
Oss Fuzz
OSS-Fuzz - continuous fuzzing for open source software.
Stars: ✭ 6,937 (+3053.18%)
Mutual labels:  fuzzing, fuzz-testing
Pythonfuzz
coverage guided fuzz testing for python
Stars: ✭ 175 (-20.45%)
Mutual labels:  fuzzing, fuzz-testing
Cargo Fuzz
Command line helpers for fuzzing
Stars: ✭ 725 (+229.55%)
Mutual labels:  fuzzing, fuzz-testing
Example Go
Go Fuzzit Example
Stars: ✭ 39 (-82.27%)
Mutual labels:  fuzzing, fuzz-testing
Crosshair
An analysis tool for Python that blurs the line between testing and type systems.
Stars: ✭ 586 (+166.36%)
Mutual labels:  fuzzing, fuzz-testing
Book
📖 Guides and tutorials on how to fuzz Rust code
Stars: ✭ 67 (-69.55%)
Mutual labels:  fuzzing, fuzz-testing
Syzkaller
syzkaller is an unsupervised coverage-guided kernel fuzzer
Stars: ✭ 3,841 (+1645.91%)
Mutual labels:  fuzzing, fuzz-testing
Awesome Fuzzing
A curated list of awesome Fuzzing(or Fuzz Testing) for software security
Stars: ✭ 399 (+81.36%)
Mutual labels:  fuzzing, fuzz-testing
Test Each
🤖 Repeat tests. Repeat tests. Repeat tests.
Stars: ✭ 89 (-59.55%)
Mutual labels:  fuzzing, fuzz-testing
Libdiffuzz
Custom memory allocator that helps discover reads from uninitialized memory
Stars: ✭ 147 (-33.18%)
Mutual labels:  fuzzing, fuzz-testing

fuzzit.dev was acquired by GitLab and the standalone service will soon be deperecated. The service will be available as part of GitLab Ultimate in the near future.

Fuzzit Logo

fuzzit license

Fuzzit

Fuzzit helps you integrate Continuous Fuzzing to your C/C++, Java, Go, Rust and Swift projects with your current CI/CD workflow

Fuzzit Introduction

Download

Precompiled Binaries

You can download the precompiled release binary from releases via web or via

wget https://github.com/fuzzitdev/fuzzit/releases/download/<version>/fuzzit_<version>_<os>_<arch>

Go get

You can also use Go 1.12 or later to build the latest stable version from source:

GO111MODULE=on go get github.com/fuzzitdev/fuzzit/v2

Homebrew Tap

brew install fuzzitdev/tap/fuzzit
# After initial install you can upgrade the version via:
brew upgrade fuzzit

Compilation

git clone [email protected]:fuzzitdev/fuzzit.git
cd fuzzit
go build .

Usage

Fuzzit CLI can be used either locally or from your CI.

Run fuzzit --help to get a full list of commands, or check out our docs.

Examples

Fuzzit currently supports C/C++, Go and Rust

More information can be found in our docs.

OSS Projects Using Fuzzit

  • GO
  • RUST
  • C/C++

Use Fuzzit and you don't see your project here open a PR with your project!

Contribution

Contributions are welcome. If you need an additional feature you can open a github issue, or send a PR if you'd like to contribute it. Before contributing a big feature please open an issue so we can discuss and approve it before a lot of code is written. For bugfixes also open an issue or PR.

Versioning

Fuzzit CLI Version contains three components x.y.z . an increase in z ensures backward compatability while increase in y might introduce breaking changes.

Reporting Security Vulnerabilities

If you've found a vulnerability in Fuzzit please drop us a line at at [email protected] .

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].