Enigma Reloaded is a free and open-source network security scanner that helps users to scan their networks to find vulnerabilities and threats. It is developed in Python and can be used to scan both small and large networks. In this tutorial, we will walk you through the steps to install Enigma Reloaded on Ubuntu Server Latest.
Before you begin, ensure that you have the following:
Firstly, you should update all the installed packages to their latest version. To do this, run the following command in your terminal:
sudo apt update && sudo apt upgrade -y
Next, you need to install some required dependencies on your system. Run the following command in your terminal:
sudo apt install libpcre3 libpcre3-dev libssl-dev libffi-dev python3-dev python3-pip virtualenv
Now, create a virtual environment to install Enigma Reloaded. In order to do so, execute the following commands:
sudo mkdir -p /opt/enigma-reloaded
sudo chown -R $USER:$USER /opt/enigma-reloaded
cd /opt/enigma-reloaded
virtualenv -p python3 enigma-env
source enigma-env/bin/activate
You need to clone the Enigma Reloaded repository from GitHub using the following command:
git clone https://github.com/enigma-reloaded/enigma-reloaded.git
Now, install the package dependencies using pip. Run the following command in the same terminal window where you activated the virtual environment:
cd enigma-reloaded
pip install -r requirements.txt
Finally, you can run Enigma Reloaded by executing the following command:
python enigma-reloaded.py
This will run the Enigma Reloaded and start scanning your network.
That’s it! You now have Enigma Reloaded installed on your Ubuntu Server Latest. You can start using it for network scanning and analysis. If you have any difficulties or questions, don't hesitate to leave a comment below.
If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!
Alternatively, for the best virtual desktop, try Shells!