Create openwrt-default-login.yaml (#4038)
* Create openwrt-default-login.yaml * Update and rename default-logins/openwrt/openwrt-default-login.yaml to exposed-panels/openwrt-login.yaml * misc update * minor matcher update Co-authored-by: Prince Chaddha <prince@projectdiscovery.io> Co-authored-by: sandeep <sandeep@projectdiscovery.io>patch-1
parent
134962a397
commit
bac5c7a866
|
@ -0,0 +1,30 @@
|
|||
id: openwrt-login
|
||||
|
||||
info:
|
||||
name: Opentwrt Login Detect
|
||||
author: For3stCo1d
|
||||
severity: info
|
||||
reference: https://openwrt.org
|
||||
metadata:
|
||||
shodan-query: http.title:"OpenWrt - LuCI"
|
||||
tags: openwrt,default-login,router
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
redirects: true
|
||||
max-redirects: 2
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- '<title>OpenWrt'
|
||||
|
||||
extractors:
|
||||
- type: regex
|
||||
part: body
|
||||
group: 1
|
||||
regex:
|
||||
- '(?i)OpenWrt ([A-Z0-9.]+)'
|
Loading…
Reference in New Issue