From 3731da54dfa1432fc4f8038f35fdf65323dc2905 Mon Sep 17 00:00:00 2001 From: mboelen Date: Mon, 8 Sep 2014 13:58:24 +0200 Subject: Added pentesting mode variable --- include/consts | 1 + 1 file changed, 1 insertion(+) diff --git a/include/consts b/include/consts index 9de50d5f..3fdacd6c 100644 --- a/include/consts +++ b/include/consts @@ -131,6 +131,7 @@ unset LANG HPTOTAL=0 # Maximum number of hardening points LOG_INCORRECT_OS=1 # Log tests with incorrect OS NEVERBREAK=0 # Don't wait for user input + PENTESTINGMODE=0 # Try tests without root privileges QUICKMODE=0 # Don't wait for user input QUIET=0 # Show normal messages and warnings as well SHOW_TOOL_TIPS=1 # Show inline tool tips (default true) -- cgit v1.2.3