Codebase list feroxbuster / dd2f889
Fix details in debian/* Sophie Brun 3 years ago
3 changed file(s) with 26 addition(s) and 16 deletion(s). Raw diff Collapse all Expand all
1515 Package: feroxbuster
1616 Architecture: amd64
1717 Depends: ${shlibs:Depends}, ${misc:Depends}, fonts-noto-color-emoji
18 Description: A fast, simple, recursive content discovery tool written in Rust.
19 feroxbuster is a tool designed to perform Forced Browsing.
20 Forced browsing is an attack where the aim is to enumerate and
21 access resources that are not referenced by the web application,
22 but are still accessible by an attacker.
23 feroxbuster uses brute force combined with a wordlist to search
24 for unlinked content in target directories. These resources may
25 store sensitive information about web applications and operational
26 systems, such as source code, credentials, internal network
27 addressing, etc...
28 This attack is also known as Predictable Resource Location, File
29 Enumeration, Directory Enumeration, and Resource Enumeration.
18 Description: fast, simple, recursive content discovery tool written in Rust
19 feroxbuster is a tool designed to perform Forced Browsing.
20 Forced browsing is an attack where the aim is to enumerate and
21 access resources that are not referenced by the web application,
22 but are still accessible by an attacker.
23 feroxbuster uses brute force combined with a wordlist to search
24 for unlinked content in target directories. These resources may
25 store sensitive information about web applications and operational
26 systems, such as source code, credentials, internal network
27 addressing, etc...
28 This attack is also known as Predictable Resource Location, File
29 Enumeration, Directory Enumeration, and Resource Enumeration.
88
99 Files: debian/*
1010 Copyright: 2021 Benjamin 'epi' Risher <[email protected]>
11 License: MIT
12
1113 License: MIT
1214 The MIT License
1315 Permission is hereby granted, free of charge, to any person obtaining a copy
0 Description: updated makefile
1 Author: Benjamin 'epi' Risher <[email protected]>
0 From: Benjamin 'epi' Risher <[email protected]>
1 Date: Wed, 24 Feb 2021 14:33:44 +0100
2 Subject: updated makefile
23
4
5 Upstream patch to fix build
36 ---
4 --- feroxbuster-2.2.1.orig/Makefile
5 +++ feroxbuster-2.2.1/Makefile
7 Makefile | 48 +++++++++++++++++++++++-------------------------
8 1 file changed, 23 insertions(+), 25 deletions(-)
9
10 diff --git a/Makefile b/Makefile
11 index 658849b..c328500 100644
12 --- a/Makefile
13 +++ b/Makefile
614 @@ -6,12 +6,16 @@ datarootdir = $(prefix)/share
715 datadir = $(datarootdir)
816 example_config = ferox-config.toml.example