Advanced - Expert - Other operating systems - Uninstall
(Advanced)
To install Raven-Storm enter the following command:
(You might need to install curl)
curl -s https://raw.githubusercontent.com/Taguar258/Raven-Storm/master/install.sh | sudo bash -s
(Expert)
sudo pkg/pacman/apt-get/brew install git python3 nmap python3-setuptools bluez dsniff iputils-ping aircrack-ng
git clone https://github.com/Taguar258/Raven-Storm/
cd Raven-Storm
sudo bash install_to_bin.sh
sudo rst
(Unix based systems like Linux and MacOS/OSX run Raven-Storm nativly.) (In case you want to use Raven-Storm on Windows, you will just need to perform the steps listed below, but keep in mind that it will not run as stable and not every module will work.)
Just install python 3.8 and download this repository.
You will then need to install the requirements (requirements.txt) and execute main.py.
-
Install Python (3.8) (3.6 should work as well.) (On windows, make sure to enable add to PATH.)
-
Download Zip
-
Unzip
-
Open terminal in the Raven-Storm folder. (On windows you should be able to just right click the folder while holding down the shift key, you can then click on open in Powershell (administrator).)
-
Install the requirements.
pip install -r requirements.txt
- Execute Raven-Storm.
python main.py
(You might need to add a 3 directly after python and pip.)
Just execute the folowing:
sudo bash /usr/share/Raven-Storm/uninstall.sh