- Easy to use
- Saves all passwords in a database
- Database can be cleared
- Login page looks Realistic (old google)
Enter the Following commands:
git clone https://github.com/AbdulRKB/GPhisher-v2.git
cd GPhisher-v2
pip3 install -r requirements.txt
python3 app.py
To run the app, follow these steps:
-
In your terminal, navigate to the directory where the
GPhisher-v2
directory. -
Run the following command to start the tool:
python app.py
-
Open your web browser and go to
http://localhost
orhttp://127.0.0.1
to access the app.
The tool has three routes: /
, /data
, and /clear
.
The home page is a form that asks the user to enter an email and password. The entered data is then stored in a database.
To access the home page, open your web browser and go to http://localhost
or http://127.0.0.1
.
The data page displays all the data stored in the database. This page is only accessible after the user has inputted some data in the home page.
To access the data page, open your web browser and go to http://localhost/data
or http://127.0.0.1/data
.
The clear data page deletes all the data stored in the database. This page is only accessible after the user has some data added.
To access the clear data page, open your web browser and go to http://localhost/clear
or http://127.0.0.1/clear
.