Detect iPlanet Webserver Detection
ID: iplanet-web-server
Severity: info
Author: pussycat0x
Tags: tech,webserver
Description
Section titled “Description”YAML Source
Section titled “YAML Source”id: iplanet-web-server
info: name: Detect iPlanet Webserver Detection author: pussycat0x severity: info metadata: max-request: 1 fofa-query: app="iPlanet-Web-Server,-Enterprise-Edition-4.1" tags: tech,webserver
http: - method: GET path: - "{{BaseURL}}"
matchers-condition: and matchers: - type: word part: body words: - "iPlanet"
- type: status status: - 200# digest: 4a0a0047304502206c7d023074473f57bf45ffa23f36af1420d0252cc97d6b657902d7f982432510022100840d1044c124b97c9f02b062918e21446bd3f90121fddda039976800648a4f77: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/iplanet-web-server.yaml"