Skip to content

Commit

Permalink
Apply grammatical suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
jheysel-r7 authored Sep 5, 2023
1 parent 77a1bbe commit 03ccb3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ For more information:
Ideally, you would need an `SolarView Compact appliance` running embedded Linux on an ARM-32 bit architecture (armle).
See [SolarView Compact appliance SVT-CPT-MC310](https://www.contec.com/products-services/environmental-monitoring/solarview/pv-package/sv-cpt-mc310/support/#section).
However, by downloading the firmware and install the `html` and `php` part of the firmware on a Linux distribution
like Ubuntu or Kali linux, we can simulate the appliance and test the vulnerable endpoint.
like Ubuntu or Kali Linux, we can simulate the appliance and test the vulnerable endpoint.

This module has been tested on:
- [ ] Ubuntu Linux 22.04
Expand Down Expand Up @@ -157,7 +157,7 @@ Description:
This module exploits a command injection vulnerability on the SolarView Compact `v6.00` web application
via vulnerable endpoint `downloader.php`.
After exploitation, an attacker will have full access with the same user privileges under
which the the webserver is running (typically as user `contec`).
which the webserver is running (typically as user `contec`).
References:
https://nvd.nist.gov/vuln/detail/CVE-2023-23333
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def initialize(info = {})
This module exploits a command injection vulnerability on the SolarView Compact `v6.00` web application
via vulnerable endpoint `downloader.php`.
After exploitation, an attacker will have full access with the same user privileges under
which the the webserver is running (typically as user `contec`).
which the webserver is running (typically as user `contec`).
},
'License' => MSF_LICENSE,
'Author' => [
Expand Down

0 comments on commit 03ccb3c

Please sign in to comment.