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
[![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
* creds - modules designed to test credentials against network services
......@@ -27,7 +27,7 @@ Required:
* pycrypto
Optional:
* bluepy - bluetooth low energy
* bluepy - Bluetooth low energy
## Installation on Kali Linux
......@@ -56,7 +56,7 @@ python3 -m pip install -r requirements.txt
python3 rsf.py
```
Bluetooth Low Enery support:
Bluetooth Low Energy support:
```
sudo apt-get install libglib2.0-dev
......@@ -112,17 +112,17 @@ git pull
```
# 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
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!"_
and they were completely right, the better way is called
[_Riposte_](https://github.com/fwkz/riposte).
[_Riposte_](https://github.com/fwkz/riposte) allows you to easily wrap your
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.
# 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