mirror of
https://github.com/carlospolop/hacktricks
synced 2025-02-16 22:18:27 +00:00
Merge pull request #1 from wanetty/wanetty-patch-1
Port forwarding command fix
This commit is contained in:
commit
d618b90ade
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…
Add table
Reference in a new issue