Skip to content

Commit

Permalink
README: Build your own.
Browse files Browse the repository at this point in the history
  • Loading branch information
fwkz committed Jul 13, 2019
1 parent fb12848 commit 0a551a2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 0a551a2

Please sign in to comment.