Ethical Hacking Automation

Automate Recon and scanning process with Vidoc. All security teams in one place

NZBGet Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#nzbget
Description

NZBGet Login Panel - Detect

What is the "NZBGet Login Panel - Detect" module?

The "NZBGet Login Panel - Detect" module is a test case designed to detect the presence of the NZBGet login panel. NZBGet is a popular Usenet client that allows users to download files from Usenet newsgroups. This module focuses on identifying the login panel of NZBGet.

The severity of this module is classified as informative, which means it provides valuable information but does not indicate a vulnerability or misconfiguration.

This module was authored by DhiyaneshDK.

Impact

This module does not have any direct impact as it is designed to detect the presence of the NZBGet login panel. However, the information obtained from this module can be used to assess the security posture of the NZBGet installation.

How does the module work?

The "NZBGet Login Panel - Detect" module works by sending HTTP requests to the target website and applying specific matching conditions to identify the presence of the NZBGet login panel.

Here is an example of an HTTP request that may be sent by this module:

GET / HTTP/1.1
Host: example.com

The module uses the following matching conditions:

- The response must contain the HTML title tag with the content "NZBGet". - The response header must indicate the content type as "text/html". - The HTTP status code must be 200 (OK).

If all the matching conditions are met, the module reports the detection of the NZBGet login panel.

Module preview

Concurrent Requests (0)
Passive global matcher
word: <title>NZBGet</title>and
word: text/htmland
status: 200
On match action
Report vulnerability