From fd651c727e078f79711987732192277116d444a5 Mon Sep 17 00:00:00 2001 From: Navid Date: Thu, 25 Oct 2018 13:37:35 +0330 Subject: [PATCH] Add libinjection crate --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e7ba77b..2b0dfea 100644 --- a/README.md +++ b/README.md @@ -210,6 +210,7 @@ See also [A comparison of operating systems written in Rust](https://github.com/ ### Security tools +* [arvancloud/libinjection-rs](https://github.com/arvancloud/libinjection-rs) — Rust bindings for [libinjection](https://github.com/client9/libinjection) [](https://travis-ci.org/arvancloud/libinjection-rs) * [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)