We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14501a6 commit e5bbc01Copy full SHA for e5bbc01
documentation/modules/exploit/multi/http/invision_customcss_rce.md
@@ -10,8 +10,9 @@ This Metasploit module exploits a remote-code injection in Invision Community
10
11
```bash
12
wget https://archive.org/download/ips-5.0.6/IPS-5.0.6.zip -O ips_5.0.6_lab.zip
13
-unzip ips_5.0.6_lab.zip
14
-cd ips_5.0.6_lab
+mkdir ips_5.0.6_lab_dir
+unzip ips_5.0.6_lab.zip -d ips_5.0.6_lab_dir
15
+cd ips_5.0.6_lab_dir
16
```
17
18
2. **Bring up the stack**:
0 commit comments