From db03d5129c6ed3ead5b11246b0de9bf23f51750a Mon Sep 17 00:00:00 2001 From: xer0dayz <1N3@hushmail.com> Date: Sun, 17 Jul 2022 18:04:16 -0700 Subject: [PATCH] Updated Sn1per Configuration Options (markdown) --- Sn1per-Configuration-Options.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Sn1per-Configuration-Options.md b/Sn1per-Configuration-Options.md index 37a9aad..bb60bdc 100644 --- a/Sn1per-Configuration-Options.md +++ b/Sn1per-Configuration-Options.md @@ -2,8 +2,9 @@ Sn1per has many configuration options available to enabled, disable and configur To configure Sn1per for your system, you can edit the /root/.sniper.conf file and update all settings based on your needs. Most are straight forward but we've listed some of the settings below for reference with a brief description of what each does to assist. -* AUTOBRUTE="0" - Enables automatic brute forcing via "normal" and "nuke" mode scans. Can also be enabled from the command line via the (-b) switch. -* FULLNMAPSCAN="0" - Enabled automatic full NMap scanning via "normal" and "nuke" mode scans. Can also be enabled from the command line via the (-fp) switch. +* AUTOBRUTE="1" - Enables automatic brute forcing via "normal" and "nuke" mode scans. Can also be enabled from the command line via the (-b) switch. +* AI_BRUTEFORCE="1" - Enable automatic brute forcing via "normal" mode scans if a brute forcible service is detected. +* FULLNMAPSCAN="1" - Enabled automatic full NMap scanning via "normal" and "nuke" mode scans. Can also be enabled from the command line via the (-fp) switch. * OSINT="1" - Enables automatic OSINT mode scans via "normal", "stealth", "airstrike" and "nuke" mode scans. Can also be selectively enabled from the command line via the (-o) switch. * ENABLE_AUTO_UPDATES="1" - Automatically checks for new Sn1per Community version updates from Github. * ONLINE="1" - Checks if an active internet connection is present. This is still an experimental feature and not fully implemented or utilized.