These are tools that are designed for specific set of CTF Chalenges/Cyber Security practices. If you want to contribute, here is how you should do it:
-
Create a separate branch and an issue regarding what you are making. This is to avoid duplicate scripts being made. If it is unique/improvement of an exisiting tool, we will approve it.
-
Write your tools. Make a separate folder for each tool and create a README for it too. Add the following header to the top of your tool.
- For python-like code
# Authors: Name1, Name2, etc
- For C-Like Code
/**
* Authors: Name1, Name2, etc
*/
- Create a pull-request. DO NOT INCLUDE BINARIES!!! We will reject it if it includes binaries. Solely include code and compilation details if necessary (should be included in README).