mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
32 lines
766 B
YAML
32 lines
766 B
YAML
id: pypiserver-detect
|
|
|
|
info:
|
|
name: PyPI Server Detect
|
|
author: ritikchaddha
|
|
severity: info
|
|
classification:
|
|
cpe: cpe:2.3:a:python:pypiserver:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
vendor: python
|
|
product: pypiserver
|
|
shodan-query: html:"pypiserver"
|
|
tags: tech,pypiserver,discovery
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'Welcome to pypiserver'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 4b0a00483046022100ae34c064b5dd03f2a262056f14801832d390466b347a2f77221b8de3d185e787022100f39b5d7ccf626df0911ca8388e4791fab686609761f10ded710b4b9de7f6ff55:922c64590222798bb761d5b6d8e72950 |