moved this to tech detect
parent
f70ab2d5c8
commit
46cf728622
|
@ -1,16 +0,0 @@
|
|||
id: mongo-express-web-gui
|
||||
|
||||
info:
|
||||
name: Mongo Express Web GUI
|
||||
author: puzzlepeaches
|
||||
severity: info
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/"
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "Set-Cookie: mongo-express="
|
||||
part: header
|
|
@ -1,16 +0,0 @@
|
|||
id: pfsense-web-gui
|
||||
|
||||
info:
|
||||
name: pfSense Web GUI
|
||||
author: ossie
|
||||
severity: info
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/"
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "Login to pfSense"
|
|
@ -1,20 +0,0 @@
|
|||
id: weave-scope-dashboard-detect
|
||||
|
||||
info:
|
||||
name: Weave Scope Dashboard
|
||||
author: e_schultze_
|
||||
severity: info
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "<title>Weave Scope</title>"
|
||||
- "__WEAVEWORKS_CSRF_TOKEN"
|
||||
- "__CSRF_TOKEN_PLACEHOLDER__"
|
||||
condition: and
|
||||
part: body
|
Loading…
Reference in New Issue