Skip to content

github phishing Detection

ID: github-phish

Severity: info

Author: rxerium

Tags: phishing,github,osint

A github phishing website was detected

id: github-phish
info:
name: github phishing Detection
author: rxerium
severity: info
description: |
A github phishing website was detected
reference:
- https://github.com
metadata:
max-request: 1
tags: phishing,github,osint
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- 'Sign in to GitHub · GitHub'
- type: status
status:
- 200
- type: dsl
dsl:
- '!contains(host,"github.com")'
# digest: 490a00463044022038b5b31e1a2e91caa9eeef2715ef7874b40ee27f0013bb31a2f827f481b4afb102203f9d1ddb4e4c6f1f72c087eae9a994a1b28e8a9f15d2ed9ebd7603c3b3d101c4: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/github-phish.yaml"

View on Github