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
Dhiyaneshwaran 2022-01-19 23:52:42 +05:30 committed by GitHub
parent 1d7257d4d9
commit 0be16119ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 34 additions and 0 deletions

View File

@ -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

View File

@ -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