Added Sn1per configuration templates

xer0dayz 2020-06-10 17:57:14 -07:00
parent a5e23f1a8b
commit 185da625a9
1 changed files with 9 additions and 0 deletions

@ -0,0 +1,9 @@
![](https://i0.wp.com/xerosecurity.com/wordpress/wp-content/uploads/2020/06/Sn1per-templates1.png?w=991&ssl=1)
Configuration templates are an easy way to dynamically load specific Sn1per settings for each scan which opens up endless flexibility for each scenario.
In the following example, we can quickly run all Metasploit web exploits against the target and skip most of the default modules to quickly scan for web vulnerabilities.
Usage: ```sniper -t 127.0.0.1 -m web -c /usr/share/sniper/conf/webpwn_only -w 127.0.0.1```
The possibilities are endless, but you can save and reference your own custom configuration templates or use the default options and templates as a reference. Check [here](https://github.com/1N3/Sn1per/tree/master/conf) for some examples and feel free to submit your PRs with your own unique templates.