cryptosploit_modules.templates
Templates for cryptosploit modules.
You can use one of the suggested templates depending on the type of your module.
Module written in python
Module written in another programming language
Warning!
At the end of the __init.py__ file you must create class instance with name 'module'.
To check full module directory structure (config.json, do_install.sh) visit our github https://github.com/y73n0k/cryptosploit_modules
View Source
0""" 1Templates for cryptosploit modules. 2 3You can use one of the suggested templates depending on the type of your module. 4 5 Module written in python 6 Module written in another programming language 7 8Warning! 9 10At the end of the __init.py__ file you must create class instance with name 'module'. 11 12To check full module directory structure (config.json, do_install.sh) 13visit our github https://github.com/y73n0k/cryptosploit_modules 14"""