emp3r0r - SSH
what we can do with ssh
ssh
to target host for remote shell accesssftp
to target host for FTP servicessh -D
for socks proxyssh -L
/ssh -R
for port mapping
all these features are provided by openssh suite, which we use everyday. why not integrate them into …
more ...