Ja-Crispy / Phishing

A project with HTML, CSS and Django to educate people on phishing and the different methods chosen by threat actors to steal potentially sensitive information for malicious purposes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHISHING DEMONSTRATOR

The project aims to teach the user to identify the minor details that differentiate the legitimate website and the phishing website, and help them stay safe from such attacks.

INSTALLATION

Make sure the MySQL service is running on your computer. Run the setupfinal.exe file, or the setupfinal.py file in a Python IDLE, to install the required modules. Next, open a Command Line Interface in the same directory.

Now, type the following code into the CLI:

python manage.py runserver

The following text should appear: Watching for file changes with StatReloader Performing system checks...

System check identified no issues (0 silenced).
March 09, 2021 - 09:46:20
Django version 3.1.7, using settings 'phishing.settings'
Starting development server at http://127.0.0.1:8000/
Quit the server with CTRL-BREAK.

Now, open an internet browser, and type "127.0.0.1:8000" in the URL bar, or just press CTRL and click on the link in the text displayed above.

About

A project with HTML, CSS and Django to educate people on phishing and the different methods chosen by threat actors to steal potentially sensitive information for malicious purposes.

License:GNU General Public License v3.0


Languages

Language:HTML 53.1%Language:TeX 19.5%Language:CSS 12.7%Language:JavaScript 9.1%Language:SCSS 4.8%Language:Python 0.7%