A command line interface for the Diligence Fuzzing API
Project description
A CLI for the Diligence Fuzzing API
This package aims to provide a simple to use command line interface for the Diligence Fuzzing smart contract security analysis API.
What is Diligence Fuzzing?
Easy to use and powerful, Fuzzing as a Service enables users to find bugs immediately after writing their first specification! Smart contracts are increasingly complex programs that often hold and manage large amounts of assets. Developers should use tools to analyze their smart contracts before deploying them to find vulnerabilities open to exploitation.
Usage
$ fuzz [OPTIONS] COMMAND [ARGS]...
Your CLI for interacting with https://fuzzing.diligence.tools
Options:
--debug Provide additional debug output
-c, --config PATH YAML config file for default parameters
--stdout Force printing to stdout
--help Show this message and exit.
Commands:
arm Prepare the target files for FaaS submission.
disarm Revert the target files to their original, un-instrumented state.
run
Installation
The Diligence Fuzzing CLI runs on Python 3.6+, including 3.8 and pypy3.
To get started, simply run
$ pip3 install diligence-fuzzing
Alternatively, clone the repository and run
$ pip3 install .
Or directly through Python’s setuptools
:
$ python3 setup.py install
Free software: Apache 2 license
Documentation: https://fuzzing-docs.diligence.tools/getting-started/configuring-the-cli
History
0.7.2 (2019-09-13)
Add new format API Key support
Add
project_name
config parameter
0.7.1 (2019-09-13)
Update Readme
0.6.22 (2021-08-20)
First release on PyPI.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for diligence_fuzzing-0.8.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cae05dd0f6dfaaab657a3fc7218027802c152e55ccbaad8dbff89d2afc4e62a4 |
|
MD5 | e9c392a2c1b89e33c591899905fa1125 |
|
BLAKE2b-256 | 186581c515801cd8b2b317ca6dd36e95a331069503e624ec4836db487798f89c |