Create pypiserver-detect.yaml

patch-1
Ritik Chaddha 2022-12-07 01:36:38 +05:30 committed by GitHub
parent 56619624b7
commit 144ab46b57
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