Added template for joget web application exposed login page and version (#3921)
* Added template for joget web application exposed login page and version * misc updates * template id update Co-authored-by: sandeep <sandeep@projectdiscovery.io>patch-1
parent
8bd175314f
commit
732ab12b82
|
@ -0,0 +1,31 @@
|
|||
id: joget-panel
|
||||
|
||||
info:
|
||||
name: JoGet Login Panel
|
||||
author: Podalirius
|
||||
severity: info
|
||||
metadata:
|
||||
shodan-query: http.favicon.hash:-1343712810
|
||||
tags: panel,joget
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}/jw/web/;'
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- 'System Error'
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 500
|
||||
|
||||
extractors:
|
||||
- type: regex
|
||||
part: body
|
||||
group: 2
|
||||
regex:
|
||||
- '<li>(Version:[ \n\t]*([^<]+)[ \n\t]*)</li>'
|
Loading…
Reference in New Issue