mirror of https://github.com/1N3/Sn1per.git
Updated README with arch diagram
This commit is contained in:
parent
4878169d66
commit
76b5b34b75
|
|
@ -1,4 +1,5 @@
|
|||
## CHANGELOG:
|
||||
* v9.1 - Updated default aux mode options in default sniper.conf
|
||||
* v9.0 - Added Fortinet FortiGate SSL VPN Panel Detected sc0pe template
|
||||
* v9.0 - Added CVE-2020-17519 - Apache Flink Path Traversal sc0pe template
|
||||
* v9.0 - Added RabbitMQ Management Interface Detected sc0pe template
|
||||
|
|
|
|||
10
sniper.conf
10
sniper.conf
|
|
@ -10,11 +10,13 @@ OKORANGE='\033[93m'
|
|||
RESET='\e[0m'
|
||||
REGEX='^[0-9]+$'
|
||||
|
||||
# DEFAULT SETTINGS
|
||||
AUTO_BRUTE="0"
|
||||
# AUX MODE OVERRIDE
|
||||
# AUTO_BRUTE="0"
|
||||
# FULLNMAPSCAN="0"
|
||||
# OSINT="0"
|
||||
VULNSCAN="0"
|
||||
FULLNMAPSCAN="0"
|
||||
OSINT="0"
|
||||
|
||||
# DEFAULT SETTINGS
|
||||
ENABLE_AUTO_UPDATES="1"
|
||||
REPORT="1"
|
||||
LOOT="1"
|
||||
|
|
|
|||
Loading…
Reference in New Issue