Merge pull request #2094 from gy741/rule-add-v29

Create iptime-default-login.yaml
patch-1
Sandeep Singh 2021-07-26 01:11:58 +05:30 committed by GitHub
commit 85d5a2c46a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 32 additions and 0 deletions

View File

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