Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
fb-phisher-python — A python server tool based on flask , this tool can phish some Facebook credentials! | Kitploit
Tools/GitHubGitHub/arjunindia/fb-phisher-python
Phishing ToolsWeb Application ExploitationPhishingSocial Engineering
GitHubarjunindia/fb-phisher-python

fb-phisher-python

A python server tool based on flask , this tool can phish some Facebook credentials!

View Repository
1787 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Facebook Phishing

Original Author : Arslan Mughal

BY: arjunindia

original repository : https://github.com/arslanmughal5566/facebook_phishing

About Script :

With this script you can perform Facebook login credentials stealing with some social engineering skills.

requirements :

1 : Python3.x 2 : Flask To install Flask open terminal and type the following command ,

user@repo~# pip3 install flask

make sure that before installing flask you have python 3 install , if you are using windows or macOs then first download and install python3

usage :

clone the repository and open the terminal in source folder and run app.py

user@repo~# python3 app.py

now open your browser and go to 0.0.0.0 or localhost or your lan ip.

facebook login page will appear type your credentials and hit login you will see nothing will be happen but stick with me :)

Go the source folder and then got database folder you will find one file name db_1 :

../database/db_1

Open that and the credentials you have type in login page will be store in db_1 file

Now this is how you can attack on the same network but you can also do this attack out of Network using [Ngrok] (https://ngrok.com/)

YOU CAN DEFINITELY USE PORT FORWARDING. PORT FORWARD PORT 80 (HTTP SERVER PORT) AND NOW YOU CAN USE THE PAGE THROUGH WAN.

you can also attach some sort of image or any thing else with the link so that user immediately enter the credentials

How to update the tool

run this command:- git stash && git pull

fb-phisher-python

New additions from the original code:

1) Made the page Mobile-Friendly.

2) Made another page b.html to which the page will be redirected after submission. Change the url var in the file b.html inside templates folder to the webpage you want the victim to be redirected.

New UPDATE!

=>ADDED ./install.sh. now if you install with the script, you can use the command 'facebooker' to launch the tool.

root@kitploit:~
you can install the script by:-

user@repo:~# cd fb-phisher-python

user@repo:fb-phisher-python# chmod +x install.sh
user@repo:fb-phisher-python# ./install.sh

now you can run by typing 'facebooker'

user@repo:~# facebooker

=>ADDED EXTRA FUNCTIN, i.e. a new function to easily modify the link to be redirected to. install with install.sh, run with facebooker command and it will ask you the new link on run.

Download Tool