All Projects → michenriksen → nmap-scripts

michenriksen / nmap-scripts

Licence: other
A collection of Nmap NSE scripts that I made.

Programming Languages

lua
6591 projects

Nmap NSE Scripts

A collection of Nmap NSE scripts that I made.

Scripts:

http-rails-xml-parser

This script sends a specially crafted XML body in a POST request to any detected web services to see if it is a Ruby on Rails server that is vulnerable to the recently discovered CVE-2013-0156 bug.

Usage:

$ nmap -sV --script http-rails-xml-parser <target>

http-apache-server-status

This script checks if a web server is serving the Apache Server Status page which might contain a lot of interesting information. Daniel Cid did some research and found big sites having the server-status page wide open to the public. Read more about it here.

Usage:

$ nmap -sV --script http-apache-server-status <target>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].