https://github.com/darkstarbdx/webmedic
🚀 This Python-based tool helps you identify potential security issues on websites by scanning for common vulnerabilities. Whether you're a security enthusiast or a professional, this tool provides essential insights to improve website security.
https://github.com/darkstarbdx/webmedic
Last synced: about 2 months ago
JSON representation
🚀 This Python-based tool helps you identify potential security issues on websites by scanning for common vulnerabilities. Whether you're a security enthusiast or a professional, this tool provides essential insights to improve website security.
- Host: GitHub
- URL: https://github.com/darkstarbdx/webmedic
- Owner: darkstarbdx
- Created: 2024-08-04T14:21:54.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-04T16:32:03.000Z (10 months ago)
- Last Synced: 2025-02-08T19:39:19.964Z (4 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🛡️ **WebMedic: Website Vulnerability Scanner** 🔍


## **Overview**
**WebMedic** is a powerful tool designed to scan websites for various vulnerabilities, including **SQL Injection**, **XSS**, **Path Traversal**, and more. It automates security checks and provides a detailed report of potential vulnerabilities.
## **Features** ✨
- **Comprehensive Scanning**: Detects a wide range of vulnerabilities such as **SQL Injection**, **XSS**, **Path Traversal**, **Directory Listing**, and more. 🔍
- **Color-Coded Results**: Get detailed, color-coded output for easy interpretation. 🌈
- **ASCII Art Banner**: Enjoy a unique ASCII art banner each time the tool starts. 🎨
- **Flexible Scanning Options**: Scan main domains, all subdomains, or everything. 🌐## Installation
### Linux/Ubuntu
1. **Clone the repository:**
```bash
git clone https://github.com/darkstarbdx/webmedic.git
cd webmedic
```2. **Install dependencies:**
- Ensure Python 3 and pip are installed:
```bash
sudo apt-get update
sudo apt-get install python3 python3-pip
```- Install required Python packages using `requirements.txt`:
```bash
pip3 install -r requirements.txt
```### Termux (Android)
1. **Install Termux from the Google Play Store.**
2. **Setup Termux:**
```bash
pkg update && pkg upgrade
pkg install python git
```3. **Clone the repository:**
```bash
git clone https://github.com/darkstarbdx/webmedic.git
cd webmedic
```4. **Install dependencies:**
```bash
pip install -r requirements.txt
```## Usage
⚠️ **Warning: Ensure you have explicit permission to use this tool on any network or system. Unauthorized usage is illegal and unethical. The Creator is not responsible for any damage caused by misuse of this tool**
1. **Navigate to the directory:**
```bash
cd webmedic
```2. **Run the script:**
- Linux/Ubuntu:
```bash
python3 webmedic.py
```- Termux:
```bash
python webmedic.py
```## Notes 📌
SSL Verification Warning: The tool currently disables SSL certificate verification. For production use, ensure you handle SSL verification appropriately.🔒
Advanced Options: The tool supports scanning for a wide range of vulnerabilities. Make sure to review and understand the implications of each scan type. 🔎
Contributing 🤝
Contributions are welcome! Please read the contributing guidelines first.## License 📜
This project is licensed under the MIT License. 📝