Merge pull request #17 from stasinopoulos/patch-1

Patch 1
This commit is contained in:
Yan 2015-08-28 03:05:04 -07:00
commit 93bb45d121
2 changed files with 7 additions and 0 deletions

View file

@ -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. |

6
commix/install Normal file
View file

@ -0,0 +1,6 @@
#!/bin/bash
git clone https://github.com/stasinopoulos/commix.git
mkdir bin
cd bin
ln -s ../commix/commix.py