1 个不稳定版本
0.1.0 | 2019年6月2日 |
---|
#42 在 #fuzzer
7KB
140 行
rustbust
快速且(大多数情况下)安全地模糊测试网站。
cargo install rustbust
用法
rustbust [OPTIONS] <URL> --source <source>
其中 <source>
是模糊测试器使用的单词表。
示例
rustbust https://127.0.0.1:8080/ --source common.txt
选项
-s
, --source
(必需)
指定要模糊测试的单词表
-o
, --outfile
将输出(命中列表)写入指定的文件。默认写入到 fuzz.txt
。
-p
, --parallel_count
设置发送到服务器的并行请求数量。默认为 10
。
依赖项
~20MB
~428K SLoC