Skip to content

Tools created under this repo are general-purpose tools for cyber-security beginners to check the prototype and flow of any enterprise-level software and implementation, providing the same

Notifications You must be signed in to change notification settings

virenukey/securitytools

Repository files navigation

securitytools

Summary

Security tools created using python

  1. Keylogger - (Script - keylogger.py)
  2. Ceasar Cipher code to Encrypt/Decrypt text
    a. "CipherCeasarSalad.py" is command line Ceasar cipher tool
    b. "CipherCeasarSaladWeb.py" is web bases Ceasar cipher tool
    c. This has complete implementation where encryption and decryption,along with alphabets characters, also performed for key space, numerical, special characters
  3. Hashing Password used SHA256 hash algorithm to hash the password.
    a. Storing username and hash password on SQLite DB.
    b. The Salt generated is stored on the different table to maintain the integrity and confidentiality - (Script - HashMyPassword.py, DB - security.db)
  4. Packet Crafting (Script - PacketCrafting.py)
    a. Implemented "XMAS" attack
    b. Custom crafted TCP three way handshake
  5. Vulnerability Scanner (Please visit "vulneabilityscanner" folder for more deatils)

Pre-requisities

  1. Install Python 3.9
  2. Run "pip install -r requirements.txt"

Following is UI for Ceasar Cipher alt text

Following is Wireshark screenshot for the ananlyzing XMAS attack using "PacketCrafting.py" alt text

About

Tools created under this repo are general-purpose tools for cyber-security beginners to check the prototype and flow of any enterprise-level software and implementation, providing the same

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages