Skip to content

python phishing Detection

ID: python-phish

Severity: info

Author: rxerium

Tags: phishing,python,osint

A python phishing website was detected

id: python-phish
info:
name: python phishing Detection
author: rxerium
severity: info
description: |
A python phishing website was detected
reference:
- https://python.org
metadata:
max-request: 1
tags: phishing,python,osint
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- 'Welcome to Python.org'
- 'The official home of the Python Programming Language'
condition: and
- type: status
status:
- 200
- type: dsl
dsl:
- '!contains(host,"python.org")'
# digest: 4a0a004730450220701782343f744d886f92b03b779690750fc7e249511a7d363c83414a60184817022100d8dea976fafbc2d1bee360598b6379cd10a7cf2cea5cd8f072be039e0fabe345: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/osint/phishing/python-phish.yaml"

View on Github