louiselalanne / Phishing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Phishing 🐠

Mostly in phishing attacks we usually get phishing emails. A Phishing email is a cybercrime that uses deception to steal confidential details about users and organizations.

You need to make your html. Flask is the python module used to create instances of web application. To avoid conflicts with libraries, install Flask in a virtual environment.

Mac/Ubuntu:

python -m venv venv
source venv/bin/activate

Windows:

python -m venv venv
venv\Scripts\activate.bat

Next, run the following command to install flask into your virtual environment.

pip install Flask

Check on

localhost:5000

phishing

About


Languages

Language:Python 100.0%