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
林寒 2022-04-18 23:01:15 +08:00 committed by GitHub
parent 134962a397
commit bac5c7a866
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 30 additions and 0 deletions

View File

@ -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.]+)'