Merge branch 'master' of github.com:zardus/ctf-tools

This commit is contained in:
Yan 2015-11-02 23:55:33 -08:00
commit 9219711c10
3 changed files with 12 additions and 1 deletions

View file

@ -49,6 +49,7 @@ Installers for the following tools are included:
| crypto | [sslsplit](https://github.com/droe/sslsplit) | SSL/TLS MITM. | <!--tool-->
| crypto | [python-paddingoracle](https://github.com/mwielgoszewski/python-paddingoracle) | Padding oracle attack automation. | <!--tool-->
| crypto | [xortool](https://github.com/hellman/xortool) | XOR analysis tool. | <!--tool-->
| crypto | [yafu](http://sourceforge.net/projects/yafu/) | Automated integer factorization. | <!--tool-->
| web | [burpsuite](http://portswigger.net/burp) | Web proxy to do naughty web stuff. | <!--tool-->
| web | [commix](https://github.com/stasinopoulos/commix) | Command injection and exploitation tool. | <!--tool-->
| web | [dirs3arch](https://github.com/maurosoria/dirs3arch) | Web path scanner. | <!--tool-->

3
TODO
View file

@ -1,2 +1,3 @@
xrop -- doesn't build
http://www.mscs.dal.ca/~selinger/md5collision/
msieve
sonic visualiser -- doesn't build

9
yafu/install Executable file
View file

@ -0,0 +1,9 @@
#!/bin/bash -e
mkdir yafu
mkdir bin
cd yafu
wget "http://downloads.sourceforge.net/project/yafu/1.34/yafu-1.34.zip?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fyafu%2F&ts=1446080941&use_mirror=skylineservers" -O yafu.zip
unzip yafu.zip
chmod 755 yafu
mv yafu ../bin