Skip to content

Commit e4493a3

Browse files
committed
Update windows_cmd_network.md
typo
1 parent 8e7bf4d commit e4493a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pivoting/windows/windows_cmd_network.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ at http://go.microsoft.com/fwlink/?linkid=121488 .<br/>
4343
Ok.</code></div>
4444

4545
## Netsh Pivoting
46-
* **Command with arguments**: `netsh interface portproxy add v4tov4 listerport=<LPORT> listenaddress=0.0.0.0 connectport=<RPORT> connectaddress=<RHOST>`
46+
* **Command with arguments**: `netsh interface portproxy add v4tov4 listenport=<LPORT> listenaddress=0.0.0.0 connectport=<RPORT> connectaddress=<RHOST>`
4747
* **Description**: Set up a port forwarding proxy between local host on <LPORT> on remote host <RHOST>:<RPORT>
4848
* **Minimum required version**: Windows 7.
4949
* **Note**: Will remain persistant through reboot. Can also support `v4tov6`, `v6tov6`, and `v6tov4`

0 commit comments

Comments
 (0)