Skip to content

ShadowStrike-Labs/SecurityToolKitV2.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SecurityToolkit

Status License Version

SecurityToolkit is a modular, personal cybersecurity toolkit built for learning and experimentation.
It combines signature-based detection with heuristic analysis to provide a fundamental antivirus experience.

⚠️ This project is for educational purposes only. Not intended for commercial use.


🔹 Current Features

  • Custom Logging System – Keep track of scans, detections, and actions.
  • Signature-Based Protection – 2,000+ signatures detecting known malware.
  • Heuristic Modules:
    • PE Parser & PE Header Analysis – Detects suspicious PE structures.
    • NOP Flood Detection – Identifies potential buffer overflow exploits.
    • Entropy Analysis – Flags high entropy files, often packed or obfuscated malware.
    • Suspicious Strings Detection – Scans for risky strings or patterns.
  • Basic Quarantine System – Isolate potential threats safely.

🔹 Planned Features

  • Packet Sniffer – Monitor network packets in real-time.
  • Network Protection – Detect ARP spoofing and MITM attacks.
  • Port Scanner – Identify open ports and network vulnerabilities.

🚀 How to Use

  1. Open Command Prompt.
  2. Navigate to the project folder:
cd <path_to_SecurityToolkit>

Run the executable:

SecurityToolkitV2.0.exe

Scan a file:

Scan <file_to_scan>

The tool will analyze the file and display results directly in the command line.

🤝 Contributing

Even though this is a personal project, suggestions and contributions are welcome! Feel free to open issues or PRs if you have ideas for new modules or improvements.

⚖️ License

This project is for educational purposes only. Do not use it for commercial malware scanning or distribution.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages