Ethical Hacking Automation

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

SecNet Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#secnet-ac#panel
Description

What is the "SecNet Login Panel - Detect?"

The "SecNet Login Panel - Detect" module is designed to detect the presence of the SecNet login panel. This module targets the SecNet AC panel, which is a component of the SecNet intelligent routing system. The severity of this module is classified as informative, meaning it provides valuable information but does not indicate a vulnerability or misconfiguration. The original author of this module is ritikchaddha.

Impact

This module does not have a direct impact on the system being scanned. It simply detects the presence of the SecNet login panel, providing information about the system's configuration.

How does the module work?

The "SecNet Login Panel - Detect" module works by sending an HTTP GET request to the "/login.html" path. It then applies two matching conditions to determine if the SecNet login panel is present:

- The module checks if the response body contains the HTML title tag "". - The module also checks if the response status code is 200 (OK).

If both conditions are met, the module reports the detection of the SecNet login panel. The module has a maximum request limit of 1.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/login.html
Matching conditions
word: <title>安网科技-智能路由系统</title>and
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability