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 CLI 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.
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
feroxbuster_scan-1.1.0.tar.gz
(3.8 kB
view hashes)
Built Distribution
Close
Hashes for feroxbuster_scan-1.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9f5a3d180be8a99b8706b08208781a3e40ca08c947d4f278b24c63afe3f78b5f |
|
MD5 | 90b48d4e6c49a23d2682a3b768d090fe |
|
BLAKE2b-256 | ad7fc920817b43b7ee197fb7dbec14072b7f45b33f7d5a7d85d73c1fe08ede3a |