Create luci-openwrt-detect.yaml (#4510)
* Create luci-openwrt-detect.yaml * Added additional path + matcher Co-authored-by: sandeep <sandeep@projectdiscovery.io>patch-1
parent
bd4750a381
commit
d36bd746cb
|
@ -1,20 +1,23 @@
|
|||
id: openwrt-login
|
||||
|
||||
info:
|
||||
name: Opentwrt Login Detect
|
||||
author: For3stCo1d
|
||||
name: Opentwrt Login / Configuration Interface
|
||||
author: For3stCo1d,TechbrunchFR
|
||||
severity: info
|
||||
reference:
|
||||
- https://openwrt.org
|
||||
- https://github.com/openwrt/luci
|
||||
metadata:
|
||||
shodan-query: http.title:"OpenWrt - LuCI"
|
||||
tags: openwrt,default-login,router
|
||||
tags: openwrt,router
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
- "{{BaseURL}}/cgi-bin/luci/"
|
||||
|
||||
stop-at-first-match: true
|
||||
redirects: true
|
||||
max-redirects: 2
|
||||
matchers:
|
||||
|
@ -22,6 +25,8 @@ requests:
|
|||
part: body
|
||||
words:
|
||||
- '<title>OpenWrt'
|
||||
- "Powered by LuCI"
|
||||
condition: or
|
||||
|
||||
extractors:
|
||||
- type: regex
|
||||
|
|
Loading…
Reference in New Issue