Skip to content

blackTiles/Facebook-Phishing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Facebook Phishing Example

Deployed on Vercel

✨ Features

  • Python
  • Flask

💁‍♀️ How to use

  • Install Python requirements pip install -r requirements.txt

  • Create account on twilio

  • Create a .env file in your working directory and add these from twilio

    • ACCOUNT_SSID = "********************************"
    • AUTH_TOKEN = "********************************"
    • TWILIO_NUMBER = "+14567891294"
    • RECEIVER_NUMBER = "+919876543210"
  • Start the server for development python3 main.py