This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
description = [[ | |
Retrieves information from a listening acarsd daemon. | |
acarsd is an ACARS decoder for a Linux or Windows PC which attempts to decode ACARS transmissions in real-time. The information retrieved includes the daemon version, API version, administrator e-mail address and listening frequency. | |
For more information about acarsd, see: | |
* http://www.acarsd.org/ | |
]] | |
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
description = [[ | |
Attempts to retrieve device information from a 3COM NBX phone system using the | |
web interface. The web interface (NBX NetSet utility) runs on port 80 by | |
default. | |
]] | |
--- | |
-- @usage | |
-- nmap --script http-3com-nbx-info -p <port> <host> | |
-- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
description = [[ | |
Retrieves all HTTP "server" headers. | |
]] | |
--- | |
-- @usage | |
-- nmap --script http-server -p <port> <host> | |
-- | |
-- @output | |
-- PORT STATE SERVICE REASON |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
description = [[ | |
Attempts to retrieve all valid usernames from the HTTP component of Carel | |
Pl@ntVisor (CarelDataServer.exe). | |
]] | |
--- | |
-- @usage | |
-- nmap --script http-carel-data-server-users -p <port> <host> | |
-- | |
-- @output |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
description = [[ | |
Attempts to retrieve device information from an Internet Gateway Device (IGD) | |
UPnP configuration file. | |
For more information, see: | |
http://upnp.org/specs/gw/igd2 | |
http://en.wikipedia.org/wiki/Internet_Gateway_Device_Protocol | |
]] | |
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
description = [[ | |
Retrieves device and version information from a listening GPSD-NG daemon. | |
gpsd is a service daemon that monitors one or more GPSes or AIS receivers attached to a host computer through serial or USB ports, making all data on the location/course/velocity of the sensors available to be queried on TCP port 2947 of the host computer. | |
For more information about GPSD-NG, see: | |
http://gpsd.berlios.de/gpsd.html | |
http://en.wikipedia.org/wiki/Gpsd | |
http://gpsd.berlios.de/protocol-evolution.html | |
]] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
description = [[ | |
Attempts to retrieve the configuration settings from an Asus WL500 series | |
wireless router. The information is retrieved from "/Settings.CFG" which is only | |
available when authentication is disabled. | |
The web administration interface runs on port 80 by default. | |
]] | |
--- | |
-- @usage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
description = [[ | |
Attempts to retrieve the configuration settings from a Vivotek network camera. | |
The information is retrieved from "/cgi-bin/admin/getparamjs.cgi" which is not | |
available on all models. | |
The web administration interface runs on port 80 by default. | |
]] | |
--- | |
-- @usage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
description = [[ | |
Attempts to retrieve the configuration settings from a Polycom SoundPoint VoIP | |
phone. The information is retrieved from "/reg_1.htm" and "/reg_2.htm" which is | |
only available when authentication is disabled. | |
The web administration interface runs on port 80 by default. | |
]] | |
--- | |
-- @usage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
description = [[ | |
Retrieves the available commands and banners from a listening NNTP daemon. | |
The Network News Transfer Protocol (NNTP) is an Internet application protocol used for transporting Usenet news articles (netnews) between news servers and for reading and posting articles by end user client applications. | |
For more information about NNTP, see: | |
http://tools.ietf.org/html/rfc3977 | |
http://tools.ietf.org/html/rfc6048 | |
http://en.wikipedia.org/wiki/Network_News_Transfer_Protocol | |
]] |