Added prestashop-detect
parent
1110c6095f
commit
474b60435e
|
@ -0,0 +1,25 @@
|
||||||
|
id: prestashop-detect
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: PrestaShop Tech Detection
|
||||||
|
author: pdteam
|
||||||
|
severity: info
|
||||||
|
tags: tech,cms,prestashop
|
||||||
|
metadata:
|
||||||
|
shodan-query: http.component:"PrestaShop"
|
||||||
|
|
||||||
|
requests:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- "{{BaseURL}}"
|
||||||
|
|
||||||
|
redirects: true
|
||||||
|
max-redirects: 2
|
||||||
|
matchers:
|
||||||
|
- type: regex
|
||||||
|
part: body
|
||||||
|
regex:
|
||||||
|
- Powered by <a\s+[^>]+>PrestaShop
|
||||||
|
- <!-- /Block [a-z ]+ module (?:HEADER|TOP)?\s?-->
|
||||||
|
- <!-- /Module Block [a-z ]+ -->
|
||||||
|
condition: or
|
|
@ -305,15 +305,6 @@ requests:
|
||||||
condition: or
|
condition: or
|
||||||
part: body
|
part: body
|
||||||
|
|
||||||
- type: regex
|
|
||||||
name: prestashop
|
|
||||||
regex:
|
|
||||||
- Powered by <a\s+[^>]+>PrestaShop
|
|
||||||
- <!-- /Block [a-z ]+ module (?:HEADER|TOP)?\s?-->
|
|
||||||
- <!-- /Module Block [a-z ]+ -->
|
|
||||||
condition: or
|
|
||||||
part: body
|
|
||||||
|
|
||||||
- type: regex
|
- type: regex
|
||||||
name: youtrack
|
name: youtrack
|
||||||
regex:
|
regex:
|
||||||
|
|
Loading…
Reference in New Issue