Skip to content

Siddhesh-Agarwal/Secure-Spark

Repository files navigation

Secure Spark

DevToys but for cybersecurity


Services available on Secure Spark

  • System Information:
    • gives information regarding the version of system that you are running and lets you know whether you update your system or not.
  • Emoji Crypt:
  • Caesar Cipher:
  • Hash Generator:
    • uses hashing techniques like SHA, ADLER and BLAKE.
    • Its designed in a way that makes it easy to compare and contrast the different algorithms.
  • DoS Simulator:
    • DoS simulator is used to simulate a DoS Attack on a server and check the strength of the same.
  • Social Scanner:
    • Social Scanner inputs your username to find other websites where your username is being used.
    • uses the maigret package.
  • Port Scanner:
    • Port scanner is used to check for all open ports to avoid port scanning scams and other similar vulnerabilities.
  • Password Manager:
    • Password manager helps collect and maintain randomly generated passwords that are complicated and hard to remember.
  • Password Toolkit:
    • Password toolkit consists of password strength checker and password generator which help build a strong and secure password.
  • Keylogger:
    • Keylogger collects keystrokes along with time stamp.
    • press esc key to stop keylogger.
  • Image steganography:
    • Encrypts data in files into images.
    • WORK IN PROGRESS

Download

clone the repo:

$ git clone https://github.com/Siddhesh-Agarwal/Secure-Spark.git

Execution

Create a virtual environment:

$ python -m venv env

Activate virtual environment using:

$ env/Scripts/activate

install dependencies:

$ pip install -r requirements.txt

Run streamlit app:

$ streamlit run 🏠_Home.py

About

DevToys but for cybersecurity

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages