Security system to prevent Shoulder Surfing Attacks

Overview

Surf_Sec

Security system to prevent Shoulder Surfing Attacks.

REQUIREMENTS:

  • Python 3.6+
  • XAMPP INSTALLED
  • METHOD TO CONFIGURE PROJECT:

    1. Clone the repo to a root folder. (eg. SSP)
    2. Extract the repo to root directory.
    3. Go to directory SurfSecurity-master , just created.
    4. Move all the folders and file to root folder(SSP)
    5. Delete SurfSecurity-master (as ir is empty)
    6. Open Command Prompt
    7. CD TO root folder(SSP) 8 Enter the following commands --> A. pip install virtualenv B. virtualenv ssp_env C. ssp_env\Scripts\activate --> Virtual environment is created and run. D. pip install requirements.txt (do not close command prompt)

    CREATING THE DATABASE REQUIRED:

    1. Open the XAMPP controller.
    2. Start the Apache and MySQL server. (KEEP THEM OPEN)
    3. Open Browser and go to localhost/phpmyadmin
    4. Create a databae named "ssp". Create no table in it.
    5. Go to root folder(SSP). Go to Register Folder. Fo to LogicFiles Folder. Open "connectToDatabase.py" in a text editor (preferable IDLE).
    6. Uncomment the commentd part (the SQL query and cursor.execute). Run the file.
    7. Once file is run, again comment the both part (the SQL query and cursor.execute). Save the file and close it.

    RUN THE PROJECT

    1. Open the command project. (Virtual environment should be running and the curent folder open should be root folder(ssp))
    2. Run the following commands --> A. python manage.py makemigrations B. python manage.py migrate C. python manage.py runserver
    3. Open browser and enter the url --> localhost:8000/login
    Owner
    Aman Anand
    I am a multi-faceted engineering student currently studying at VIT, Vellore with a keen interest in ML, Blockchain, Web, and Open Source development!
    Aman Anand
    The First Python Compatible Camera Hacking Tool

    ZCam Hack webcam using python by sending malicious link. FEATURES : [+] Real-time Camera hacking [+] Python compatible [+] URL Shortener using bitly [

    Sanketh J 109 Dec 28, 2022
    Worm/Trojan/Ransomware/apt/Rootkit/Virus Database

    Pestilence - The Malware Database [] Screenshot Pestilence is a project created to make the possibility of malware analysis open and available to the

    *ERR0R* 47 Dec 21, 2022
    Password Manager is a simple Python project which helps users in managing their passwords in a easier way

    Password Manager is a simple Python project which helps users in managing their passwords in a easier way

    Manish Jalui 4 Sep 29, 2021
    A script to search, scrape and scan for Apache Log4j CVE-2021-44228 affected files using Google dorks

    Log4j dork scanner This is an auto script to search, scrape and scan for Apache Log4j CVE-2021-44228 affected files using Google dorks. Installation:

    Jagar 5 Dec 27, 2022
    PyFUD - Fully Undetectable payload generator for metasploit

    PyFUD fully Undetectable payload generator for metasploit Usage: pyfud.py --host

    3 Mar 25, 2022
    CVE-2021-22205& GitLab CE/EE RCE

    Vuln Impact An issue has been discovered in GitLab CE/EE affecting all versions starting from 11.9. GitLab was not properly validating image files tha

    Al1ex 213 Dec 30, 2022
    SecurAID securely connects aid organizations directly with individuals in dangerous situations to allow them to discreetly and effectively get the assistance they need.

    SecurAID securely connects aid organizations directly with individuals in dangerous situations to allow them to discreetly and effec

    Ty K 2 Mar 23, 2022
    A simple Log4Shell Scan with python

    🐞 Log4Scan 🔧 Log4Shell 简单的主动和被动扫描脚本 Log4scan 针对header头和fuzz参数的主动批量扫描,用于大批量黑盒检测

    nul1 6 Aug 04, 2022
    Deobfuscate Log4Shell payloads with ease

    Ox4Shell Deobfuscate Log4Shell payloads with ease. Description Since the release

    Oxeye 137 Jan 02, 2023
    windows电脑查看全部连接过的WiFi密码

    python WIFI历史密码查看器 WIFI密码查看器 原理 win+R,输入cmd打开命令行窗口 #这个命令可以列出你所有连接过的wifi netsh wlan show profiles #替换你要查找的WiFi名称,就可以显示出这个wifi的所有信息,包括密码 netsh wlan show

    GMYXDS 15 Dec 22, 2022
    NoSecerets is a python script that is designed to crack hashes extremely fast. Faster even than Hashcat

    NoSecerets NoSecerets is a python script that is designed to crack hashes extremely fast. Faster even than Hashcat How does it work? Instead of taking

    DosentTrust GithubDatabase 9 Jul 04, 2022
    Phoenix Framework is an environment for writing, testing and using exploit code.

    Phoenix-Framework Phoenix Framework is an environment for writing, testing and using exploit code. 🖼 Screenshots 🎪 Community PwnWiki Forums 🔑 Licen

    Felix 42 Aug 09, 2022
    A web-app helping to create strong passwords that are easy to remember.

    This is a simple Web-App that demonstrates a method of creating strong passwords that are still easy to remember. It also provides time estimates how long it would take an attacker to crack a passwor

    2 Jun 04, 2021
    A passive-recon tool that parses through found assets and interacts with the Hackerone API

    Hackerone Passive Recon Tool A passive-recon tool that parses through found assets and interacts with the Hackerone API. Setup Simply run setup.sh to

    elbee 4 Jan 13, 2022
    An intranet tool for easily intranet pentesting

    IntarKnife v1.0 a tool can be used in intarnet for easily pentesting moudle hash spray U can use this tool to spray hash on a webshell IntraKnife.exe

    4 Nov 24, 2021
    Scan publicly accessible assets on your AWS cloud environment

    poro Description Scan for publicly accessible assets on your AWS environment Services covered by this tool: AWS ELB API Gateway S3 Buckets RDS Databas

    9rnt 134 Dec 16, 2022
    Gmail Accounts Hacking

    gmail-hack Gmail Accounts Hacking Gemail-Hack python script for Hack gmail account brute force What is brute force attack? In brute force attack,scrip

    Aryan 25 Nov 10, 2022
    Password database With special stuff

    This is a Password database I made for myself, as I want to keep all my passwords in the same place. but still protected, shall anyone get access to the file. And so I made this simple password datab

    9 Oct 30, 2022
    Local server for IDA Lumina feature

    About POC of an offline server for IDA Lumina feature.

    Synacktiv 166 Dec 30, 2022
    A GitHub action for organizations that enables advanced security code scanning on all new repos

    Advanced-Security-Enforcer What this repository does This code is for an active GitHub Action written in Python to check (on a schedule) for new repos

    Zack Koppert 30 May 17, 2022