From 818e083ec0829ca13300ae5fbd630eae621f5d3b Mon Sep 17 00:00:00 2001 From: Geeknik Labs <466878+geeknik@users.noreply.github.com> Date: Thu, 1 Apr 2021 14:24:35 +0000 Subject: [PATCH 1/2] Create upnp-device.yaml --- technologies/upnp-device.yaml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 technologies/upnp-device.yaml diff --git a/technologies/upnp-device.yaml b/technologies/upnp-device.yaml new file mode 100644 index 0000000000..783316df7b --- /dev/null +++ b/technologies/upnp-device.yaml @@ -0,0 +1,33 @@ +id: upnp-device-detect + +info: + name: Detect Basic uPNP Device + author: geeknik + reference: https://www.upnp.org/specs/basic/UPnP-basic-Basic-v1-Device.pdf + severity: info + tags: upnp + +requests: + - method: GET + path: + - "{{BaseURL}}" + + matchers-condition: and + matchers: + - type: status + status: + - 200 + - type: word + words: + - "urn:schemas-upnp-org:device-1-0" + - "" + - "" + part: body + condition: and + + extractors: + - type: regex + name: model + regex: + - .* + - .* From 88c0ce27742808a10eccba81c04c9425ae975461 Mon Sep 17 00:00:00 2001 From: sandeep <8293321+ehsandeep@users.noreply.github.com> Date: Fri, 2 Apr 2021 17:55:39 +0530 Subject: [PATCH 2/2] moving files around --- {technologies => iot}/upnp-device.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename {technologies => iot}/upnp-device.yaml (97%) diff --git a/technologies/upnp-device.yaml b/iot/upnp-device.yaml similarity index 97% rename from technologies/upnp-device.yaml rename to iot/upnp-device.yaml index 783316df7b..8943fff634 100644 --- a/technologies/upnp-device.yaml +++ b/iot/upnp-device.yaml @@ -5,7 +5,7 @@ info: author: geeknik reference: https://www.upnp.org/specs/basic/UPnP-basic-Basic-v1-Device.pdf severity: info - tags: upnp + tags: upnp,iot requests: - method: GET