Updated Sn1per Configuration Options (markdown)

xer0dayz 2022-07-17 18:04:16 -07:00
parent 9cfa38d05b
commit db03d5129c
1 changed files with 3 additions and 2 deletions

@ -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.