From e4441e79876aeca606978ac4cf4ad07036e3f84d Mon Sep 17 00:00:00 2001 From: Anastasios Stasinopoulos Date: Fri, 28 Aug 2015 12:59:29 +0300 Subject: [PATCH 1/2] Added commix tool --- commix/install | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 commix/install diff --git a/commix/install b/commix/install new file mode 100644 index 0000000..dd7b7d4 --- /dev/null +++ b/commix/install @@ -0,0 +1,6 @@ +#!/bin/bash + +git clone https://github.com/stasinopoulos/commix.git +mkdir bin +cd bin +ln -s ../commix/commix.py From ac873f219585ce93785d391a313224237007f883 Mon Sep 17 00:00:00 2001 From: Anastasios Stasinopoulos Date: Fri, 28 Aug 2015 13:01:33 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 949f22b..250032e 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ Installers for the following tools are included: | web | [burp](http://portswigger.net/burp) | Web proxy to do naughty web stuff. | | web | [dirs3arch](https://github.com/maurosoria/dirs3arch) | Web path scanner. | | web | [sqlmap](http://sqlmap.org/) | SQL injection automation engine. | +| web | [commix](https://github.com/stasinopoulos/commix) | Command injection and exploitation tool. | | stego | [sound-visualizer](http://www.sonicvisualiser.org/) | Audio file visualization. | | stego | [stegdetect](http://www.outguess.org/) | Steganography detection/breaking tool. | | stego | [steganabara](http://www.caesum.com/handbook/stego.htm) | Antoher image steganography solver. |