Skip to content

Commit

Permalink
pivoting note added
Browse files Browse the repository at this point in the history
  • Loading branch information
maldevel committed Dec 23, 2017
1 parent fceff4b commit 219a704
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions misc/ssh.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ plink -l root -pw <mypassword> <attacking.machine.ip.address> -R 3390:127.0.0.1:
ssh -L 0.0.0.0:4444:<attacking.machine.ip.address>:4444 <local_hostname>
```

```bash
ssh -L 10443:<victim.ip.address>:443 user@<pivot_host>
```

### SSH Dynamic Port Forwarding

* Set a local listening port and have it tunnel incoming traffic to any remote destination through a socks proxy.
Expand Down

0 comments on commit 219a704

Please sign in to comment.