MikeHorn-git/Acheron
GitHub: MikeHorn-git/Acheron
一个基于 Vagrant 的模糊测试实验室模板,简化多平台模糊器部署与管理的工具。
Stars: 0 | Forks: 0
# Acheron

## 目录
- [要求](https://github.com/MikeHorn-git/Acheron#requirements)
- [提供者](https://github.com/MikeHorn-git/Acheron#providers)
- [插件](https://github.com/MikeHorn-git/Acheron#plugin)
- [模糊测试器](https://github.com/MikeHorn-git/Acheron#plugins)
- [安装](https://github.com/MikeHorn-git/Acheron#installation)
- [Makefile](https://github.com/MikeHorn-git/Acheron#makefile)
## 要求
- [Vagrant](https://developer.hashicorp.com/vagrant)
### 提供者
- Libvirt
- Virtualbox
- Vmware
### 插件
- [vagrant-libvirt](https://github.com/vagrant-libvirt/vagrant-libvirt)
## 模糊测试器
- 核心
- [afl++](https://github.com/AFLplusplus/AFLplusplus)
- [hongfuzz](https://github.com/google/honggfuzz)
- [libFuzzer](https://llvm.org/docs/LibFuzzer.html)
- 以太坊
- [echidna](https://github.com/crytic/echidna)
- [foundry](https://github.com/foundry-rs/foundry)
- [medusa](https://github.com/crytic/medusa)
- Go
- [go-fuzz](https://github.com/dvyukov/go-fuzz)
- Ruby
- [ruzzy](https://github.com/trailofbits/ruzzy)
- Rust
- [cargo-fuzz](https://github.com/rust-fuzz/cargo-fuzz)
- [cargo-libafl](https://github.com/AFLplusplus/cargo-libafl)
- [honggfuzz-rs](https://github.com/rust-fuzz/honggfuzz-rs)
- Solana
- [trident](https://github.com/Ackee-Blockchain/trident)
## 安装
```
git clone https://github.com/MikeHorn-git/Acheron.git
cd Acheron
make help
```
## Makefile
```
Usage: make
Targets:
help Display this help message
core Deploy core
ethereum Deploy ethereum
go Deploy go
ruby Deploy ruby
rust Deploy rust
solana Deploy solana
clean Destroy all VMs
```
标签:AFL++, Cargo-fuzz, Echidna, Foundry, Fuzzer, Go Fuzz, Honggfuzz, IPv6支持, LibFuzzer, Libvirt, Medusa, Ruby Fuzz, Rust Fuzz, Solana, Vagrant, VirtualBox, VMware, 区块链安全, 安全测试, 开发环境, 开源安全工具, 攻击性安全, 智能合约审计, 生成式AI安全, 虚拟机, 逆向工程平台, 配置修复