websploit command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
websploit: command not found
or when using sudo you get the following error message
sudo: websploit: command not found
Solutions to websploit: command not found
How To Fix websploit: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu websploit is provided by websploit package.
websploit is:
WebSploit is an open source project which is used to scan and analysis remote system in order to find various type of vulnerabilites. This tool is very powerful and supports multiple vulnerabilities.
To fix this problem, we can install more using the command below.
sudo apt-get -y install websploit
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install websploit.
sudo apt -y install websploit
Or if you have aptitude installed you can use the following command.
sudo aptitude install websploit
Summary
In this tutorial we learn how to fix websploit command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.