Merge pull request #6268 from projectdiscovery/pypiserver-detect

Create pypiserver-detect.yaml
patch-1
Dhiyaneshwaran 2022-12-07 10:58:39 +05:30 committed by GitHub
commit 2f038827ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
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:
- type: word
part: body
words:
- 'Welcome to pypiserver'
- type: status
status:
- 200