-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Open
Labels
template-contributionNuclei template contributionNuclei template contribution
Description
Is there an existing template for this?
- I have searched the existing templates.
Nuclei Template
id: bank-central-asia-phish
info:
name: Bank Central Asia Phishing Detection
author: bocgoInfosec
severity: info
description: |
A Bank Central Asia (BCA) phishing website was detected
reference:
- https://bca.co.id
metadata:
max-request: 1
tags: phishing,bca,osint
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- "BCA - Senantiasa di sisi Anda"
- "BCA - Always by your side"
- "myBCA"
- "Login"
- "BCA"
- type: status
status:
- 200
- type: dsl
dsl:
- '!contains(host,"bca.co.id")'
Relevant dumped responses
Anything else?
No response
Metadata
Metadata
Assignees
Labels
template-contributionNuclei template contributionNuclei template contribution