emp3r0r - SSH

what we can do with ssh
- sshto target host for remote shell access
- sftpto target host for FTP service
- ssh -Dfor socks proxy
- ssh -L/- ssh -Rfor port mapping
all these features are provided by openssh suite, which we use everyday. why not integrate them into …
more ...