Commit 0a551a2e by fwkz

README: Build your own.

parent fb128484
......@@ -93,7 +93,23 @@ cd routersploit
git pull
```
# Build your own
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
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
focus on specific domain logic of your application.
# License
The RouterSploit Framework is under a BSD license.
Please see [LICENSE](LICENSE) for more details.
# Acknowledgments
* [riposte](https://github.com/fwkz/riposte)
\ No newline at end of file
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