File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
documentation/modules/exploit/linux/http
modules/exploits/linux/http Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Download the vulnerable version of OVA or ISO file from following URL. I strongly suggest you to choose OVA.
4
4
5
+ [ http://s3-eu-west-1.amazonaws.com/innotim/Logsign.ova ] ( http://s3-eu-west-1.amazonaws.com/innotim/Logsign.ova )
6
+
5
7
### Creating A Testing Environment
6
8
7
9
1 . Open OVA file with your preferred virtualisation application.
@@ -59,7 +61,7 @@ dns-nameservers 8.8.8.8
59
61
8 . ` check ` and validate that you are seeing following output.
60
62
61
63
```
62
- [* ] 12.0.0.10:80 The target appears to be vulnerable.
64
+ [+ ] 12.0.0.10:80 The target is vulnerable.
63
65
```
64
66
65
67
9 . Here you go. Type ` exploit ` and hit the enter.
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ def check
56
56
)
57
57
58
58
if res && res . body . include? ( '{"message": "success", "success": true}' )
59
- Exploit ::CheckCode ::Appears
59
+ Exploit ::CheckCode ::Vulnerable
60
60
else
61
61
Exploit ::CheckCode ::Safe
62
62
end
You can’t perform that action at this time.
0 commit comments