No description
Find a file
2015-05-07 12:11:28 -07:00
afl changed the install system 2015-05-07 11:54:16 -07:00
checksec changed the install system 2015-05-07 11:54:16 -07:00
cribdrag changed the install system 2015-05-07 11:54:16 -07:00
crosstool changed the install system 2015-05-07 11:54:16 -07:00
dirs3arch changed the install system 2015-05-07 11:54:16 -07:00
firmware-mod-kit changed the install system 2015-05-07 11:54:16 -07:00
gdb changed the install system 2015-05-07 11:54:16 -07:00
hashpump changed the install system 2015-05-07 11:54:16 -07:00
peda changed the install system 2015-05-07 11:54:16 -07:00
qemu changed the install system 2015-05-07 11:54:16 -07:00
shellnoob shellnoob 2015-05-07 12:01:40 -07:00
sqlmap changed the install system 2015-05-07 11:54:16 -07:00
xortool xortool 2015-05-07 11:59:43 -07:00
xrop changed the install system 2015-05-07 11:54:16 -07:00
.gitignore gitignore 2015-05-07 12:11:08 -07:00
README.md first commit! 2015-05-07 04:02:00 -07:00
TODO shellnoob 2015-05-07 12:01:40 -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)