Giter VIP home page Giter VIP logo

phphisher's Introduction

About

PHPhisher is a pack of phising pages with an automatic harvesting system.

PHPhisher works on any Linux Distribution (You have to install PHP5, mysql).

How it works

The tool can be used on a Variety of possible attacks. Examples: On a Fake AC in order to gain Facebook or other type of credentials from the victim. Can work as a Phising platform for a possible MITM attack.

Installation

Type the following commands:

Prepare OS:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install apache2 php5 mysql-server mysql-client

Cloning & Editing the files:
git clone git://github.com/NickTehPro/phphisher PHPhisher 
mv PHPhisher/ /var/www/ 

Apache Setup:

cd ~
cd /etc/apache2/sites-enabled/
nano 000* //Change the location from /var/www/html/ to /var/www/PHPhisher/
service apache2 reload

Permissions:
chmod 777 /var/www/config.json
DONE!

After installing everything, edit the configuration file:

{
	"page": 0, // The number of the scenario you want to simulate.
	"email": "", //Use an email to send you the harvested credentials. (You need to install postfix for this)
	"page-redirect": "http://facebook.com/", //The page that your victim is going after the attack completes.
	"dbuser": "root", //Self explanatory 
	"dbpass": "phphisher", //Self explanatory 
	"dbname": "phphisher", //Self explanatory 
	"dbip": "localhost" //Self explanatory 
	"dbuse": "1" // 1 = DB 2= Email Still buggy af.
}

Open a web browser and navigate to http://yourip/. The PHPhisher will automatically guide you through the setup proccess.

After the attack completes point your browser at the admin panel to get the stolen credentials: Example: http:///admin/

Screenshot

Requirements

  • Linux Server with MySQL and Apache(or Nginx).
  • Your imagination.

Credits

The pages and the project as a whole are mainly based on this project: WifiPhisher.

More paged added from: Extra Phising Pages .

DavidBouman contributed to the project! Give him love here here.

Zarkopafilis made the logo and helped with testing. Give him love here.

Buy me a coffee: 1JA3JRDv5WHG7f2vGiBEetVBJkwbK4Qp8

License

PHPhisher is licensed under the MIT License. See the LICENSE.md for more information.

See pages/LICENSE.md for licensing information regarding the pages.

Disclaimer

  • Usage of PHPhisher for attacking infrastructures without prior mutual consistency can be considered as an illegal activity. It is the final user's responsibility to obey all applicable local, state and federal laws. The author assume no liability and are not responsible for any misuse or damage caused by this program.
  • All pages included in this Software are licensed under their own license so keep that in mind if you edit or re-distrubute them.

Project Status

PHPhisher current version: 3.2

phphisher's People

Contributors

sophron avatar nadmk avatar yasoob avatar hassenpy avatar shelt avatar moshekaplan avatar raffaele-forte avatar ntakouris avatar tgalyean avatar jaseg avatar

Watchers

James Cloos avatar Pawan Kumar avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.