diff --git a/technologies/seeddms-detect.yaml b/technologies/seeddms-detect.yaml new file mode 100644 index 0000000000..25ca066589 --- /dev/null +++ b/technologies/seeddms-detect.yaml @@ -0,0 +1,19 @@ +id: seeddms-detect +info: + name: Seeddms- + author: pussycat0x + severity: info + tags: tech +requests: + - method: GET + path: + - "{{BaseURL}}/out/out.Login.php?referuri=%2Fout%2Fout.ViewFolder.php" + redirects: true + matchers-condition: and + matchers: + - type: word + words: + - "SeedDMS: Sign in" + - type: status + status: + - 200 \ No newline at end of file