No description
Find a file
2015-05-07 04:02:27 -07:00
afl first commit! 2015-05-07 04:02:00 -07:00
checksec first commit! 2015-05-07 04:02:00 -07:00
cribdrag first commit! 2015-05-07 04:02:00 -07:00
crosstool first commit! 2015-05-07 04:02:00 -07:00
dirs3arch first commit! 2015-05-07 04:02:00 -07:00
firmware-mod-kit first commit! 2015-05-07 04:02:00 -07:00
gdb first commit! 2015-05-07 04:02:00 -07:00
hashpump first commit! 2015-05-07 04:02:00 -07:00
peda first commit! 2015-05-07 04:02:00 -07:00
qemu first commit! 2015-05-07 04:02:00 -07:00
sqlmap first commit! 2015-05-07 04:02:00 -07:00
xrop first commit! 2015-05-07 04:02:00 -07:00
README.md first commit! 2015-05-07 04:02:00 -07:00
TODO how could I forget preeny? 2015-05-07 04:02:27 -07:00

ctf-tool

This is a collection of setup scripts to create an install of various security research tools. To set up a tool, do:

(cd toolname; bash -e setup.sh)

To uninstall, do:

(cd toolname; bash -e clean.sh)