Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feroxbuster: Add version 2.10.3 #5844

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
feroxbuster: Add version 2.10.3
  • Loading branch information
sitiom committed May 18, 2024
commit 1cbb105b465fdbdd09927f9158b3c0f344922d03
28 changes: 28 additions & 0 deletions bucket/feroxbuster.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"version": "2.10.3",
"description": "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.10.3/x86_64-windows-feroxbuster.exe.zip",
"hash": "6e75cd31771957b2fb3ee0f0826ea630224d1fd038d5823a91093e8e2a956546"
},
"32bit": {
"url": "https://github.com/epi052/feroxbuster/releases/download/v2.10.3/x86-windows-feroxbuster.exe.zip",
"hash": "3f8386750f26d0784ee6134c2820fe26f7fd70dc5ec1518b3fe0edee83fbb841"
}
},
"bin": "feroxbuster.exe",
"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"
}
}
}
}