Lucene search
+L

1957 matches found

OpenVAS
OpenVAS
added 2013/02/28 12:0 a.m.57 views

Nmap NSE 6.01: smb-enum-shares

Attempts to list shares using the 'srvsvc.NetShareEnumAll' MSRPC function and retrieve more information about them using 'srvsvc.NetShareGetInfo'. If access to those functions is denied, a list of common share names are checked. Finding open shares is useful to a penetration tester because there...

7.2AI score
SaveExploits0
OpenVAS
OpenVAS
added 2013/02/28 12:0 a.m.20 views

Nmap NSE 6.01: auth-spoof

Checks for an identd auth server which is spoofing its replies. Tests whether an identd auth server responds with an answer before we even send the query. This sort of identd spoofing can be a sign of malware infection, though it can also be used for legitimate privacy reasons. OpenVAS...

0.4AI score
SaveExploits0
OpenVAS
OpenVAS
added 2013/02/28 12:0 a.m.14 views

Nmap NSE 6.01: smb-os-discovery

Attempts to determine the operating system, computer name, domain, workgroup, and current time over the SMB protocol ports 445 or 139. This is done by starting a session with the anonymous account or with a proper user account, if one is given; it likely doesn't make a difference; in response to ...

7.3AI score
SaveExploits0
OpenVAS
OpenVAS
added 2013/02/28 12:0 a.m.24 views

Nmap NSE 6.01: finger

Attempts to retrieve a list of usernames using the finger service. OpenVAS Vulnerability Test $Id: gbnmap6finger.nasl 7148 2017-09-15 13:01:14Z cfischer $ Autogenerated NSE wrapper Authors: NSE-Script: Eddie Bell NASL-Wrapper: autogenerated Copyright: NSE-Script: The Nmap Security Scanner...

0.1AI score
SaveExploits0
OpenVAS
OpenVAS
added 2013/02/28 12:0 a.m.23 views

Nmap NSE 6.01: citrix-enum-apps

Extracts a list of published applications from the ICA Browser service. OpenVAS Vulnerability Test $Id: gbnmap6citrixenumapps.nasl 7148 2017-09-15 13:01:14Z cfischer $ Autogenerated NSE wrapper Authors: NSE-Script: Patrik Karlsson NASL-Wrapper: autogenerated Copyright: NSE-Script: The Nmap Securi...

SaveExploits0
OpenVAS
OpenVAS
added 2013/02/28 12:0 a.m.34 views

Nmap NSE 6.01: dns-random-srcport

Checks a DNS server for the predictable-port recursion vulnerability. Predictable source ports can make a DNS server vulnerable to cache poisoning attacks see CVE-2008-1447. The script works by querying porttest.dns-oarc.net see https://www.dns- oarc.net/oarc/services/porttest. Be aware that any...

5CVSS7AI score0.95182EPSS
SaveExploits21
OpenVAS
OpenVAS
added 2013/02/28 12:0 a.m.20 views

Nmap NSE 6.01: ftp-anon

Checks if an FTP server allows anonymous logins. If anonymous is allowed, gets a directory listing of the root directory and highlights writeable files. SYNTAX: ftp-anon.maxlist: The maximum number of files to return in the directory listing. By default it is 20, or unlimited if verbosity is...

7.4AI score
SaveExploits0
OpenVAS
OpenVAS
added 2013/02/28 12:0 a.m.16 views

Nmap NSE 6.01: dns-zone-transfer

Requests a zone transfer AXFR from a DNS server. The script sends an AXFR query to a DNS server. The domain to query is determined by examining the name given on the command line, the DNS server's hostname, or it can be specified with the dns-zone-transfer.domain' script argument. If the query is...

SaveExploits0
OpenVAS
OpenVAS
added 2013/02/28 12:0 a.m.20 views

Nmap NSE 6.01: smb-security-mode

Returns information about the SMB security level determined by SMB. Here is how to interpret the output: User-level authentication: Each user has a separate username/password that is used to log into the system. This is the default setup of pretty much everything these days. Share-level...

