From c11a297291482f68dddad73a990a92abc09c4cf9 Mon Sep 17 00:00:00 2001 From: xer0dayz <1N3@hushmail.com> Date: Wed, 10 Jun 2020 18:22:34 -0700 Subject: [PATCH] Added Sc0pe Templates --- Sc0pe-Templates.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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'