Fix linter error
parent
aa2f0d0bfb
commit
7a5b8e51c5
|
@ -8,7 +8,6 @@ info:
|
|||
metadata:
|
||||
max-request: 1
|
||||
shodan-query: http.favicon.hash:1552322396
|
||||
shodan-query: http.html:"seafile"
|
||||
reference:
|
||||
- https://www.seafile.com/en/home/
|
||||
- https://github.com/haiwen/seafile
|
||||
|
@ -28,7 +27,7 @@ http:
|
|||
- type: dsl
|
||||
dsl:
|
||||
- "status_code==200 && (\"1552322396\" == mmh3(base64_py(body)))"
|
||||
|
||||
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/accounts/login/"
|
||||
|
@ -43,4 +42,4 @@ http:
|
|||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
- 200
|
||||
|
|
Loading…
Reference in New Issue