Skip to main content

A Python CLI tool to download and run Feroxbuster

Project description

Here’s the updated README with your additional installation steps for creating an environment and using the feroxbuster-cli package:

Feroxbuster Automation Script This Python script automates the process of downloading, extracting, and running Feroxbuster against a target URL using a wordlist for content discovery. It handles downloading the Feroxbuster binary, unzipping it, and fetching the wordlist from a popular repository.

Features Automatically downloads the latest version of Feroxbuster. Unzips the Feroxbuster binary. Downloads the common.txt wordlist from SecLists. Runs Feroxbuster with the provided URL and wordlist. Requirements Python 3.x Internet connection (for downloading Feroxbuster and the wordlist) Windows operating system (as this downloads the Windows-specific executable for Feroxbuster)

Installation Steps Step 1: Create a Python Virtual Environment First, create a virtual environment to isolate dependencies: python -m venv venv Activate the environment: venv\Scripts\activate Step 2: Install feroxbuster-cli package In the activated virtual environment, run: pip install feroxbuster-cli Step 3: Navigate to feroxbuster_cli Folder Locate the feroxbuster_cli folder and navigate into it: cd venv/Lib/site-packages/feroxbuster_cli/ Step 4: Install Required Libraries Ensure that the requests library is installed by running: pip install requests and pip install setuptools Step 5: Run the Script You can now run the Python script: python cli.py

Usage After installation, the script will: Download the latest Feroxbuster binary. Fetch the common.txt wordlist from the SecLists repository. Execute Feroxbuster with the specified URL and wordlist.

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_cli-0.1.7.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

feroxbuster_cli-0.1.7-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