Netsweeper WebAdmin - Detect
ID: netsweeper-webadmin-detect
Severity: info
Author: dwisiswant0
Tags: tech,netsweeper,webadmin
Description
Section titled “Description”Netsweeper WebAdmin was detected.
YAML Source
Section titled “YAML Source”id: netsweeper-webadmin-detect
info: name: Netsweeper WebAdmin - Detect author: dwisiswant0 severity: info description: Netsweeper WebAdmin was detected. classification: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cvss-score: 0 cwe-id: CWE-200 metadata: max-request: 2 tags: tech,netsweeper,webadmin
http: - method: GET path: - "{{BaseURL}}/webadmin/start/" - "{{BaseURL}}/webadmin/tools/systemstatus_remote.php"
headers: Referer: "http://{{Hostname}}/webadmin/admin/systemstatus_inc_data.php"
matchers-condition: and matchers: - type: regex regex: - "Powered by netsweeper" - "Netsweeper Inc" condition: or part: body
- type: status status: - 200# digest: 4a0a00473045022100ac90201419edb37ad6fbd2937e583675f2e74727193c2adee7ba5795657d49de02203ff92e7e20f185839bdeec47b41154df20c85380c53aaf306e8a68d69f718125:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/technologies/netsweeper-webadmin-detect.yaml"