From 602cd71d2196e3c888c9e0e930175e8a5f5976e8 Mon Sep 17 00:00:00 2001 From: wanetty Date: Wed, 4 Aug 2021 09:39:57 +0200 Subject: [PATCH] Port forwarding command fix --- phishing-methodology/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phishing-methodology/README.md b/phishing-methodology/README.md index 5205d2f7..3a0d7fb1 100644 --- a/phishing-methodology/README.md +++ b/phishing-methodology/README.md @@ -92,7 +92,7 @@ Download and decompress it inside `/opt/gophish` and execute `/opt/gophish/gophi You will be given a password for the admin user in port 3333 in the output. Therefore, access that port and use those credentials to change the admin password. You may need to tunnel that port to local: ```bash -ssh -L 333:127.0.0.1:3333 @ +ssh -L 3333:127.0.0.1:3333 @ ``` ### Configuration