Lucene search
+L

2154 matches found

Nmap
Nmap
added 2011/11/09 6:56 p.m.299 views

bitcoin-getaddr NSE Script

Queries a Bitcoin server for a list of known Bitcoin nodes Script Arguments max-newtargets, newtargets See the documentation for the target library. Example Usage nmap -p 8333 --script bitcoin-getaddr Script Output PORT STATE SERVICE 8333/tcp open unknown | bitcoin-getaddr: | ip timestamp |...

10CVSS9.4AI score0.99448EPSS
SaveExploits35
Nmap
Nmap
added 2011/11/09 1:42 a.m.193 views

irc-botnet-channels NSE Script

Checks an IRC server for channels that are commonly used by malicious botnets. Control the list of channel names with the irc-botnet-channels.channels script argument. The default list of channels is loic Agobot Slackbot Mytob Rbot SdBot poebot IRCBot VanBot MPack Storm GTbot Spybot Phatbot Wargb...

10CVSS0.7AI score0.99448EPSS
SaveExploits35
Nmap
Nmap
added 2011/11/08 4:00 p.m.108 views

hadoop-namenode-info NSE Script

Retrieves information from an Apache Hadoop NameNode HTTP status page. Information gathered: Date/time the service was started Hadoop version Hadoop compile date Upgrades status Filesystem directory relative to Log directory relative to Associated DataNodes. Script Arguments slaxml.debug See the...

10CVSS9.2AI score0.99448EPSS
SaveExploits35
Nmap
Nmap
added 2011/11/08 4:00 p.m.109 views

hbase-region-info NSE Script

Retrieves information from an Apache HBase Hadoop database region server HTTP status page. Information gathered: HBase version HBase compile date A bunch of metrics about the state of the region server Zookeeper quorum server Script Arguments slaxml.debug See the documentation for the slaxml...

10CVSS0.2AI score0.99448EPSS
SaveExploits35
Nmap
Nmap
added 2011/11/08 4:00 p.m.76 views

hbase-master-info NSE Script

Retrieves information from an Apache HBase Hadoop database master HTTP status page. Information gathered: Hbase version Hbase compile date Hbase root directory Hadoop version Hadoop compile date Average load Zookeeper quorum server Associated region servers Script Arguments slaxml.debug See the...

10CVSS0.99448EPSS
SaveExploits35
Nmap
Nmap
added 2011/11/08 4:00 p.m.116 views

hadoop-secondary-namenode-info NSE Script

Retrieves information from an Apache Hadoop secondary NameNode HTTP status page. Information gathered: Date/time the service was started Hadoop version Hadoop compile date Hostname or IP address and port of the master NameNode server Last time a checkpoint was taken How often checkpoints are take...

10CVSS0.99448EPSS
SaveExploits35
Nmap
Nmap
added 2011/11/08 4:00 p.m.193 views

hadoop-datanode-info NSE Script

Discovers information such as log directories from an Apache Hadoop DataNode HTTP status page. Information gathered: Log directory relative to Script Arguments slaxml.debug See the documentation for the slaxml library. http.host, http.max-body-size, http.max-cache-size, http.max-pipeline,...

10CVSS0.2AI score0.99448EPSS
SaveExploits35
Nmap
Nmap
added 2011/11/04 9:17 p.m.573 views

rlogin-brute NSE Script

Performs brute force password auditing against the classic UNIX rlogin remote login service. This script must be run in privileged mode on UNIX because it must bind to a low source port number. Script Arguments rlogin-brute.timeout socket timeout for connecting to rlogin default 10s passdb,...

10CVSS9.2AI score0.99448EPSS
SaveExploits35
Nmap
Nmap
added 2011/11/02 10:23 a.m.139 views

broadcast-rip-discover NSE Script

Discovers hosts and routing information from devices running RIPv2 on the LAN. It does so by sending a RIPv2 Request command and collects the responses from all devices responding to the request. Script Arguments broadcast-rip-discover.timeout timespec defining how long to wait for a response...

10CVSS0.99448EPSS
SaveExploits35
Nmap
Nmap
added 2011/10/31 6:11 p.m.135 views

dns-zeustracker NSE Script

Checks if the target IP range is part of a Zeus botnet by querying ZTDNS @ abuse.ch. Please review the following information before you start to scan: Example Usage nmap -sn -PN --script=dns-zeustracker Script Output Host script results: | dns-zeustracker: | Name IP SBL ASN Country Status Level...

10CVSS9.2AI score0.99448EPSS
SaveExploits35
Nmap
Nmap
added 2011/10/29 7:40 p.m.224 views

