diff --git a/Sc0pe-Templates.md b/Sc0pe-Templates.md index 0007375..dbfbfcf 100644 --- a/Sc0pe-Templates.md +++ b/Sc0pe-Templates.md @@ -1,6 +1,8 @@ ![](https://i1.wp.com/xerosecurity.com/wordpress/wp-content/uploads/2020/06/Sn1per-Sc0pe-templates1.png?w=990&ssl=1) -For anyone interested in writing or porting existing exploits over to Sc0pe, the process is super simple. First, you will need to create a new template.sh file under ```/usr/share/sniper/templates/active/``` for active scanners and ```/usr/share/sniper/templates/passive/``` for passive scanners. You can now copy an existing template to rename or create a new file with the following format: +Project Sc0pe is the backbone of Sn1per's vulnerability scan engine and uses a modern template system based on bash, grep and curl to easily create vulnerability rules, detection and risk scoring criteria. + +For anyone interested in writing or porting existing exploits over to Sc0pe, the process is simple. First, you will need to create a new template.sh file under ```/usr/share/sniper/templates/active/``` for active scanners and ```/usr/share/sniper/templates/passive/``` for passive scanners. You can now copy an existing template to rename or create a new file with the following format: ``` AUTHOR='@xer0dayz'