mirror of https://github.com/1N3/Sn1per.git
Added Sn1per configuration templates
parent
a5e23f1a8b
commit
185da625a9
|
|
@ -0,0 +1,9 @@
|
|||

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