Go-Phish and Workflow (#3564)
* Create gophish-login.yaml * Create gophish-workflow.yaml * Update gophish-workflow.yaml Co-authored-by: Sandeep Singh <sandeep@projectdiscovery.io>patch-1
parent
1d7257d4d9
commit
0be16119ee
|
@ -0,0 +1,23 @@
|
||||||
|
id: gophish-login
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: Gophish Login
|
||||||
|
author: dhiyaneshDK
|
||||||
|
severity: info
|
||||||
|
tags: panel,gophish
|
||||||
|
metadata:
|
||||||
|
shodan-query: http.title:"Gophish - Login"
|
||||||
|
|
||||||
|
requests:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- '{{BaseURL}}/login'
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
words:
|
||||||
|
- '<title>Gophish - Login</title>'
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
|
@ -0,0 +1,11 @@
|
||||||
|
id: gophish-workflow
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: GoPhish Security Checks
|
||||||
|
author: dhiyaneshDK
|
||||||
|
description: A simple workflow that runs all Go-Phish related nuclei templates on a given target.
|
||||||
|
|
||||||
|
workflows:
|
||||||
|
- template: exposed-panels/gophish-login.yaml
|
||||||
|
subtemplates:
|
||||||
|
- tags: gophish
|
Loading…
Reference in New Issue