Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/icarot/NSE_scripts

NSE script to use with nmap tool.
https://github.com/icarot/NSE_scripts

Last synced: about 1 month ago
JSON representation

NSE script to use with nmap tool.

Awesome Lists containing this project

README

        

# NSE_scripts
NSE script to use with nmap tool.

**http-hsts-verify**: Verify that HTTP Strict Transport Security (RFC 6797) is enabled in the target.

**clickjacking-prevent-check**: Verify if the X-Frame-Options (RFC 7034) is enabled in a web service and show the permissive level configured.

These two scripts became one in the "http-security-headers.nse", link in the project: https://nmap.org/nsedoc/scripts/http-security-headers.html

**jenkins-info.nse**: Verify info exposed by default in the Jenkins service.

**docker-api-exposed.nse**: Verify if a Docker API is running on a host, also list all containers activated.

**dkron-discovery.nse**: Verify if a dKron service is running on a host, also will inform the installed version.

**jupyter-notebook-discovery.nse**: Verify if a Jupyter Notebook is running on a host.

**cpanel-discovery.nse**: Verify if a host is running cPanel/WHM service.

**lighter-apispark.nse**: Verify if a host is running Lighter service, a REST API for Apache Spark on K8S or YARN.