Skip to content
This repository has been archived by the owner on Dec 21, 2020. It is now read-only.

Latest commit

 

History

History
63 lines (34 loc) · 2.22 KB

INSTALLATION.md

File metadata and controls

63 lines (34 loc) · 2.22 KB

Raven-Storm

Advanced - Expert - Other operating systems - Uninstall

Lazy installer

(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

render1604868703436

Or start your Unix terminal and type in following

(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

Other Operating Systems

(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.

  1. Install Python (3.8) (3.6 should work as well.) (On windows, make sure to enable add to PATH.)

  2. Download Zip

  3. Unzip

  4. 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).)

  5. Install the requirements.

pip install -r requirements.txt

  1. Execute Raven-Storm.

python main.py

(You might need to add a 3 directly after python and pip.)

Uninstall

Just execute the folowing:

sudo bash /usr/share/Raven-Storm/uninstall.sh