commit
85d5a2c46a
|
@ -0,0 +1,32 @@
|
|||
id: iptime-default-login
|
||||
|
||||
info:
|
||||
name: ipTIME Default Login
|
||||
author: gy741
|
||||
severity: high
|
||||
tags: iptime,default-login
|
||||
|
||||
requests:
|
||||
- raw:
|
||||
- |
|
||||
POST /sess-bin/login_handler.cgi HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36
|
||||
Referer: http://{{Hostname}}/sess-bin/login_session.cgi
|
||||
Connection: close
|
||||
|
||||
username=admin&passwd=admin
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
||||
- type: word
|
||||
words:
|
||||
- "setCookie"
|
||||
- "efm_session_id"
|
||||
- "login.cgi"
|
||||
part: body
|
||||
condition: and
|
Loading…
Reference in New Issue