Skip to content

PyPI Server Detect

ID: pypiserver-detect

Severity: info

Author: ritikchaddha

Tags: tech,pypiserver

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
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Welcome to pypiserver'
- type: status
status:
- 200
# digest: 4b0a00483046022100d9275100272251d48a6e93856259c50a007f9972c63756fa6ac1202c9e065c41022100c2097f9e1f885671454577be590d29437100bca989c6892d4d1a0f646091a21c:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/technologies/pypiserver-detect.yaml"

View on Github