Skip to content

Built a unified cybersecurity toolkit with Python and PyQt5, featuring modular security analysis, SQLite data storage, offline/online scanning, and automated PDF/HTML reporting through a user-friendly GUI.

Notifications You must be signed in to change notification settings

Charul03/Guard-Kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GuardKit

Educational Flask app with small security tools:

  • Network port scanner
  • HTTP header analyzer
  • File hash generator (optional VirusTotal integration)
  • Fernet encrypt/decrypt
  • File metadata + hex preview
  • Simple user accounts & report storage (SQLite)

Setup

  1. Create venv and install dependencies:
python -m venv venv
source venv/bin/activate   # on Windows: venv\Scripts\activate
pip install -r requirements.txt

About

Built a unified cybersecurity toolkit with Python and PyQt5, featuring modular security analysis, SQLite data storage, offline/online scanning, and automated PDF/HTML reporting through a user-friendly GUI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published