SaveExploits0
OpenVAS
OpenVAS
added 2013/02/28 12:0 a.m.29 views

Nmap NSE 6.01: telnet-brute

Tries to get Telnet login credentials by guessing usernames and passwords. SYNTAX: userdb: The filename of an alternate username database. unpwdb.passlimit: The maximum number of passwords 'passwords' will return default unlimited. passdb: The filename of an alternate password database...

7.5AI score
SaveExploits0
OpenVAS
OpenVAS
added 2013/02/28 12:0 a.m.19 views

Nmap NSE 6.01: pop3-brute

Tries to log into a POP3 account by guessing usernames and passwords. SYNTAX: userdb: The filename of an alternate username database. pop3loginmethod: The login method to use: ''USER'' default, ''SASL-PLAIN'', ''SASL-LOGIN'', ''SASL-CRAM-MD5'', or ''APOP''. unpwdb.passlimit: The maximum number of...

7.5AI score
SaveExploits0
OpenVAS
OpenVAS
added 2013/02/28 12:0 a.m.27 views

Nmap NSE 6.01: ftp-brute

Performs brute force password auditing against FTP servers. This uses the standard unpwdb username/password list. However, in tests FTP servers are significantly slower than other servers when responding, so the number of usernames/passwords can be artificially limited using script arguments...

7.5AI score
SaveExploits0
OpenVAS
OpenVAS
added 2013/02/28 12:0 a.m.67 views

Nmap NSE 6.01: dns-random-txid

Checks a DNS server for the predictable-TXID DNS recursion vulnerability. Predictable TXID values can make a DNS server vulnerable to cache poisoning attacks see CVE-2008-1447. The script works by querying txidtest.dns-oarc.net see https://www.dns- oarc.net/oarc/services/txidtest. Be aware that a...

5CVSS7AI score0.95182EPSS
SaveExploits21
OpenVAS
OpenVAS
added 2013/02/28 12:0 a.m.13 views

Nmap NSE 6.01: ntp-info

Gets the time and configuration variables from an NTP server. We send two requests: a time request and a 'read variables' opcode 2 control message. Without verbosity, the script shows the time and the value of the 'version', 'processor', 'system', 'refid', and 'stratum' variables. With verbosity,...

7.3AI score
SaveExploits0
OpenVAS
OpenVAS
added 2013/02/28 12:0 a.m.22 views

Nmap NSE 6.01: dns-recursion

This VT has been deprecated and is therefore no longer functional. SPDX-FileCopyrightText: 2013 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

7.3AI score
SaveExploits0
OpenVAS
OpenVAS
added 2013/02/28 12:0 a.m.27 views

Nmap NSE 6.01: oracle-sid-brute

This VT has been deprecated and is therefore no longer functional. SPDX-FileCopyrightText: 2013 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

7.3AI score
SaveExploits0References1
OpenVAS
OpenVAS
added 2013/02/28 12:0 a.m.12 views

Nmap NSE 6.01: irc-info

This VT has been deprecated and is therefore no longer functional. SPDX-FileCopyrightText: 2013 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

7.3AI score
SaveExploits0
OpenVAS
OpenVAS
added 2013/02/28 12:0 a.m.16 views

Nmap NSE 6.01: smb-enum-users

This VT has been deprecated and is therefore no longer functional. SPDX-FileCopyrightText: 2013 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

7.3AI score
SaveExploits0
OpenVAS
OpenVAS
added 2013/02/28 12:0 a.m.12 views

Nmap NSE 6.01: ntp-info

This VT has been deprecated and is therefore no longer functional. SPDX-FileCopyrightText: 2013 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

7.3AI score
SaveExploits0References1
OpenVAS
OpenVAS
added 2013/02/28 12:0 a.m.10 views

Nmap NSE 6.01: http-title

This VT has been deprecated and is therefore no longer functional. SPDX-FileCopyrightText: 2013 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

7.3AI score
SaveExploits0
Rows per page
Query Builder