mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-15 01:17:36 +00:00
Port forwarding command fix
This commit is contained in:
parent
91eeb68e7e
commit
602cd71d21
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue