Skip to content

Latest commit

 

History

History
67 lines (43 loc) · 2.21 KB

README.md

File metadata and controls

67 lines (43 loc) · 2.21 KB


WebArmor

Python-Powered Modular Vulnerability Scanner

GitHub top language License Last Commit Contributors Code Size Repo Size

Overview

WebArmor is a powerful and user-friendly Python-based modular vulnerability scanner designed to enhance web application security. This tool aims to provide a comprehensive solution for identifying and mitigating potential security vulnerabilities in web applications.

Features

  • Modular Architecture: Easily extend and customize the scanner with modular components.
  • Comprehensive Scanning: Detect a wide range of vulnerabilities in web applications.
  • User-Friendly Interface: Simple command-line interface for efficient usage.
  • Customizable: Fine-tune the scan parameters based on your requirements.
  • Detailed Reports: Receive comprehensive reports outlining identified vulnerabilities.

Installation

To get started with WebArmor, follow these simple steps:

  1. Clone the repository:
git clone https://github.com/slaxedu/WebArmor.git
  1. Install dependencies:
pip install -r requirements.txt
  1. Configure the config.yaml file with your domain and API keys.

Usage

python main.py

For additional options and configurations, refer to the documentation.

Contributing

We welcome contributions! Please check out our contribution guidelines for details.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

Special thanks to all our contributors who made this project possible.