diff --git a/exposed-panels/squirrelmail-login.yaml b/exposed-panels/squirrelmail-login.yaml index d8dc1a1d2c..cf41a9f435 100644 --- a/exposed-panels/squirrelmail-login.yaml +++ b/exposed-panels/squirrelmail-login.yaml @@ -7,7 +7,7 @@ info: reference: https://www.exploit-db.com/ghdb/7407 metadata: shodan-query: 'http.title:"SquirrelMail - Login"' - tags: panel + tags: panel,squirrelmail requests: - method: GET diff --git a/workflows/activemq-workflow.yaml b/workflows/activemq-workflow.yaml new file mode 100644 index 0000000000..8b4e8b2037 --- /dev/null +++ b/workflows/activemq-workflow.yaml @@ -0,0 +1,11 @@ +id: activemq-workflow + +info: + name: ActiveMQ Security Checks + author: daffainfo + description: A simple workflow that runs all ActiveMQ related nuclei templates on a given target. + +workflows: + - template: exposed-panels/activemq-panel.yaml + subtemplates: + - tags: activemq diff --git a/workflows/artifactory-workflow.yaml b/workflows/artifactory-workflow.yaml new file mode 100644 index 0000000000..675cb00171 --- /dev/null +++ b/workflows/artifactory-workflow.yaml @@ -0,0 +1,13 @@ +id: artifactory-workflow + +info: + name: Artifactory Security Checks + author: daffainfo + description: A simple workflow that runs all Artifactory related nuclei templates on a given target. + +workflows: + - template: technologies/tech-detect.yaml + matchers: + - name: artifactory + subtemplates: + - tags: artifactory diff --git a/workflows/bitrix-workflow.yaml b/workflows/bitrix-workflow.yaml new file mode 100644 index 0000000000..40c052f1b9 --- /dev/null +++ b/workflows/bitrix-workflow.yaml @@ -0,0 +1,11 @@ +id: bitrix-workflow + +info: + name: Bitrix Security Checks + author: daffainfo + description: A simple workflow that runs all Bitrix related nuclei templates on a given target. + +workflows: + - template: exposed-panels/bitrix-panel.yaml + subtemplates: + - tags: bitrix diff --git a/workflows/coldfusion-workflow.yaml b/workflows/coldfusion-workflow.yaml new file mode 100644 index 0000000000..90c407f29d --- /dev/null +++ b/workflows/coldfusion-workflow.yaml @@ -0,0 +1,11 @@ +id: coldfusion-workflow + +info: + name: Adobe ColdFusion Security Checks + author: daffainfo + description: A simple workflow that runs all Adobe ColdFusion related nuclei templates on a given target. + +workflows: + - template: exposed-panels/coldfusion-administrator-login.yaml + subtemplates: + - tags: coldfusion diff --git a/workflows/dedecms-workflow.yaml b/workflows/dedecms-workflow.yaml new file mode 100644 index 0000000000..24058b5489 --- /dev/null +++ b/workflows/dedecms-workflow.yaml @@ -0,0 +1,13 @@ +id: dedecms-workflow + +info: + name: DedeCMS Security Checks + author: daffainfo + description: A simple workflow that runs all DedeCMS related nuclei templates on a given target. + +workflows: + - template: technologies/fingerprinthub-web-fingerprints.yaml + matchers: + - name: dedecms + subtemplates: + - tags: dedecms diff --git a/workflows/gogs-workflow.yaml b/workflows/gogs-workflow.yaml new file mode 100644 index 0000000000..e1ab4de7a7 --- /dev/null +++ b/workflows/gogs-workflow.yaml @@ -0,0 +1,11 @@ +id: gogs-workflow + +info: + name: Gogs Security Checks + author: daffainfo + description: A simple workflow that runs all Gogs related nuclei templates on a given target. + +workflows: + - template: exposed-panels/gogs-login.yaml + subtemplates: + - tags: gogs diff --git a/workflows/grav-workflow.yaml b/workflows/grav-workflow.yaml new file mode 100644 index 0000000000..3775b7e566 --- /dev/null +++ b/workflows/grav-workflow.yaml @@ -0,0 +1,11 @@ +id: grav-workflow + +info: + name: Grav Security Checks + author: daffainfo + description: A simple workflow that runs all Grav related nuclei templates on a given target. + +workflows: + - template: technologies/grav-cms-detect.yaml + subtemplates: + - tags: grav diff --git a/workflows/itop-workflow.yaml b/workflows/itop-workflow.yaml new file mode 100644 index 0000000000..72fb1d83d9 --- /dev/null +++ b/workflows/itop-workflow.yaml @@ -0,0 +1,11 @@ +id: itop-workflow + +info: + name: iTop Security Checks + author: daffainfo + description: A simple workflow that runs all iTop related nuclei templates on a given target. + +workflows: + - template: exposed-panels/itop-panel.yaml + subtemplates: + - tags: itop diff --git a/workflows/jetty-workflow.yaml b/workflows/jetty-workflow.yaml new file mode 100644 index 0000000000..0e807fae4b --- /dev/null +++ b/workflows/jetty-workflow.yaml @@ -0,0 +1,13 @@ +id: jetty-workflow + +info: + name: Jetty Security Checks + author: daffainfo + description: A simple workflow that runs all Jetty related nuclei templates on a given target. + +workflows: + - template: technologies/tech-detect.yaml + matchers: + - name: jetty + subtemplates: + - tags: jetty diff --git a/workflows/keycloak-workflow.yaml b/workflows/keycloak-workflow.yaml new file mode 100644 index 0000000000..2be588991b --- /dev/null +++ b/workflows/keycloak-workflow.yaml @@ -0,0 +1,11 @@ +id: keycloak-workflow + +info: + name: Keycloak Security Checks + author: daffainfo + description: A simple workflow that runs all Keycloak related nuclei templates on a given target. + +workflows: + - template: exposed-panels/key-cloak-admin-panel.yaml + subtemplates: + - tags: keycloak diff --git a/workflows/kibana-workflow.yaml b/workflows/kibana-workflow.yaml new file mode 100644 index 0000000000..b91f4e90b0 --- /dev/null +++ b/workflows/kibana-workflow.yaml @@ -0,0 +1,11 @@ +id: kibana-workflow + +info: + name: Kibana Security Checks + author: daffainfo + description: A simple workflow that runs all Kibana related nuclei templates on a given target. + +workflows: + - template: exposed-panels/kibana-panel.yaml + subtemplates: + - tags: kibana diff --git a/workflows/lansweeper-workflow.yaml b/workflows/lansweeper-workflow.yaml new file mode 100644 index 0000000000..65166e86ff --- /dev/null +++ b/workflows/lansweeper-workflow.yaml @@ -0,0 +1,11 @@ +id: lansweeper-workflow + +info: + name: Lansweeper Security Checks + author: daffainfo + description: A simple workflow that runs all Lansweeper related nuclei templates on a given target. + +workflows: + - template: exposed-panels/lansweeper-login.yaml + subtemplates: + - tags: lansweeper diff --git a/workflows/moodle-workflow.yaml b/workflows/moodle-workflow.yaml new file mode 100644 index 0000000000..1aa788a506 --- /dev/null +++ b/workflows/moodle-workflow.yaml @@ -0,0 +1,13 @@ +id: moodle-workflow + +info: + name: Moodle Security Checks + author: daffainfo + description: A simple workflow that runs all Moodle related nuclei templates on a given target. + +workflows: + - template: technologies/tech-detect.yaml + matchers: + - name: moodle + subtemplates: + - tags: moodle diff --git a/workflows/ofbiz-workflow.yaml b/workflows/ofbiz-workflow.yaml new file mode 100644 index 0000000000..10cf67618a --- /dev/null +++ b/workflows/ofbiz-workflow.yaml @@ -0,0 +1,13 @@ +id: ofbiz-workflow + +info: + name: OFBiz Security Checks + author: daffainfo + description: A simple workflow that runs all OFBiz related nuclei templates on a given target. + +workflows: + - template: technologies/fingerprinthub-web-fingerprints.yaml + matchers: + - name: apache-ofbiz + subtemplates: + - tags: ofbiz diff --git a/workflows/openam-workflow.yaml b/workflows/openam-workflow.yaml new file mode 100644 index 0000000000..421ca20fb0 --- /dev/null +++ b/workflows/openam-workflow.yaml @@ -0,0 +1,11 @@ +id: openam-workflow + +info: + name: OpenAM Security Checks + author: daffainfo + description: A simple workflow that runs all OpenAM related nuclei templates on a given target. + +workflows: + - template: technologies/openam-detect.yaml + subtemplates: + - tags: openam diff --git a/workflows/openemr-workflow.yaml b/workflows/openemr-workflow.yaml new file mode 100644 index 0000000000..70d44183bd --- /dev/null +++ b/workflows/openemr-workflow.yaml @@ -0,0 +1,11 @@ +id: openemr-workflow + +info: + name: OpenEMR Security Checks + author: daffainfo + description: A simple workflow that runs all OpenEMR related nuclei templates on a given target. + +workflows: + - template: exposed-panels/openemr-detect.yaml + subtemplates: + - tags: openemr diff --git a/workflows/opensis-workflow.yaml b/workflows/opensis-workflow.yaml new file mode 100644 index 0000000000..1057c9605d --- /dev/null +++ b/workflows/opensis-workflow.yaml @@ -0,0 +1,11 @@ +id: opensis-workflow + +info: + name: OpenSIS Security Checks + author: daffainfo + description: A simple workflow that runs all OpenSIS related nuclei templates on a given target. + +workflows: + - template: technologies/opensis-detect.yaml + subtemplates: + - tags: opensis diff --git a/workflows/pentaho-workflow.yaml b/workflows/pentaho-workflow.yaml new file mode 100644 index 0000000000..2e913043be --- /dev/null +++ b/workflows/pentaho-workflow.yaml @@ -0,0 +1,11 @@ +id: pentaho-workflow + +info: + name: Pentaho Security Checks + author: daffainfo + description: A simple workflow that runs all Pentaho related nuclei templates on a given target. + +workflows: + - template: exposed-panels/pentaho-panel.yaml + subtemplates: + - tags: pentaho diff --git a/workflows/r-seenet-workflow.yaml b/workflows/r-seenet-workflow.yaml new file mode 100644 index 0000000000..2e882d5e2e --- /dev/null +++ b/workflows/r-seenet-workflow.yaml @@ -0,0 +1,11 @@ +id: r-seenet-workflow + +info: + name: R-SeeNet Security Checks + author: daffainfo + description: A simple workflow that runs all R-SeeNet related nuclei templates on a given target. + +workflows: + - template: technologies/rseenet-detect.yaml + subtemplates: + - tags: rseenet diff --git a/workflows/rconfig-workflow.yaml b/workflows/rconfig-workflow.yaml new file mode 100644 index 0000000000..bc71d835f3 --- /dev/null +++ b/workflows/rconfig-workflow.yaml @@ -0,0 +1,13 @@ +id: rconfig-workflow + +info: + name: rConfig Security Checks + author: daffainfo + description: A simple workflow that runs all rConfig related nuclei templates on a given target. + +workflows: + - template: technologies/fingerprinthub-web-fingerprints.yaml + matchers: + - name: rconfig + subtemplates: + - tags: rconfig diff --git a/workflows/solr-workflow.yaml b/workflows/solr-workflow.yaml new file mode 100644 index 0000000000..c3d6c09700 --- /dev/null +++ b/workflows/solr-workflow.yaml @@ -0,0 +1,11 @@ +id: solr-workflow + +info: + name: Apache Solr Security Checks + author: daffainfo + description: A simple workflow that runs all Apache Solr related nuclei templates on a given target. + +workflows: + - template: exposed-panels/solr-exposure.yaml + subtemplates: + - tags: solr diff --git a/workflows/squirrelmail-workflow.yaml b/workflows/squirrelmail-workflow.yaml new file mode 100644 index 0000000000..5b7a82c3d1 --- /dev/null +++ b/workflows/squirrelmail-workflow.yaml @@ -0,0 +1,11 @@ +id: squirrelmail-workflow + +info: + name: SquirrelMail Security Checks + author: daffainfo + description: A simple workflow that runs all SquirrelMail related nuclei templates on a given target. + +workflows: + - template: exposed-panels/squirrelmail-login.yaml + subtemplates: + - tags: squirrelmail diff --git a/workflows/terramaster-workflow.yaml b/workflows/terramaster-workflow.yaml new file mode 100644 index 0000000000..a7c0082936 --- /dev/null +++ b/workflows/terramaster-workflow.yaml @@ -0,0 +1,11 @@ +id: terramaster-workflow + +info: + name: TerraMaster Security Checks + author: daffainfo + description: A simple workflow that runs all TerraMaster related nuclei templates on a given target. + +workflows: + - template: exposed-panels/terramaster-login.yaml + subtemplates: + - tags: terramaster diff --git a/workflows/thinfinity-workflow.yaml b/workflows/thinfinity-workflow.yaml new file mode 100644 index 0000000000..cb30fe861d --- /dev/null +++ b/workflows/thinfinity-workflow.yaml @@ -0,0 +1,11 @@ +id: thinfinity-workflow + +info: + name: Thinfinity VirtualUI Security Checks + author: daffainfo + description: A simple workflow that runs all Thinfinity VirtualUI related nuclei templates on a given target. + +workflows: + - template: exposed-panels/thinfinity-virtualui-panel.yaml + subtemplates: + - tags: thinfinity diff --git a/workflows/tikiwiki-workflow.yaml b/workflows/tikiwiki-workflow.yaml new file mode 100644 index 0000000000..5c574806ca --- /dev/null +++ b/workflows/tikiwiki-workflow.yaml @@ -0,0 +1,11 @@ +id: tikiwiki-workflow + +info: + name: Tiki Wiki Security Checks + author: daffainfo + description: A simple workflow that runs all Tiki Wiki related nuclei templates on a given target. + +workflows: + - template: exposed-panels/tikiwiki-cms.yaml + subtemplates: + - tags: tikiwiki diff --git a/workflows/zabbix-workflow.yaml b/workflows/zabbix-workflow.yaml new file mode 100644 index 0000000000..9556b74e54 --- /dev/null +++ b/workflows/zabbix-workflow.yaml @@ -0,0 +1,13 @@ +id: zabbix-workflow + +info: + name: Zabbix Security Checks + author: daffainfo + description: A simple workflow that runs all Zabbix related nuclei templates on a given target. + +workflows: + - template: technologies/tech-detect.yaml + matchers: + - name: zabbix + subtemplates: + - tags: zabbix diff --git a/workflows/zimbra-workflow.yaml b/workflows/zimbra-workflow.yaml new file mode 100644 index 0000000000..b1227b6865 --- /dev/null +++ b/workflows/zimbra-workflow.yaml @@ -0,0 +1,11 @@ +id: zimbra-workflow + +info: + name: Zimbra Security Checks + author: daffainfo + description: A simple workflow that runs all Zimbra related nuclei templates on a given target. + +workflows: + - template: exposed-panels/zimbra-web-client.yaml + subtemplates: + - tags: zimbra