Giter VIP home page Giter VIP logo

auto-phish's Introduction

Auto Phish

If you are a red teamer, you know Phishing is a very crucial and productive part of owning your target and you also known, it's a bit tideous process to setup various moving parts that are required for a phishing exercise. AutoPhish is intended for those time-concious, lazy and automation loving red teamers who wish to setup their phishing environment within 5-10 minutes.

What does it do under the hood?

It just combines the following and frees you from boring ctrl+c and ctrl+v.

  1. It uses iRedMail for mailing infrastructure
  2. GoPhish for the phishing infrastructure
  3. LetsEncrypt for SSL certificates.

Get Started

  1. Edit inventory.txt with your red team server details.
  • Replace XXX.XXX.XXX.XXX with your server IP
  • Replace SSH_Password with your real ssh password
[phishing_server]
XXX.XXX.XXX.XXX ansible_server=XXX.XXX.XXX.XXX ansible_connection=ssh ansible_user=root ansible_ssh_pass="SSH_PASSWORD"

P.S. Check Ansible SSH Connection Options for more information on how to use SSH keys, etc.

  1. Install ansible on your machine Ansible has a neat documentation about the same. Please check here

  2. Run the playbook Playbook can be executed using the following command (Don't forget to edit the below command):

ansible-playbook -i inventory.txt playbook.yaml --extra-vars="{'le_email':'[email protected]','le_domain':'phishingdomain.com','postmaster_password':'SuperGreatPassword'}"

Once executed, it'll setup iRedMail, GoPhish along with all required SSL certificates.

Helpful links:

  1. Creating more users in the mailing infrastructure: https://computingforgeeks.com/add-domain-and-user-account-on-iredmail-mail-server/
  2. GoPhish Tutorial: https://www.youtube.com/watch?v=S6S5JF6Gou0

Disclaimer:

Built for educational purposes only. Author isn't responsible for any sort of misuse associated with the script.

auto-phish's People

Contributors

pbssubhash avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

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