mirror of
https://github.com/zardus/ctf-tools
synced 2025-03-17 15:17:00 +00:00
237 B
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)