ctf-tools/README.md
2015-05-07 04:02:00 -07:00

237 B

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)