ZEROF Web Server Detect
ID: zerof-webserver-detect
Severity: info
Author: princechaddha
Tags: tech,zerof
Description
Section titled “Description”YAML Source
Section titled “YAML Source”id: zerof-webserver-detect
info: name: ZEROF Web Server Detect author: princechaddha severity: info metadata: max-request: 1 tags: tech,zerof
http: - method: GET path: - "{{BaseURL}}"
matchers-condition: and matchers: - type: word part: body words: - "<title>ZEROF Web Server</title>"
- type: status status: - 200# digest: 4a0a0047304502207245be8497d07fbca3bf2378e9181ff49a7bcbcb35ac77940d71ae99111a282f022100a2af7827b8a071ccc4ee83924256f896c25a7cfd0209348e3869958546e2ffd9: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/zerof-webserver-detect.yaml"