Unverified Commit 673e9aec by Marcin Bury Committed by GitHub

Correct spelling and grammar (#728)

Co-authored-by: Damian Jude Mascarenhas <67428121+kooldamian28@users.noreply.github.com>
parent 3fd39463
...@@ -7,7 +7,7 @@ The RouterSploit Framework is an open-source exploitation framework dedicated to ...@@ -7,7 +7,7 @@ The RouterSploit Framework is an open-source exploitation framework dedicated to
[![asciicast](https://asciinema.org/a/180370.png)](https://asciinema.org/a/180370) [![asciicast](https://asciinema.org/a/180370.png)](https://asciinema.org/a/180370)
It consists of various modules that aids penetration testing operations: It consists of various modules that aid penetration testing operations:
* exploits - modules that take advantage of identified vulnerabilities * exploits - modules that take advantage of identified vulnerabilities
* creds - modules designed to test credentials against network services * creds - modules designed to test credentials against network services
...@@ -27,7 +27,7 @@ Required: ...@@ -27,7 +27,7 @@ Required:
* pycrypto * pycrypto
Optional: Optional:
* bluepy - bluetooth low energy * bluepy - Bluetooth low energy
## Installation on Kali Linux ## Installation on Kali Linux
...@@ -56,7 +56,7 @@ python3 -m pip install -r requirements.txt ...@@ -56,7 +56,7 @@ python3 -m pip install -r requirements.txt
python3 rsf.py python3 rsf.py
``` ```
Bluetooth Low Enery support: Bluetooth Low Energy support:
``` ```
sudo apt-get install libglib2.0-dev sudo apt-get install libglib2.0-dev
...@@ -112,17 +112,17 @@ git pull ...@@ -112,17 +112,17 @@ git pull
``` ```
# Build your own # Build your own
To our surprise people started to fork To our surprise, people started to fork
[routersploit](https://github.com/threat9/routersploit) not because they were [routersploit](https://github.com/threat9/routersploit) not because they were
interested in the security of embedded devices but simply because they want to interested in the security of embedded devices but simply because they want to
leverage our interactive shell logic and build their own tools using similar leverage our interactive shell logic and build their tools using similar
concept. All these years they must have said: _"There must be a better way!"_ concept. All these years they must have said: _"There must be a better way!"_
and they were completely right, the better way is called and they were completely right, the better way is called
[_Riposte_](https://github.com/fwkz/riposte). [_Riposte_](https://github.com/fwkz/riposte).
[_Riposte_](https://github.com/fwkz/riposte) allows you to easily wrap your [_Riposte_](https://github.com/fwkz/riposte) allows you to easily wrap your
application inside a tailored interactive shell. Common chores regarding application inside a tailored interactive shell. Common chores regarding
building REPLs was factored out and being taken care of so you can really building REPLs was factored out and being taken care of so you can
focus on specific domain logic of your application. focus on specific domain logic of your application.
# License # License
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment