Term
Microsoft Management Console |
|
Definition
|
|
Term
|
Definition
Open MMC > File > Add/Remove Snap-Ins > Click Certificates > Add > Finish > OK > |
|
|
Term
Generic Configure Remote Access VPN Instructions |
|
Definition
From Desktop open Mozilla Firefox. Enter the 192.168.137.18 IP address in the address bar.
Enter the username as admin and password as pfsense.
Go to the Menu icon, navigate to VPN > IPsec.
Note: If you are unable to see the Menu icon then go to main menu, click VPN and then click IPsec.
Add P1 and enter the Remote Gateway address as 192.168.137.18.
Provide the Pre-Shared Key as uC@123456.
Save and Apply the changes. |
|
|
Term
How To Get To Where You Need To Be To Configure SSL Connections |
|
Definition
Windows Administrative Tools > Internet Information Services (IIS) Manager. |
|
|
Term
How To Create A Public And Private Key In Kali Linux Terminal |
|
Definition
Open the Kali terminal window.
Create a public/private keypair using the following commands
openssl genrsa -des3 -out private.pem 2048 to generate RSA Private Key.
openssl rsa -in private.pem -outform PEM -pubout -out public.pem to specify RSA processing for private key.
openssl rsa -in private.pem -out private_unencrypted.pem -outform PEM to specify RSA processing which gives an unencrypted form of private PEM file.
cat private.pem to display the content of private.pem.
cat public.pem to display the content of public.pem.
Important: Close the terminal window. |
|
|
Term
How Do You Get To Windows Defender? |
|
Definition
Open Task Scheduler and navigate to Task Scheduler Library > Microsoft > Windows > Windows Defender. |
|
|
Term
How Do You Get To Windows Firewall? |
|
Definition
Open Control Panel and go to Network and Sharing Center. (Note: If unable to find, then navigate to Network and Internet > Network and Sharing Center) and from the left pane, go to the Windows Defender Firewall link |
|
|
Term
|
Definition
|
|
Term
How To Encrypt A File With EFS |
|
Definition
Properties > Advanced > Encrypt the contents to secure data > OK > Apply > OK > OK |
|
|
Term
How To Configure Windows Firewall |
|
Definition
Control Panel > Windows Firewall > Turn Windows Firewall on or off > |
|
|
Term
What is the purpose of Bitlocker? |
|
Definition
Used to encrypt the system local hard disk/drive.
This encryption is done to protect data from offline attacks. |
|
|
Term
|
Definition
Control Panel > Manage Bitlocker > Turn On Bit Locker > Follow The Wizard |
|
|
Term
What is the windows feature for centralized control and management of users account, computers account, groups, applications and many more? |
|
Definition
|
|
Term
How To Get To Group Policy Management? |
|
Definition
Windows Administrative Tools > Group Policy Management |
|
|
Term
How Do You Export Group Policy Management Information Into A Text File? |
|
Definition
Right-Click the folder with the information you want to export and select "Export List". |
|
|
Term
How to Find the MD5 Hash Of A File? |
|
Definition
Open WinMD5.exe > Browse For The File You Want > Look At Checksum |
|
|