weevely command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
weevely: command not found
or when using sudo you get the following error message
sudo: weevely: command not found
Solutions to weevely: command not found
How To Fix weevely: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu weevely is provided by weevely package.
weevely is:
Weevely is a stealth PHP web shell that simulate telnet-like connection. It is an essential tool for web application post exploitation, and can be used as stealth backdoor or as a web shell to manage legit web accounts, even free hosted ones.
To fix this problem, we can install more using the command below.
sudo apt-get -y install weevely
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install weevely.
sudo apt -y install weevely
Or if you have aptitude installed you can use the following command.
sudo aptitude install weevely
Summary
In this tutorial we learn how to fix weevely command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.