-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New version: epi052.feroxbuster version 2.11.0 (#173424)
- Loading branch information
Showing
3 changed files
with
77 additions
and
0 deletions.
There are no files selected for viewing
26 changes: 26 additions & 0 deletions
26
manifests/e/epi052/feroxbuster/2.11.0/epi052.feroxbuster.installer.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Created with WinGet Releaser using komac v2.6.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json | ||
|
||
PackageIdentifier: epi052.feroxbuster | ||
PackageVersion: 2.11.0 | ||
InstallerType: zip | ||
NestedInstallerType: portable | ||
NestedInstallerFiles: | ||
- RelativeFilePath: feroxbuster.exe | ||
UpgradeBehavior: install | ||
ReleaseDate: 2024-09-15 | ||
Installers: | ||
- Architecture: x86 | ||
InstallerUrl: https://github.com/epi052/feroxbuster/releases/download/v2.11.0/x86-windows-feroxbuster.exe.zip | ||
InstallerSha256: 532DE21C5F075CE170D0EC1E9FCBFE527DCF7D5C9498E042F9376F1EFFB381AB | ||
Dependencies: | ||
PackageDependencies: | ||
- PackageIdentifier: Microsoft.VCRedist.2015+.x86 | ||
- Architecture: x64 | ||
InstallerUrl: https://github.com/epi052/feroxbuster/releases/download/v2.11.0/x86_64-windows-feroxbuster.exe.zip | ||
InstallerSha256: 8D41D19EDFAD1C787D0C783DBA016BD1BF45EC5F51FE13A485B19E38E10BD688 | ||
Dependencies: | ||
PackageDependencies: | ||
- PackageIdentifier: Microsoft.VCRedist.2015+.x64 | ||
ManifestType: installer | ||
ManifestVersion: 1.6.0 |
43 changes: 43 additions & 0 deletions
43
manifests/e/epi052/feroxbuster/2.11.0/epi052.feroxbuster.locale.en-US.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# Created with WinGet Releaser using komac v2.6.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json | ||
|
||
PackageIdentifier: epi052.feroxbuster | ||
PackageVersion: 2.11.0 | ||
PackageLocale: en-US | ||
Publisher: epi052 | ||
PublisherUrl: https://github.com/epi052 | ||
PublisherSupportUrl: https://github.com/epi052/feroxbuster/issues | ||
PackageName: feroxbuster | ||
PackageUrl: https://github.com/epi052/feroxbuster | ||
License: MIT | ||
LicenseUrl: https://github.com/epi052/feroxbuster/blob/HEAD/LICENSE | ||
Copyright: Copyright (c) 2020-2023 epi | ||
CopyrightUrl: https://github.com/epi052/feroxbuster/blob/main/LICENSE | ||
ShortDescription: A fast, simple, recursive content discovery tool written in Rust. | ||
Tags: | ||
- content-discovery | ||
- enumeration | ||
- hacktoberfest | ||
- pentest | ||
- pentesting-tool | ||
- rust | ||
- url-bruteforcer | ||
- web | ||
ReleaseNotes: |- | ||
What's Changed | ||
- add --scan-dir-listings by @epi052 in #1192 | ||
- add --request-file by @epi052 in #1192 | ||
- add --protocol by @epi052 in #1192 | ||
- add --limit-bars by @epi052 in #1192 | ||
Brief descriptions | ||
- --request-file and --protocol - read in a raw http request file, from burp or similar | ||
- --scan-dir-listings - force recursion into folders where directory listing is enabled | ||
- --limit-bars - cap the number of progress bars displayed | ||
Documentation | ||
- --request-file and --protocol | ||
- --scan-dir-listings | ||
- --limit-bars | ||
Special thanks to @Raymond-JV, @Tib3rius, @libklein, and @L1-0 for their suggestions and support :tada:Full Changelog: https://github.com/epi052/feroxbuster/compare/v2.10.4...v2.11.0 | ||
ReleaseNotesUrl: https://github.com/epi052/feroxbuster/releases/tag/v2.11.0 | ||
ManifestType: defaultLocale | ||
ManifestVersion: 1.6.0 |
8 changes: 8 additions & 0 deletions
8
manifests/e/epi052/feroxbuster/2.11.0/epi052.feroxbuster.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Created with WinGet Releaser using komac v2.6.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json | ||
|
||
PackageIdentifier: epi052.feroxbuster | ||
PackageVersion: 2.11.0 | ||
DefaultLocale: en-US | ||
ManifestType: version | ||
ManifestVersion: 1.6.0 |