forked from pool/feroxbuster
- Update to version 2.10.4
* --filter-regex now looks at headers in addition to response body. * clarified wording for headers in ferox-config.toml * scan management menu now shows the estimated time left to scan. * made --cookies parsing more robust. * fixed an issue where estimated time to complete would show 0s before the scan was finished. OBS-URL: https://build.opensuse.org/package/show/network:utilities/feroxbuster?expand=0&rev=9
This commit is contained in:
2
_service
2
_service
@@ -1,5 +1,5 @@
|
||||
<services>
|
||||
<service name="cargo_vendor" mode="manual">
|
||||
<param name="srcdir">feroxbuster-2.10.3</param>
|
||||
<param name="srcdir">feroxbuster-2.10.4</param>
|
||||
</service>
|
||||
</services>
|
||||
|
3
feroxbuster-2.10.4.tar.gz
Normal file
3
feroxbuster-2.10.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6eea0602971de78fe24b5c93c1985e57e0b8cb5a8f3a05688d2465e96b27329c
|
||||
size 11584597
|
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 18 18:59:57 UTC 2024 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to version 2.10.4
|
||||
* --filter-regex now looks at headers in addition to response
|
||||
body.
|
||||
* clarified wording for headers in ferox-config.toml
|
||||
* scan management menu now shows the estimated time left to scan.
|
||||
* made --cookies parsing more robust.
|
||||
* fixed an issue where estimated time to complete would show 0s
|
||||
before the scan was finished.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 27 15:54:14 UTC 2024 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
|
@@ -1,6 +1,7 @@
|
||||
#
|
||||
# spec file for package feroxbuster
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2022-2024, Martin Hauke <mardnh@gmx.de>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -17,7 +18,7 @@
|
||||
|
||||
|
||||
Name: feroxbuster
|
||||
Version: 2.10.3
|
||||
Version: 2.10.4
|
||||
Release: 0
|
||||
Summary: A recursive content discovery tool
|
||||
License: MIT
|
||||
@@ -27,8 +28,8 @@ URL: https://epi052.github.io/feroxbuster-docs/
|
||||
Source: https://github.com/epi052/feroxbuster/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Source1: vendor.tar.zst
|
||||
BuildRequires: cargo
|
||||
BuildRequires: rust
|
||||
BuildRequires: cargo-packaging
|
||||
BuildRequires: rust
|
||||
Suggests: seclists
|
||||
|
||||
%description
|
||||
|
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e1f7bec20a4da04aa38b2364e12b6a8f503bcabdc53216e12b6a615c77faa672
|
||||
size 39439534
|
||||
oid sha256:65dfe2c01a212aafe0b2dab978072d53fe90eb441037ccde61763bb20b2d078f
|
||||
size 39436241
|
||||
|
Reference in New Issue
Block a user