commit
97573f38c9
|
@ -1,20 +0,0 @@
|
|||
id: xenforo-login
|
||||
|
||||
info:
|
||||
name: XenForo Login/Register
|
||||
author: dhiyaneshDk
|
||||
severity: info
|
||||
metadata:
|
||||
shodan-query: http.title:"XenForo"
|
||||
tags: panel
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}/index.php'
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- '<title>XenForo</title>'
|
||||
condition: and
|
|
@ -0,0 +1,27 @@
|
|||
id: xenforo-detect
|
||||
|
||||
info:
|
||||
name: XenForo Forum Detection
|
||||
author: dhiyaneshDk,daffainfo
|
||||
severity: info
|
||||
metadata:
|
||||
shodan-query: http.title:"XenForo"
|
||||
tags: tech,xenforo
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}/index.php'
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- '<html id="XenForo"'
|
||||
- '<html id="XF"'
|
||||
condition: or
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue