Showing 30 open source projects for "fuzz"

View related business solutions
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
    Try free now
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 1
    ClusterFuzz

    ClusterFuzz

    Scalable fuzzing infrastructure

    ClusterFuzz is a scalable fuzzing infrastructure that finds security and stability issues in software. Google uses ClusterFuzz to fuzz all Google products and as the fuzzing backend for OSS-Fuzz. ClusterFuzz provides many features which help seamlessly integrate fuzzing into a software project's development process. Can run on any size cluster (e.g. OSS-Fuzz instance runs on 100,000 VMs). Fully automatic bug filing, triage and closing for various issue trackers (e.g. Monorail, Jira). Supports...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Jazzer

    Jazzer

    Coverage-guided, in-process fuzzing for the JVM

    Jazzer is a coverage-guided, in-process fuzzer for the JVM platform developed by Code Intelligence. It is based on libFuzzer and brings many of its instrumentation-powered mutation features to the JVM.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Woke

    Woke

    Woke is a Python-based development and testing framework for Solidity

    Woke is a Python-based development and testing framework for Solidity. A testing framework for Solidity smart contracts with Python-native equivalents of Solidity types and blazing-fast execution. A property-based fuzzer for Solidity smart contracts that allows testers to write their fuzz tests in Python. See examples and documentation for more information. Fuzzer builds on top of the testing framework and allows efficient fuzz testing of Solidity smart contracts. Woke implements an LSP server...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    µWebSockets

    µWebSockets

    Compliant web server for the most demanding of applications

    Being meticulously optimized for speed and memory footprint, µWebSockets is fast enough to do encrypted TLS 1.3 messaging quicker than most alternative servers can do even unencrypted, cleartext messaging. Furthermore, we partake in Google's OSS-Fuzz with a ~95% daily fuzzing coverage with no sanitizer issues. LGTM scores us flawless A+ from having zero CodeQL alerts and we compile with pedantic warning levels. µWebSockets is written entirely in C & C++ but has a seamless integration...
    Downloads: 2 This Week
    Last Update:
    See Project
  • Tigerpaw One | Business Automation Software for SMBs Icon
    Tigerpaw One | Business Automation Software for SMBs

    Fed up with not having the time, money and resources to grow your business?

    The only software you need to increase cash flow, optimize resource utilization, and take control of your assets and inventory.
    Learn More
  • 5
    markdown-rs

    markdown-rs

    CommonMark compliant markdown parser in Rust with ASTs and extensions

    markdown-rs is an open-source markdown parser written in Rust. It’s implemented as a state machine (#![no_std] + alloc) that emits concrete tokens, so that every byte is accounted for, with positional info. The API then exposes this information as an AST, which is easier to work with, or it compiles directly to HTML. While most markdown parsers work towards compliancy with CommonMark (or GFM), this project goes further by following how the reference parsers (cmark, cmark-gfm) work, which is...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    libplist

    libplist

    A library to handle Apple Property List format in binary or XML

    A small portable C library to handle Apple Property List files in binary, XML, JSON, or OpenStep format.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Dapp tools by DappHub

    Dapp tools by DappHub

    Dapp, Seth, Hevm, and more

    Command line tools and smart contract libraries for Ethereum smart contract development. All you need Ethereum development tool. Build, test, fuzz, formally verify, debug & deploy solidity contracts. Ethereum CLI. Query contracts, send transactions, follow logs, slice & dice data. Testing-oriented EVM implementation. Debug, fuzz, or symbolically execute code against local or mainnet state. Sign Ethereum transactions from a local keystore or hardware wallet. dapptools is currently in a stage...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Z Word Tools

    Write, check, index and diagram Z specifications in Microsoft Word.

    Tools to allow Z specifications to be written in Microsoft Word. Includes a unicode font for Z symbols. Provides: WYSIWYG editing fully integrated into Word; Typechecking using fuzz (for Spivey Z) or CZT (for ISO standard Z); Indexing and cross-referencing; Diagrams of specification structure; Conversion from Spivey to Standard Z- also available as a stand-alone program and Java class for non-windows users. See project website for details.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 9
    Wfuzz

    Wfuzz

    Web application fuzzer

    Wfuzz provides a framework to automate web applications security assessments and could help you to secure your web applications by finding and exploiting web application vulnerabilities. Wfuzz it is based on a simple concept: it replaces any reference to the FUZZ keyword by the value of a given payload. A payload in Wfuzz is a source of data. This simple concept allows any input to be injected in any field of an HTTP request, allowing to perform complex web security attacks in different web...
    Downloads: 15 This Week
    Last Update:
    See Project
  • BytePlus Recommend achieves higher retention, engagement, and revenue using our advanced ML models. Icon
    BytePlus Recommend achieves higher retention, engagement, and revenue using our advanced ML models.

    Enhance every step of the user journey with personalized recommendations

    BytePlus Recommend helps businesses to deliver tailored customer experiences through personalized recommendations. Drawing on extensive experience in machine learning, our recommendations go beyond standard rule based recommendation services to deliver exceptional experiences across the entire customer journey.
    Learn More
  • 10
    Wraith

    Wraith

    A responsive screenshot comparison tool

    ... screenshots of a component rather than the entire page, use casperjs and pass a selector along with your paths. In the 'component' example config, you can see how we specify a component name, domain path and selector we want to capture. All config options will be placed in a YAML config file. You set the headless browser, diff mode, threshold, fuzz amount and screen widths.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    ansvif

    ansvif

    An advanced cross platform fuzzing framework suited to find code bugs.

    ansvif, or A Not So Very Intelligent Fuzzer, suited to find bugs in code by throwing garbage arguments, files, and environment variables at the target program, that you may or may not have the source code to. It supports many features, such as buffer size, randomization of the buffer size, random data injection, templates, and much more. The purpose of this project is to identify bugs in software, specifically bugs that can induce a segmentation fault under various conditions. This aids...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12

    unityblog

    Minimal no fuzz blog, with a neat minimal design

    Minimal no fuzz blog, with a neat minimal design Features: comments, tagging, admin add/edit/delete, categories etc. example blog: www.rlogin.dk
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    netFuzz

    network packet fuzzer

    This program was designed to fuzz networks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Dranzer__GUI

    Detects Vulnerabilities in ActiveX Controls

    Dranzer has been released as an open source project on Source Forge to help developers of ActiveX test their controls in their development processes and to invite community participation in making Dranzer a more effective tool. Dranzer, a tool that enables users to examine effective techniques for fuzz testing ActiveX controls has been developed. The Vulnerabilities in ActiveX controls has increased in past years. Presently the Dranzer is the most effective tool for testing ActiveX controls...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    lafuzz

    Local File Incursion exploiter

    == Features: - Auto & Manual fuzz. - Fuzz automatically work with different circumstance. - Customizable input. - Auto dumping & saving (look for html files) - Several different techniques. - Friendly CLI
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    FuzzData

    Genarete the Fuzz test cases. It is a Fuzz genareter.

    Now it support the data type: string ,int ,long ,char ,float and so on .It can automaticaly genarete the Fuzz test cases. Also it support export to csv file. Fuzz test.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    nuf-fuzzer is a powerfull browser fuzzer based on mangleme fuzzer concept. It will be possible to fuzz html tags, css tags javascript functions and DOM objects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    PuzlBox is a PHP fuzz tool that scans for several different vulnerabilities by performing dynamic program analysis. It can detect arbitrary command execution, local file inclusion, arbitrary upload, and several other types of vulnerabilities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    jFileFuzz is a very simple (and maybe useless) file fuzzer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Simple Fuzzer is a simple fuzzing framework which allows rapid development of protocol fuzzers for blackbox testing. It can fuzz across networks using TCP/UDP, IP4/IP6, and can be extended via plugins to perform in-depth fuzzing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Webarmy is an application web application scanner that accepts burp proxy log file as an input and fuzz all GET/POST input parameters from a defined list. As such, it can be used detect SQL injection and Cross Site Scripting vulnerabilities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Inguma is a free penetration testing and vulnerability discovery toolkit entirely written in python. Framework includes modules to discover hosts, gather information about, fuzz targets, brute force usernames and passwords, exploits, and a disassembl
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    Fuzz is an SDL/Mono-based 2D game engine that loads its games from XML so that anyone with a simple text editor can produce their own high-performance games in minutes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Fuzz is a tool for testing other software. It does this by bombarding the program being evaluated with random data.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 25
    Protofuzz extends the original "fuzz" project to protocols (HTTP, SMTP, SSH, etc). See the documentation for more information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next