Skip to main content

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


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.1.tar.gz (3.9 kB view hashes)

Uploaded Source

Built Distribution

feroxbuster_scan-1.1.1-py3-none-any.whl (4.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page