A tool to download, run, and generate reports for Feroxbuster scans
Project description
Feroxbuster Scan
Description
A tool to download, run, and generate reports for Feroxbuster scans.
Installation Steps
Step 1: Create a Python Virtual Environment
First, create a virtual environment to isolate dependencies:
python -m venv venv
Activate the environment:
- On Windows:
venv\Scripts\activate
- On macOS and Linux:
source venv/bin/activate
Step 2: Install Feroxbuster Package
In the activated virtual environment, run:
pip install feroxbuster-scan
Step 3: Navigate to Feroxbuster_scan Folder
Locate the feroxbuster_scan
folder and navigate into it:
cd venv/Lib/site-packages/feroxbuster_scan/
Step 4: Install Required Libraries
Ensure that the requests
library is installed by running:
pip install requests
pip install setuptools
Step 5: Run the Script
You can now run the Python script:
python feroxbuster_scan.py
Usage
After running the script, follow the prompts to enter the URL for scanning and wait for the process to complete. Once done, an HTML report will be generated.
Disclaimer
This script is designed to automate the setup and execution of Feroxbuster. Always ensure you have permission to run content discovery scans on a target website. Unauthorized use could result in legal consequences.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for feroxbuster_scan-1.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0276bfb63eaf1cad651a7099642ec3266cdab0f792f1269606d03d9d00c87540 |
|
MD5 | 2f5465b85faeb6aec10e19cc3ebc45c5 |
|
BLAKE2b-256 | 47c33647074dfb78357203ff384f83d971baa5795c8d9c67291ede42d231729a |