rftp
Socks4 enabled clients as rtelnet and rftp
Install
- All systems
-
curl cmd.cat/rftp.sh
- Debian
-
apt-get install socks4-clients
- Ubuntu
-
apt-get install socks4-clients
- Alpine
-
apk add expect
- Arch Linux
-
pacman -S expect
- Kali Linux
-
apt-get install socks4-clients
- CentOS
-
yum install expect
- Fedora
-
dnf install expect
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install socks4-clients
- OS X
-
brew install expect
- Raspbian
-
apt-get install socks4-clients
- Dockerfile
- dockerfile.run/rftp
- Docker
-
docker run cmd.cat/rftp rftp
powered by Commando
socks4-clients
Socks4 enabled clients as rtelnet and rftp
This is version 4.3 of SOCKS, a package that allows Unix hosts behind a firewall to gain full access to the internet without requiring direct IP reachability. It does require a SOCKS server program being run on a hosts that can communicate directly to hosts behind the firewall as well as hosts on the Internet at large. It is based on the original SOCKS written by David Koblas <[email protected]>. This package includes SOCKSified client programs of finger, ftp, telnet, and whois. A few other SOCKSified clients may be found on ftp.nec.com, in directory /pub/security/socks.cstc.
expect
Automates interactive applications
Expect is a tool for automating interactive applications according to a script. Following the script, Expect knows what can be expected from a program and what the correct response should be. Expect is also useful for testing these same applications. And by adding Tk, you can also wrap interactive applications in X11 GUIs. An interpreted language provides branching and high-level control structures to direct the dialogue. In addition, the user can take control and interact directly when desired, afterward returning control to the script. This package contains the expect binary and several Expect based scripts.