diff --git a/README.md b/README.md index 90a793b..df22dc4 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ If you want to contribute, please read [this](CONTRIBUTING.md). - [Industrial automation](#industrial-automation) - [Operating systems](#operating-systems) - [Productivity](#productivity) + - [Security tools](#security-tools) - [System tools](#system-tools) - [Text editors](#text-editors) - [Text processing](#text-processing) @@ -197,6 +198,12 @@ See also [A comparison of operating systems written in Rust](https://github.com/ * [simeg/eureka](https://github.com/simeg/eureka) [[eureka](https://crates.io/crates/eureka)] - a CLI tool to input and store your ideas without leaving the terminal +### Security tools + +* [kpcyrd/badtouch](https://github.com/kpcyrd/badtouch) — Scriptable network authentication cracker [](https://travis-ci.org/kpcyrd/badtouch) +* [kpcyrd/rshijack](https://github.com/kpcyrd/rshijack) — tcp connection hijacker, rust rewrite of shijack [](https://travis-ci.org/kpcyrd/rshijack) +* [kpcyrd/sniffglue](https://github.com/kpcyrd/sniffglue) — Secure multithreaded packet sniffer [](https://travis-ci.org/kpcyrd/sniffglue) + ### System tools * [Aaronepower/tokei](https://github.com/Aaronepower/tokei) — counts the lines of code [](https://travis-ci.org/Aaronepower/tokei)