Skip to content

Cyberex Secure is planned to be a security solution with a wide range of features such as phishing detection, advanced AI- face recognition while accessing payment gateways, computer generated passwords and automatic sign-in. The software will automatically block and report phishing emails/websites to the government portal so that they can be ta…

Notifications You must be signed in to change notification settings

abhishektyagi2912/Cyberex-Secure

Repository files navigation

Cyberex Secure

Cyberex Secure is planned to be a security solution with a wide range of features such as phishing detection, advanced AI- face recognition while accessing payment gateways, computer generated passwords and automatic sign-in. The software will automatically block and report phishing emails/websites to the government portal so that they can be taken down. The assistant will ask for a prompt to send the report before sending it to the portal.

Project Status: The majority of the python files required to run the backend have been prepared. Integrating them into a GUI is the further task ahead.

WhatsApp Image 2021-03-27 at 4 15 02 PM

Password Generation Module

File: password_generator.py

  1. This uses “Tkinter” , which is a GUI Package in Python.
  2. To run this software, a module called pip install pyperclip needs to be used when code is run in Pycharm or VSCode.
  3. The generated code can be of desired length and can be copied to the user’s clipboard.

Screenshot (99)

Automatic Mail Deletion Module

File: autodelete.py

  1. This uses : pip install oauth2client
  2. Enable the Gmail API (due to Google Security)
  3. Download the file and save it to the folder same as the code.

Screenshot (107)

  1. Set the subject of the emails which are not required. (For example : Bank OTPs )
  2. In the spot of “abc@gmail.com”, put in the website, from which the mails are to be deleted

Screenshot (112)

Screenshot (117)

Website Blocking Module

File : phishing.py

Blocking :

The websites which are coveted by the user needs to be put in the Website List.

Screenshot (116)

Unblocking :

Navigate to the host file.

Screenshot (113)

Open the host file and remove the blocked domains as shown in below image.

Screenshot (114)

Due to the Windows Security, the module needs to be operated by the administrator.Then the module will automatically block the website.

Screenshot (105)

Face Recognition

  1. Prerequisites: Install Visual C++ Redistributable Packages (required to run C++ applications that are built by using Visual Studio)
  2. Python modules required:
  • pip install opencv-python
  • pip install cv2
  • pip install face-recognition
  1. In the initial setup, the user will be required to give webcam access for the first time. The user will have to register their face through it.
  2. It will recognize the face of the person with the webcam and compare it with the registered face and evaluate whether they are the same person. It can also evaluate multiple faces at once.
  3. It uses haarcascades, which are machine learning object detection algorithms to detect faces.

Screenshot (103)

Screenshot (101)

About

Cyberex Secure is planned to be a security solution with a wide range of features such as phishing detection, advanced AI- face recognition while accessing payment gateways, computer generated passwords and automatic sign-in. The software will automatically block and report phishing emails/websites to the government portal so that they can be ta…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages