Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 241 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 241 Bytes

install

git clone --recursive https://github.com/zet235/ctf-tools.git ~/.ctf-tools
echo "source ~/ctf-tools/pwn" >> ~/.zshrc
echo "yoyo ~ DONE!"

update tools

git submodule foreach --recursive git pull origin master