1
2
Fork 0
mirror of https://github.com/carlospolop/hacktricks.git synced 2023-12-14 19:12:55 +01:00

Merge pull request #154 from wanetty/master

Port Forwarding command fix
This commit is contained in:
Carlos Polop 2021-08-06 22:32:41 +02:00 committed by GitHub
commit 5374dbc460
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 <user>@<ip>
ssh -L 3333:127.0.0.1:3333 <user>@<ip>
```
### Configuration