Skip to content

Commit

Permalink
Create feroxbuster.json
Browse files Browse the repository at this point in the history
  • Loading branch information
arch3rPro committed Dec 9, 2024
1 parent 5b32590 commit de65c74
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions bucket/feroxbuster.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"version": "2.11.0",
"description": "(Scoop bucket by arch3rpro)一种用 Rust 编写的快速、简单、递归内容发现工具.A fast, simple, recursive content discovery tool written in Rust",
"homepage": "https://github.com/epi052/feroxbuster",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/epi052/feroxbuster/releases/download/v2.11.0/x86_64-windows-feroxbuster.exe.zip",
"hash": "8d41d19edfad1c787d0c783dba016bd1bf45ec5f51fe13a485b19e38e10bd688"
},
"32bit": {
"url": "https://github.com/epi052/feroxbuster/releases/download/v2.11.0/x86-windows-feroxbuster.exe.zip",
"hash": "532de21c5f075ce170d0ec1e9fcbfe527dcf7d5c9498e042f9376f1effb381ab"
}
},
"bin": [
[
"feroxbuster.exe",
"feroxbuster"
]
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/epi052/feroxbuster/releases/download/v$version/x86_64-windows-feroxbuster.exe.zip"
},
"32bit": {
"url": "https://github.com/epi052/feroxbuster/releases/download/v$version/x86-windows-feroxbuster.exe.zip"
}
}
}
}

0 comments on commit de65c74

Please sign in to comment.