mirror of https://github.com/1N3/Sn1per.git
Added Sc0pe Templates
parent
09f75f5b5c
commit
c11a297291
|
|
@ -1,6 +1,8 @@
|
|||

|
||||
|
||||
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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue