Added Sc0pe Templates

xer0dayz 2020-06-10 18:22:34 -07:00
parent 09f75f5b5c
commit c11a297291
1 changed files with 3 additions and 1 deletions

@ -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'