Update tpl
parent
902d692314
commit
e50ea66551
|
@ -2,7 +2,7 @@ id: oracle-people-sign-in
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: Oracle PeopleSoft Login Panel - Detect
|
name: Oracle PeopleSoft Login Panel - Detect
|
||||||
author: idealphase
|
author: idealphase,righettod
|
||||||
severity: info
|
severity: info
|
||||||
description: Oracle PeopleSoft login panel was detected.
|
description: Oracle PeopleSoft login panel was detected.
|
||||||
classification:
|
classification:
|
||||||
|
@ -11,26 +11,32 @@ info:
|
||||||
metadata:
|
metadata:
|
||||||
max-request: 1
|
max-request: 1
|
||||||
shodan-query: http.title:"Oracle PeopleSoft Sign-in"
|
shodan-query: http.title:"Oracle PeopleSoft Sign-in"
|
||||||
tags: oracle,panel
|
tags: oracle,panel,login,detect
|
||||||
|
|
||||||
http:
|
http:
|
||||||
- method: GET
|
- method: GET
|
||||||
path:
|
path:
|
||||||
- '{{BaseURL}}'
|
- '{{BaseURL}}/psp/csprd/?cmd=login&languageCd=ENG&'
|
||||||
|
- '{{BaseURL}}/psp/retess/?cmd=login&languageCd=ENG&'
|
||||||
|
- '{{BaseURL}}/psp/fscmprod/?cmd=login&languageCd=ENG&'
|
||||||
|
- '{{BaseURL}}/psp/CT920/?cmd=login&languageCd=ENG&'
|
||||||
|
- '{{BaseURL}}/psp/esshrprd/?cmd=login&languageCd=ENG&'
|
||||||
|
- '{{BaseURL}}/psp/ps/?&cmd=login&languageCd=ENG&'
|
||||||
|
|
||||||
host-redirects: true
|
stop-at-first-match: true
|
||||||
|
redirects: true
|
||||||
max-redirects: 2
|
max-redirects: 2
|
||||||
|
|
||||||
matchers-condition: and
|
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: dsl
|
||||||
part: body
|
dsl:
|
||||||
words:
|
- 'status_code == 200'
|
||||||
- '<title>Oracle PeopleSoft Sign-in</title>'
|
- 'contains_any(to_lower(body), "<title>oracle peoplesoft sign-in</title>", "alt=\"oracle peoplesoft sign-in\" title=\"oracle peoplesoft sign-in\"")'
|
||||||
- 'alt="Oracle PeopleSoft Sign-in" title="Oracle PeopleSoft Sign-in"'
|
condition: and
|
||||||
condition: or
|
|
||||||
|
|
||||||
- type: status
|
extractors:
|
||||||
status:
|
- type: regex
|
||||||
- 200
|
part: body
|
||||||
# digest: 4a0a004730450220534a813cfd286f86aac6bf1ce17b27b6c7b7de5f18eb4b195db1d5ec6a96288f022100b08a023d57ce6c6abb820161ff4ef992d4cd670007e92cdb2d4dc018d01ef3a9:922c64590222798bb761d5b6d8e72950
|
group: 1
|
||||||
|
regex:
|
||||||
|
- '(?i)\*\s+Copyright\s+\(c\)\s+([0-9,\s]+)\s+Oracle\s+and\/or\s+its\s+affiliates.'
|
||||||
|
|
Loading…
Reference in New Issue