Skip to content

Final project for my cybersecurity bootcamp. A Vulnerability scanner.

Notifications You must be signed in to change notification settings

shanebrown848/CyberPunkScanner

Repository files navigation

🕶️ CyberPunkScanner

CyberPunkScanner is a Python-based vulnerability scanner developed as the final project for my cybersecurity bootcamp. It is designed to identify security vulnerabilities in web applications, providing users with detailed reports to enhance their security posture.

🚀 Features

  • Automated Scanning: Performs comprehensive scans to detect common vulnerabilities.
  • GUI Interface: User-friendly graphical interface for ease of use.
  • Report Generation: Generates detailed reports of scan results.

🛠️ Technologies Used

  • Programming Language: Python
  • GUI Framework: Tkinter
  • Additional Libraries: [Include any other libraries listed in requirements.txt]([GitHub][1])

📁 Project Structure

  • VulnScanner.py: Core scanning logic.
  • gui.py: Graphical user interface implementation.
  • requirements.txt: List of dependencies.
  • assets/: Contains images and other assets used in the GUI.

🔧 Installation

  1. Clone the repository:

    git clone https://github.com/shanebrown848/CyberPunkScanner.git
  2. Navigate to the project directory:

    cd CyberPunkScanner
  3. Install the required dependencies:

    pip install -r requirements.txt

🚀 Usage

  1. Run the application:

    python gui.py
  2. Follow the on-screen instructions to perform a scan.

📄 License

This project is licensed under the MIT License.

About

Final project for my cybersecurity bootcamp. A Vulnerability scanner.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published