mirror of
https://github.com/zardus/ctf-tools
synced 2024-12-12 14:02:33 +00:00
No description
afl | ||
checksec | ||
cribdrag | ||
crosstool | ||
dirs3arch | ||
firmware-mod-kit | ||
gdb | ||
hashpump | ||
peda | ||
qemu | ||
sqlmap | ||
xrop | ||
README.md | ||
TODO |
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)