mirror of
https://github.com/zardus/ctf-tools
synced 2024-12-13 22:42:38 +00:00
commit
93bb45d121
2 changed files with 7 additions and 0 deletions
|
@ -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 | [burp](http://portswigger.net/burp) | Web proxy to do naughty web stuff. |
|
||||||
| web | [dirs3arch](https://github.com/maurosoria/dirs3arch) | Web path scanner. |
|
| web | [dirs3arch](https://github.com/maurosoria/dirs3arch) | Web path scanner. |
|
||||||
| web | [sqlmap](http://sqlmap.org/) | SQL injection automation engine. |
|
| 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 | [sound-visualizer](http://www.sonicvisualiser.org/) | Audio file visualization. |
|
||||||
| stego | [stegdetect](http://www.outguess.org/) | Steganography detection/breaking tool. |
|
| stego | [stegdetect](http://www.outguess.org/) | Steganography detection/breaking tool. |
|
||||||
| stego | [steganabara](http://www.caesum.com/handbook/stego.htm) | Antoher image steganography solver. |
|
| stego | [steganabara](http://www.caesum.com/handbook/stego.htm) | Antoher image steganography solver. |
|
||||||
|
|
6
commix/install
Normal file
6
commix/install
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
git clone https://github.com/stasinopoulos/commix.git
|
||||||
|
mkdir bin
|
||||||
|
cd bin
|
||||||
|
ln -s ../commix/commix.py
|
Loading…
Reference in a new issue