Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions http/technologies/tech-detect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ id: tech-detect

info:
name: Wappalyzer Technology Detection
author: hakluke,righettod
author: hakluke,righettod,matejsmycka
severity: info
metadata:
max-request: 1
Expand Down Expand Up @@ -980,10 +980,12 @@ http:
part: body

- type: word
part: body
part: response
name: next.js
words:
- '<script id="__NEXT_DATA__"'
- 'X-Powered-By: Next.js'
condition: or

- type: regex
name: angular
Expand Down
Loading