HTTP Header Internal IP Disclosure

Fix for IIS -> https://securitytutorials.co.uk/http-header-internal-ip-disclosure/ and how to test after Can also be done via -> https://www.verifyit.nl/wp/?p=175955 How to test HTTP header side : ( curl -v […]

OpenSSL Checks to verify the certs:

#To verify the Root CA CA.pem and Intermediate CA ICA.pemopenssl verify -CAfile CA.pem ICA.pem#To create the CA chain ( In Linux or just add files together in […]

How to Update SSL Certificates on iManage Work 10

Use this to Generate a Command for Open SSL e.g the below https://www.digicert.com/easy-csr/openssl.htmopenssl req -new -newkey rsa:2048 -nodes -out test_test_com.csr -keyout test_test_com.key -subj “/C=US/ST=Test/L=/O=Test/CN=test.test.com” Now add to the […]