rftp

Socks4 enabled clients as rtelnet and rftp

Install

All systems
curl cmd.cat/rftp.sh
Debian Debian
apt-get install socks4-clients
Ubuntu
apt-get install socks4-clients
Alpine
apk add expect
Arch Arch Linux
pacman -S expect
image/svg+xml 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
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.