autopasswd

Automates interactive applications

Install

All systems
curl cmd.cat/autopasswd.sh
Debian Debian
apt-get install expect
Ubuntu
apt-get install expect
Alpine
apk add expect
Arch Arch Linux
pacman -S expect
image/svg+xml Kali Linux
apt-get install expect
CentOS
yum install expect
Fedora
dnf install expect
Windows (WSL2)
sudo apt-get update sudo apt-get install expect
OS X
brew install expect
Raspbian
apt-get install expect
Docker
docker run cmd.cat/autopasswd autopasswd powered by Commando

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.

expect-dev

A tool for automating interactive applications (development files)