Skip to content

Commit 103ae28

Browse files
committed
Addressing comments
1 parent 383ee01 commit 103ae28

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

documentation/modules/auxiliary/scanner/http/wordpress_cp_calendar_sqli.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ within the CP Multi-View Calendar plugin v1.1.4 for Wordpress.
1010
### Setup using Docksal
1111
Install [Docksal](https://docksal.io/)
1212

13-
Create a new Wordpress isntallation using `fin project create`
13+
Create a new Wordpress installation using `fin project create`
1414

1515
```
1616
➜ ~ fin project create
@@ -72,8 +72,8 @@ Download the Wordpress plugin
7272

7373
```
7474
cd msf-wp/wp-content/plugins
75-
wget https://downloads.wordpress.org/plugin/cp-multi-view-calendar.1.4.32.zip
76-
unzip cp-multi-view-calendar.1.4.32.zip
75+
wget https://github.com/wp-plugins/cp-multi-view-calendar/archive/refs/tags/1.0.2.zip
76+
unzip 1.0.2.zip
7777
```
7878

7979
Login and click on DukaPress "Activate" Link
@@ -93,6 +93,6 @@ pass: admin
9393

9494
## Options
9595

96-
**TARGETURI**
96+
### TARGETURI**
9797

9898
Target URI of the Wordpress instance

0 commit comments

Comments
 (0)