Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
Updates
  • Loading branch information
1nPr0c committed Oct 2, 2014
1 parent fa092de commit 77a0eb3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Cheatsheet_UsefulCommands.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@ cat SSL_Hosts.txt | sed -r 's/\ttcp\t/:/g'

[+] Port forwarding using NCAT

ncat -lvkp 12345 -c "ncat --ssl 192.168.0.1 443"
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>

0 comments on commit 77a0eb3

Please sign in to comment.