moved this to tech detect

patch-1
bauthard 2020-08-31 23:57:18 +05:30
parent f70ab2d5c8
commit 46cf728622
3 changed files with 0 additions and 52 deletions

View File

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

View File

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

View File

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