mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-08-23 22:16:48 +00:00
title, homepage, tagline
| title | homepage | tagline |
|---|---|---|
| feroxbuster | https://github.com/epi052/feroxbuster | feroxbuster: A tool designed to perform Forced Browsing. |
To update or switch versions, run webi feroxbuster@stable (or @v2, @beta,
etc).
Files
These are the files / directories that are created and/or modified with this install:
~/.config/feroxbuster/ferox-config.toml
~/.local/bin/feroxbuster
Cheat Sheet
feroxbusteris a tool designed for Forced Browsing. Forced browsing is an attack where the aim is to enumerate and access resources that are not referenced by the web application but are still accessible by an attacker.
To run feroxbuster:
feroxbuster -u [target]
Include Headers
To run feroxbuster with custom headers:
feroxbuster -u [target] -H Accept:application/json "Authorization: Bearer {token}"
Proxy Traffic Through Burp
To proxy traffic through Burp:
feroxbuster -u [target] --insecure --proxy http://127.0.0.1:8080