Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/icarot/NSE_scripts
NSE script to use with nmap tool.
https://github.com/icarot/NSE_scripts
Last synced: 22 days ago
JSON representation
NSE script to use with nmap tool.
- Host: GitHub
- URL: https://github.com/icarot/NSE_scripts
- Owner: icarot
- License: gpl-2.0
- Created: 2016-11-30T19:10:32.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-21T14:29:28.000Z (8 months ago)
- Last Synced: 2024-08-05T17:39:28.511Z (4 months ago)
- Language: Lua
- Size: 38.1 KB
- Stars: 9
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - icarot/NSE_scripts - NSE script to use with nmap tool. (Lua)
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.