ipv6-node-info NSE Script

Obtains hostnames, IPv4 and IPv6 addresses through IPv6 Node Information Queries. IPv6 Node Information Queries are defined in RFC 4620. There are three useful types of queries: qtype=2: Node Name qtype=3: Node Addresses qtype=4: IPv4 Addresses Some operating systems Mac OS X and OpenBSD return...

10CVSS9.3AI score0.99448EPSS
SaveExploits35
Nmap
Nmap
added 2011/10/26 9:55 p.m.186 views

irc-brute NSE Script

Performs brute force password auditing against IRC Internet Relay Chat servers. Script Arguments passdb, unpwdb.passlimit, unpwdb.timelimit, unpwdb.userlimit, userdb See the documentation for the unpwdb library. creds.service, creds.global See the documentation for the creds library...

10CVSS0.99448EPSS
SaveExploits35
Nmap
Nmap
added 2011/10/26 9:36 p.m.923 views

rtsp-methods NSE Script

Determines which methods are supported by the RTSP real time streaming protocol server. Script Arguments rtsp-methods.path the path to query, defaults to "" which queries the server itself, rather than a specific url. Example Usage nmap -p 554 --script rtsp-methods Script Output PORT STATE SERVIC...

10CVSS0.99448EPSS
SaveExploits35
Nmap
Nmap
added 2011/10/26 9:36 p.m.2470 views

rtsp-url-brute NSE Script

Attempts to enumerate RTSP media URLS by testing for common paths on devices such as surveillance IP cameras. The script attempts to discover valid RTSP URLs by sending a DESCRIBE request for each URL in the dictionary. It then parses the response, based on which it determines whether the URL is...

10CVSS0.1AI score0.99448EPSS
SaveExploits35
Nmap
Nmap
added 2011/10/20 2:32 a.m.704 views

http-put NSE Script

Uploads a local file to a remote web server using the HTTP PUT method. You must specify the filename and URL path with NSE arguments. Script Arguments http-put.file - The full path to the local file that should be uploaded to the server http-put.url - The remote directory and filename to store...

10CVSS9.2AI score0.99448EPSS
SaveExploits35
Nmap
Nmap
added 2011/10/07 11:49 p.m.200 views

bitcoinrpc-info NSE Script

Obtains information from a Bitcoin server by calling getinfo on its JSON-RPC interface. Script Arguments creds.global http credentials used for the query user:pass slaxml.debug See the documentation for the slaxml library. creds.service See the documentation for the creds library. http.host,...

10CVSS9.3AI score0.99448EPSS
SaveExploits35
Nmap
Nmap
added 2011/10/04 6:22 a.m.141 views

http-cors NSE Script

Tests an http server for Cross-Origin Resource Sharing CORS, a way for domains to explicitly opt in to having certain methods invoked by another domain. The script works by setting the Access-Control-Request-Method header field for certain enumerated methods in OPTIONS requests, and checking the...

10CVSS0.3AI score0.99448EPSS
SaveExploits35
Nmap
Nmap
added 2011/10/03 10:17 p.m.742 views

tftp-enum NSE Script

Enumerates TFTP trivial file transfer protocol filenames by testing for a list of common ones. TFTP doesn't provide directory listings. This script tries to retrieve filenames from a list. The list is composed of static names from the file tftplist.txt, plus configuration filenames for Cisco...

10CVSS0.1AI score0.99448EPSS
SaveExploits35
Nmap
Nmap
added 2011/10/03 9:35 p.m.77 views

openlookup-info NSE Script

Parses and displays the banner information of an OpenLookup network key-value store server. Example Usage nmap -p 5850 --script openlookup-info Script Output 5850/tcp open openlookup | openlookup-info: | sync port: 5850 | name: Paradise, Arizona | your address: 127.0.0.1:50162 | timestamp:...

10CVSS9.4AI score0.99448EPSS
SaveExploits35
The Hacker News
The Hacker News
added 2011/09/30 7:57 p.m.5 views

Nmap 5.61 TEST2 - IPv6 OS detection Added

Nmap 5.61 TEST2 - IPv6 OS detection Added Nmap Added IPv6 OS detection, CPE, 30 more scripts, and more features in latest release Nmap 5.61 TEST2. Change Log for Nmap 5.61TEST2 Added IPv6 OS detection system! The new system utilizes many tests similar to IPv4, and also some IPv6-specific ones tha...

6.9AI score
SaveExploits0
Rows per page
Query Builder