Create luci-openwrt-detect.yaml (#4510)

* Create luci-openwrt-detect.yaml

* Added additional path + matcher

Co-authored-by: sandeep <sandeep@projectdiscovery.io>
patch-1
Techbrunch 2022-05-31 01:22:56 +02:00 committed by GitHub
parent bd4750a381
commit d36bd746cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 3 deletions

View File

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