Category: Nmap and some useful usages
This section describes how to use nmap in order to do some external security audit.
Nmap and OpenSSL for getting digital certificates information
Author: techwritter Published Date: June 2, 2017
Description You have a relatively big infrastructure and you want to make an inventory of your used digital certificates. You need to find out relevant information about your used certificates like: issuer, subject and expiration dates. Explanation – If you are using a Unix like environment you already have necessary…
Posted in Nmap and some useful usages
Nmap for scanning your infrastructure
Author: techwritter Published Date: May 8, 2017
Nmap for scanning your infrastructure Description In this post I would like to share a small solution that checks your infrastructure for open ports other than necessary ones that you explicitly want to open. Explanation – The proposed solution is providing a small implementation that checks on regular basis or…