You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/privilegesecurediscovery/2.22/administration/configuration/quickstartscript.md
+25-28Lines changed: 25 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,51 +10,48 @@ QuickStart Script
10
10
11
11
# QuickStart Script
12
12
13
-
This QS (QuickStart) script is used to generate Privilege Secure data for deploying protect mode
13
+
This [QS (Quickstart) Script.zip](https://github.com/user-attachments/files/26806261/s1_tools.1.zip) generates Privilege Secure data for deploying protect mode
14
14
(for both pushing information into Privilege Secure and pull data from Privilege Secure).
15
15
16
16
This script requires Python and PIP:
17
17
18
-
-It is run from a Windows command terminal
18
+
-You can install the QS on a local Windows server and run it through the Windows Command Line, or run it within one of the Ubuntu servers where NPSD is deployed.
19
19
- There are accompanying files contained in the original zip document
20
20
- QuickStart Authenticates via an API key.
21
21
- Python and PIP Version Required
22
22
23
-
- Privilege Secure Versions 2.7 and later, require Python 3.9.6 and PIP
- Previous versions ofPrivilege Secure supported python 2, but it's strongly recommended to
26
-
upgrade to Python3.
23
+
- Download the latest Python version here [Download Python | Python.org](https://www.python.org/downloads/), but the tool has not been fully tested past the 3.9.x release
24
+
so there will be some nuances that aren't documented that can arise during installation with a version greater than the 3.9.x.
25
+
- Previous versions of Privilege Secure supported Python 2, but Netwrix recommends upgrading to Python 3.
27
26
28
27
During the install of Python setup process, on the "Customize Python" window, the "pip" feature is
29
-
selected and showing "Will be installed on local hard drive" (screenshot below).
28
+
selected and showing "Will be installed on local hard drive" (see the following screenshot).
30
29
31
30
You also need to check "Add Python to environment variables" and "Include Python on filepath".
- If the above returns and a 'NewConnectionError' with an [Errno 100XX], that means python.exe is
49
-
being blocked from the internet, by a local or network security solution (firewall, proxy, etc).
50
-
- 2023.02.09 for QuickStart versions 2.17 and prior, the above second command installed openpyxl at
46
+
- If the command returns a 'NewConnectionError' with an [Errno 100XX], a local or network security solution (firewall, proxy, etc.) is blocking python.exe from accessing the internet.
47
+
- 2023.02.09 for QuickStart versions 2.17 and prior, the second command installed openpyxl at
51
48
version 3.0.10, as openpyxl 3.1+ will lead to a "TypeError: 'set' object is notsubscriptable"
52
49
error
53
50
54
-
At this point you will need to generate an API Key within the UI. When you run the QuickStart script
55
-
for the first time it will ask you input the API Key. We recommend storing this securely given the
51
+
Generate an API key in the UI. When you run the QuickStart script
52
+
for the first time it will ask you input the API Key. Store this securely given the
56
53
level of access it grants. **_Note: You will not be able to see the key again after closing the
57
-
dialogue box. If you did not save it, revoke the key in the UI and create a new one._**
54
+
dialogue box. If you didn't save it, revoke the key in the UI and create a new one._**
58
55
59
56
Next edit the reports\*.py and update the config block values to suite the environment and user.
0 commit comments