From af97d530b7a2de4d529070ccc371703e551b3fb0 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Wed, 31 Aug 2022 19:58:06 +0530 Subject: [PATCH] Create osticket-install.yaml --- exposed-panels/osticket/osticket-install.yaml | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 exposed-panels/osticket/osticket-install.yaml diff --git a/exposed-panels/osticket/osticket-install.yaml b/exposed-panels/osticket/osticket-install.yaml new file mode 100644 index 0000000000..d7c02ed402 --- /dev/null +++ b/exposed-panels/osticket/osticket-install.yaml @@ -0,0 +1,34 @@ +id: osticket-install + +info: + name: OSTicket Installation + author: ritikchaddha + severity: high + metadata: + verified: true + shodan-query: http.title:"osTicket Installer" + tags: panel,osticket,install + +requests: + - method: GET + path: + - "{{BaseURL}}/upload/setup/install.php" + - "{{BaseURL}}/setup/install.php" + + stop-at-first-match: true + matchers-condition: and + matchers: + - type: word + part: body + words: + - 'osTicket Installer' + + - type: word + part: body + words: + - 'already installed' + negative: true + + - type: status + status: + - 200