Skip to content

Commit a3b7ea5

Browse files
authored
Merge pull request #12424 from projectdiscovery/totolink-installer
Create totolink-setup-page-detect.yaml
2 parents 6ca2c3b + f62b44f commit a3b7ea5

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
id: totolink-installer
2+
3+
info:
4+
name: TOTOLINK Installer - Exposure
5+
author: ritikchaddha
6+
severity: high
7+
description: |
8+
Detects the presence of TOTOLINK router setup pages at /wizardset.htm and /easy_setup.htm.
9+
metadata:
10+
verified: true
11+
product: TOTOLINK
12+
shodan-query: title:"TOTOLINK"
13+
fofa-query: title="TOTOLINK"
14+
tags: totolink,router,setup,exposure,installer
15+
16+
http:
17+
- method: GET
18+
path:
19+
- "{{BaseURL}}/wizardset.htm"
20+
- "{{BaseURL}}/easy_setup.htm"
21+
22+
stop-at-first-match: true
23+
matchers:
24+
- type: dsl
25+
dsl:
26+
- 'status_code==200'
27+
- 'contains(tolower(body), "totolink")'
28+
- 'contains_any(body, "SRC=\"easy_setup.htm", "value=\"Advanced Setup", "show_wapi_settings")'
29+
condition: and

0 commit comments

Comments
 (0)