Skip to content

Commit

Permalink
Updated README (threat9#354)
Browse files Browse the repository at this point in the history
Added installation instructions of openSUSE Tumbleweed to the README file.
  • Loading branch information
C0derBot authored and lucyoa committed Jan 14, 2018
1 parent 52679c7 commit d7c4ab6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,14 @@ It consists of various modules that aids penetration testing operations:
git clone https://github.com/reverse-shell/routersploit
pip install -r requirements.txt
./rsf.py

## Installation on OpenSUSE Tumbleweed

sudo zypper install python-devel python2-pip ncurses-devel git-core
git clone https://github.com/reverse-shell/routersploit
cd routersploit
sudo pip install -r requirements.txt
./rsf.py

## Installation on OSX

Expand Down

0 comments on commit d7c4ab6

Please sign in to comment.