Skip to content

Commit 0e325e6

Browse files
authored
Update documentation/modules/exploit/multi/http/lighthouse_studio_unauth_rce_CVE_2025_34300.md
1 parent b13f591 commit 0e325e6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

documentation/modules/exploit/multi/http/lighthouse_studio_unauth_rce_CVE_2025_34300.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,8 +317,9 @@ Use this instruction to upload manually [Manual Upload to Server](https://sawtoo
317317

318318
- Avoid installing 5.40 as it's missing some essential MySQL libraries required to connect the Lighthouse survey to database which is required in order to exploit this vulnerability
319319

320-
3. Either find and replace these with #!C:/Strawberry/perl/bin/perl.exe or edit the apache config such that Apache will always send these files to Strawberry Perl
321-
- The .pl and .cgi files LightHouse generates will start with #!/usr/bin/pearl which windows will fail to interpret
320+
3. The `.pl` and `.cgi` files LightHouse generates will start with `#!/usr/bin/perl` which Windows will fail to interpret
321+
- Either find and replace these with `#!C:/Strawberry/perl/bin/perl.exe` or edit the apache config such that Apache will always send these files to Strawberry Perl
322+
322323

323324
4. Make the same edits to the Apache config as you would do on Linux to make the cgi scripts executable
324325

0 commit comments

Comments
 (0)