nuclei icon indicating copy to clipboard operation
nuclei copied to clipboard

Combine Wappalyzer with tech detection templates

Open brenocss opened this issue 3 years ago • 1 comments
trafficstars

Please describe your feature request:

For now, we use nuclei tech detection templates as the only way to scan technologies on a target. However we could detect more technologies if we run wappalyzer as well and print out results like a nuclei template response. Another approach would be, to automate a update on nuclei templates based on wappalyzer ( Suggested by @ehsandeep ).

Describe the use case of this feature:

Improve tech-detection templates

brenocss avatar Jun 07 '22 17:06 brenocss

Here i think would be a nice idea to implement

id: dummy-example
info:
name: usage of cdncheck and wappalyzergo
author: mzack9999
severity: none
description: Checks if CNAME and A record is returned.

dns:
- name: "{{FQDN}}"
  type: A
  class: inet
  recursion: true
  retries: 3

  matchers:
      - type: dsl
        dsl:
          - "print_debug(cdn_check(extractorvariable))"

brenocss avatar Aug 24 '22 01:08 brenocss