Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iamblackhacker/facebook-phishing
Phishing Facebook Page in Django Code(Python Based)
https://github.com/iamblackhacker/facebook-phishing
django-framework facebook hacking phishing
Last synced: about 1 month ago
JSON representation
Phishing Facebook Page in Django Code(Python Based)
- Host: GitHub
- URL: https://github.com/iamblackhacker/facebook-phishing
- Owner: IAmBlackHacker
- Created: 2017-09-02T17:42:29.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-03-02T19:04:04.000Z (over 2 years ago)
- Last Synced: 2024-10-11T07:04:23.131Z (about 1 month ago)
- Topics: django-framework, facebook, hacking, phishing
- Language: HTML
- Homepage: https://facebook.com
- Size: 71.3 KB
- Stars: 164
- Watchers: 10
- Forks: 56
- Open Issues: 3
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# Welcome To Phishing FaceBook
```
For educational purpose only
```## [Alternative - Use blackeye tool in Kali Linux](https://kalilinuxtutorials.com/blackeye-complete-phishing-tool/)
## Required Python2 or Python3Download Links:
* https://www.python.org/ftp/python/3.6.1/python-3.6.1-amd64.exe (for Windows User)
* https://www.python.org/ftp/python/2.7.13/python-2.7.13.amd64.msi (for Windows User)
* https://git-scm.com/download/win (Download Git)# Installation
* Install Python from given links(Add Environment Vars if needed).
* Install Python Django
```
command > python -m pip install Django==1.8.9
```
* Install Python Requests
```
command > python -m pip install requests
```# Download Repo (Commands)
* command > git clone https://github.com/IAmBlackHacker/Facebook-phishing
* command > cd Facebook-phishing# Make Backened (Commands)
* command\Facebook-phishing > python manage.py makemigrations
* command\Facebook-phishing > python manage.py migrate
* command\Facebook-phishing > python manage.py createsuperuser (this for creating admin username and password)# Run Server (Commands)
* command\Facebook-phishing > python manage.py runserver 0.0.0.0:8080# Target User
* Open Link EX. 127.0.0.1:8080
* Enter Facebook Username and Password
# Look for Password
* Open :/admin in browser Ex. 127.0.0.1:8080/admin# Admin Usernam:Password
* root:root# Tricks to Hack Password Easily
* use MITM (Arp Spoofing)# Free Hosting
* https://codecondo.com/5-platforms-provide-free-django-app-hosting/# Reports Bugs and Feedback
* https://m.me/B14CKH4K3R```
Happy Hacking Day :)
```