mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-02-03 17:23:30 +08:00
37 lines
1.4 KiB
YAML
37 lines
1.4 KiB
YAML
id: vertigis-detect
|
|
|
|
info:
|
|
name: VertiGIS - Detect
|
|
author: righettod
|
|
severity: info
|
|
description: |
|
|
VertiGIS products was detected.
|
|
reference:
|
|
- https://www.vertigis.com/
|
|
metadata:
|
|
verified: true
|
|
max-request: 9
|
|
shodan-query: http.title:"vertigis"
|
|
tags: tech,vertigis,detect
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/login"
|
|
- "{{BaseURL}}/GeoManLogin.aspx"
|
|
- "{{BaseURL}}/FM/GeoManLogin.aspx"
|
|
- "{{BaseURL}}/GEBman/GeoManLogin.aspx"
|
|
- "{{BaseURL}}/Geoportal/synserver"
|
|
- "{{BaseURL}}/vertigisstudio/web/designer/locales/en/translations.json"
|
|
- "{{BaseURL}}/vertigisstudio/search/designer/locales/en/translations.json"
|
|
- "{{BaseURL}}/vertigisstudio/mobile/designer/locales/en/translations.json"
|
|
- "{{BaseURL}}/vertigisstudio/accesscontrol/locales/en/translations.json"
|
|
|
|
stop-at-first-match: true
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- 'status_code == 200'
|
|
- 'contains_any(to_lower(body), "<title>vertigis", "welcome to vertigis", "vertigis fm - login", "<title>weboffice landing page" , "vertigis studio app designer", "vertigis studio web designer", "vertigis studio access control")'
|
|
condition: and
|
|
# digest: 490a0046304402207ee09ef3afa6e87cff0e485ee50dae0507bc748c3352db2c8dd59c7882cb73c202203e3f5060261353add73029ed0b6f0a28c512a0b65d2d524a174b363c2423789b:922c64590222798bb761d5b6d8e72950 |