Skip to content

Commit

Permalink
Correction
Browse files Browse the repository at this point in the history
Correction
  • Loading branch information
1nPr0c committed Oct 2, 2014
1 parent 77a0eb3 commit 31b422f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cheatsheet_UsefulCommands.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ ncat -lvkp 12345 -c "ncat --ssl 192.168.0.1 443"

[+] Windows 7 or later, build port relay

C:\> netsh interface portproxy add v4tov4 listenport=<LPORT> listenaddress=0.0.0.0 connectport=<RPORT> connectionaddress=<RHOST>
C:\> netsh interface portproxy add v4tov4 listenport=<LPORT> listenaddress=0.0.0.0 connectport=<RPORT> connectaddress=<RHOST>

0 comments on commit 31b422f

Please sign in to comment.