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.
- 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.
- Programming Language: Python
- GUI Framework: Tkinter
- Additional Libraries: [Include any other libraries listed in
requirements.txt]([GitHub][1])
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.
-
Clone the repository:
git clone https://github.com/shanebrown848/CyberPunkScanner.git
-
Navigate to the project directory:
cd CyberPunkScanner -
Install the required dependencies:
pip install -r requirements.txt
-
Run the application:
python gui.py
-
Follow the on-screen instructions to perform a scan.
This project is licensed under the MIT License.