Merge pull request #42 from crowell/yafu

add YAFU - yet another factoring utility
This commit is contained in:
Yan 2015-10-28 18:42:37 -07:00
commit 56612233e0
2 changed files with 10 additions and 0 deletions

View file

@ -48,6 +48,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-->

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