VertiGIS - Detect
ID: vertigis-detect
Severity: info
Author: righettod
Tags: tech,vertigis,detect
Description
Section titled “Description”VertiGIS products was detected.
YAML Source
Section titled “YAML Source”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: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/vertigis-detect.yaml"