8000 GitHub - NotCodeEnjoyer/pacu: PACU - Phishing Automation & Campaigning Utility
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
forked from thirdbyte/pacu

PACU - Phishing Automation & Campaigning Utility

Notifications You must be signed in to change notification settings

NotCodeEnjoyer/pacu

 
 

Repository files navigation

PACU

This is a fork of the project https://github.com/thirdbyte/pacu with updates:

  • Added support Evilginx 3
  • Added support last version golang in Docker
  • Edited default redirect_url in Evilginx to "https://google.com"
  • GoPhish has not been updated

Quick Way (Pull Docker Images) / For Ubuntu 20.04 LTS (AWS) Only

Manual Way (Build Docker Images with updates)

Install

git clone https://github.com/NotCodeEnjoyer/pacu
cd pacu
chmod +x *.sh
./build.sh

Use

pacu -h

GoPhish's Admin Web UI is available at https://172.16.238.4:3333. To access it from another client, use SSH local port forwarding.

ssh -L 127.0.0.1:3333:172.16.238.4:3333 user@remotehost

Credentials: admin:admin@gophish

About

PACU - Phishing Automation & Campaigning Utility

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 70.4%
  • Dockerfile 29.6%
0