0xyg3n / fbphish

Facebook Phishing Undetected Desktop & Mobile Version (Greek_Locale)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  • Description

Facebook Phishing for educational Purposes ONLY. This Phising will come handy for social-engineering techniques. The reason i created this repo is because facebook is using an algorithm to load all the page resources randomly. That means everytime you want to use facebook login page as a phising, it will only be available for a while because the code is dynamically loaded, which also means that > every image and css code is loaded dynamically and randomly. I just collected all the images and the css code and i made them static so this code will always working.


  • Screenshots

  • Desktop Version

Desktop Version


  • Mobile Version

Mobile Version

  • Undetected

The way i coded it with php allows me to use the phishing template and the facebook cannot even detect it so when you access the profile you hooked it will not log you out and ask you to verify your identity because it did not detect that the profile has been phished.

  • Installation

  1. Host it somewhere. (For Windows Just Download XAMPP)
  2. The request should be like this https://site.com/
  3. Displays automatically the specific version matched on the targeted device.
  • Troubleshooting for Linux

  1. If it is Displaying raw php: sudo apt install php
  2. If Not getting victim's input to file: chmod 777 /var/www/html/* -> Check the permissions of the directory.
  • Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D
  • License

Copyright 2020 0xyg3n

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software > > > without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit > > persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Facebook Phishing Undetected Desktop & Mobile Version (Greek_Locale)


Languages

Language:PHP 100.0%