File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
documentation/modules/exploit/linux/http Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,18 @@ The following release was tested.
1111* Invoice Ninja ` 5.10.10 ` on Ubuntu 22.04
1212
1313## Installation steps to install Invoice Ninja on a self-hosted platform
14- * See [ Invoice Ninja self-hosted installation] ( https://invoiceninja.github.io/en/self-host-installation/ )
14+ ` wget https://github.com/invoiceninja/dockerfiles/archive/refs/tags/5.8.22.zip `
15+ ` unzip 5.8.22.zip `
16+ ` cd dockerfiles-5.8.22 `
17+ Replace inside ` docker-compose.yml `
18+ FROM
19+ ` image: invoiceninja/invoiceninja:5 `
20+ TO
21+ ` image: invoiceninja/invoiceninja:5.8.22 `
22+ Replace in ` env `
23+ ` APP_KEY=base64:RR++yx2rJ9kdxbdh3+AmbHLDQu+Q76i++co9Y8ybbno= `
1524
25+ Then, execute ` docker-compose up `
1626## Verification Steps
1727- [ ] Start ` msfconsole `
1828- [ ] ` use exploit/linux/http/linux/http/invoiceninja_uauth_rce_cve_2024_55555 `
You can’t perform that action at this time.
0 commit comments