diff --git a/Sn1per-Configuration-Templates.md b/Sn1per-Configuration-Templates.md new file mode 100644 index 0000000..14db471 --- /dev/null +++ b/Sn1per-Configuration-Templates.md @@ -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 PR’s with your own unique templates. \ No newline at end of file