2020-04-22 13:31:59 +00:00
|
|
|
id: programming-language-detect
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Programming Language Detect
|
|
|
|
author: NkxxkN https://twitter.com/NkkxN
|
|
|
|
severity: medium
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/"
|
2020-04-26 02:57:19 +00:00
|
|
|
matchers-condition: or
|
2020-04-22 13:31:59 +00:00
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
name: php
|
|
|
|
words:
|
|
|
|
- "X-Powered-By: PHP"
|
|
|
|
- "PHPSESSID"
|
|
|
|
part: header
|
|
|
|
- type: word
|
|
|
|
name: node
|
|
|
|
words:
|
|
|
|
- "Server: NodeJS"
|
|
|
|
- "X-Powered-By: nodejs"
|
|
|
|
condition: or
|
|
|
|
part: header
|
|
|
|
- type: word
|
|
|
|
name: python
|
|
|
|
words:
|
|
|
|
- "Python/2."
|
|
|
|
- "Python/3."
|
|
|
|
condition: or
|
|
|
|
part: header
|