Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "3G Wireless Gateway Detection" module is designed to detect the presence of a 3G wireless gateway. It targets a specific software and checks for the presence of certain variables and a specific status code in the response. The severity of this module is informative.
This module does not have any direct impact on the target system. It is used to gather information about the presence of a 3G wireless gateway, which can be useful for further analysis and security assessments.
The "3G Wireless Gateway Detection" module works by sending an HTTP GET request to the target system's "/htmlcode/html/indexdefault.asp" endpoint. It then checks the response for the presence of specific variables, namely "g_i3gState", "g_sysinfo_sim_state", and "g_iUID". Additionally, it verifies that the response status code is 200.
By matching these conditions, the module determines whether a 3G wireless gateway is present on the target system.
Here is an example of the HTTP request sent by the module:
GET /htmlcode/html/indexdefault.asp
The module uses the following matching conditions:
- The response must contain all of the specified variables: "g_i3gState", "g_sysinfo_sim_state", and "g_iUID". - The response status code must be 200.If both conditions are met, the module reports the presence of a 3G wireless gateway.