PKI : Recover the certificate private key with Microsoft tools If a certificate does not contain the private key, the following part will be blank: Follow these steps to include the private key in the certificate file : Snap-In Configuration
PKI : x509 certificate verification process script Description x509test is a software written in Python 3 that test the x509 certificate verification process of the target SSL/TLS client. The inspiration of this software comes from multiple reports on the insecurity
Monitor Microsoft DNS Server log file This simple Perl script analyzes the Microsoft DNS server log file and output the following informations : date time remote ip fqdn Microsoft DNS log field description The Microsoft DNS log file contains fields
Shared folder recycle bin clean up With this script you will be able to delete the content of the recycle bin of a network shared folder. It can be very useful if the shared folder contains the home directory for
Backup/Restore all DNS zones These scripts backup and restore all DNS zones on specific DNS server (source). The backup script uses the Powershell cmdlet get-wmiobject to list the DNS zone present in the WMI database and then export each zone using
Automatically re-configure secondary Bind server to primary With this script, you will able to re-configure a DNS server running on Bind9 from a secondary to a primary role : For “secondary”, I talk about the server that hosts the slave
This project is a secure password repository to store and manage them based on an Apache web server, PHP and MySQL You can test from now the demo here The following users/passwords are defined : user1/pwd1 user2/pwd2 user3/pwd3 Features Active Directory
This post content will help you on how to request and install a SSL certificate on Apache2. As you can see (or not :)), Shell{&}co is now using SSL. The first reason of this change is in this article :
Get server hostnames on which MSSQLServer service is installed With this simple script, you will be able to get the server names on which the MS SQL Server service is installed. First, an array is built with the computer names
This script will help you to monitor a resource failover on a cluster. This script has been successfully tested on a Microsoft cluster running on a Windows Server 2012 operating system. The following steps are performed : use the following