diff --git a/README.md b/README.md index 9bab93b6f..ef1349415 100644 --- a/README.md +++ b/README.md @@ -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