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
Podalirius 2022-03-17 10:46:11 +01:00 committed by GitHub
parent 8bd175314f
commit 732ab12b82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 31 additions and 0 deletions

View File

@ -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>'