Replace multibyte

This commit is contained in:
cn-kali-team 2020-05-18 16:29:34 +08:00
parent eb39c14a53
commit cb4bf18125
1 changed files with 1 additions and 1 deletions

View File

@ -580,7 +580,7 @@ The route command in Meterpreter allows you change the routing table that is on
The portfwd command allows you to talk to a remote service like it's local. For example, if you are able to compromise a host via SMB, but are not able to connect to the remote desktop service, then you can do:
```
meterpreter > portfwd add l 3389 p 3389 r [Target Host]
meterpreter > portfwd add -l 3389 -p 3389 -r [Target Host]
```
And that should allow you to connect to remote desktop this way on the attacker's box: