From 96ad78461134c1e79342d3f77a7e390c35c3f7d3 Mon Sep 17 00:00:00 2001 From: pussycat0x <65701233+pussycat0x@users.noreply.github.com> Date: Thu, 12 Jan 2023 13:52:27 +0530 Subject: [PATCH] Ntop Detect --- technologies/ntop-detect.yaml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 technologies/ntop-detect.yaml diff --git a/technologies/ntop-detect.yaml b/technologies/ntop-detect.yaml new file mode 100644 index 0000000000..6838470682 --- /dev/null +++ b/technologies/ntop-detect.yaml @@ -0,0 +1,29 @@ +id: ntop-detection + +info: + name: Ntop Detect + author: pussycat0x + severity: info + description: | + ntop is computer software that probes a computer network to show network use in a way similar to what the program top does for processes. + metadata: + verified: true + shodan-query: http.title:"welcome to ntop" + tags: tech,ntop,panel + +requests: + - method: GET + path: + - '{{BaseURL}}' + + matchers-condition: and + matchers: + - type: word + part: body + words: + - 'Welcome to ntop' + - 'Documentation' + + - type: status + status: + - 200 \ No newline at end of file