-
Notifications
You must be signed in to change notification settings - Fork 6
/
ADDS_Tool.config
82 lines (60 loc) · 2.16 KB
/
ADDS_Tool.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
#### Active Directory Domain Services Tool [ADDS] ####
#### Configuration File ####
# Schema version for the configuration file
$CONFIG_SCHEMA_VERSION=1.2.0
###############################################################################
# MAIN CONFIGURATION SECTION
###############################################################################
# Logging
## $LOGPATH can include windows variable
$LOGPATH=%APPDATA%\ADDS
$LOGPATH_ARCHIVE=%APPDATA%\ADDS
$SESSION_LOG=ADDS_Tool_Active_Session.log
$SEARCH_SESSION_LOG=ADDS_Tool_Session_Search.log
$LAST_SEARCH_LOG=ADDS_Tool_Last_Search.log
$ARCHIVE_LOG=ADDS_Tool_Session_Archive.log
$ARCHIVE_SEARCH_LOG=ADDS_Tool_Search_Archive.log
# Search Defaults
## AD limit
$sLimit=0
$AD_BASE=domainroot
$AD_SCOPE=subtree
# Credentials
## Only for workgroup computer
$DOMAIN_USER=
# Use "*" to be prompted
$DOMAIN_USER_PASSWORD=
###############################################################################
# *******************
# Advanced Settings
# *******************
###############################################################################
# DEBUG
# {0 [Off/No] , 1 [On/Yes]}
$DEGUB_MODE=0
# Suppress_Verbose Output on searches
# 0=Off {no}; 1=On {yes}
$SUPPRESS_VERBOSE=0
# Sort --the search results
# {0 [No] , 1 [Yes]}
$SORTED=1
# Keep PID Session logs
# {Yes, No}
$KPLOG=No
# Nuke logs
# {Yes, No}
$NUKE=No
#### FOOTER ###########################################################
:::: Developer ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: Author: David Geeraerts
:: Location: Olympia, Washington USA
:: E-Mail: dgeeraerts.evergreen@gmail.com
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:::: GitHub :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: https://github.com/DavidGeeraerts/ADDS_Tool
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:::: License ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: Copyleft License(s)
:: GNU GPL v3 (General Public License)
:: https://www.gnu.org/licenses/gpl-3.0.en.html
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::