nuclei-templates/technologies/pypiserver-detect.yaml

27 lines
432 B
YAML
Raw Normal View History

2022-12-06 20:06:38 +00:00
id: pypiserver-detect
info:
name: PyPI Server Detect
author: ritikchaddha
severity: info
metadata:
verified: true
shodan-query: html:"pypiserver"
tags: tech,pypiserver
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
2022-12-06 20:06:38 +00:00
matchers:
- type: word
part: body
words:
- 'Welcome to pypiserver'
- type: status
status:
- 200