forked from webpwnized/mutillidae
-
Notifications
You must be signed in to change notification settings - Fork 0
/
home.php
executable file
·85 lines (79 loc) · 2.63 KB
/
home.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<style>
a{
font-weight: bold;
}
</style>
<?php
/* Check if required software is installed. Issue warning if not. */
if (!$RequiredSoftwareHandler->isPHPCurlIsInstalled()){
echo $RequiredSoftwareHandler->getNoCurlAdviceBasedOnOperatingSystem();
}// end if
if (!$RequiredSoftwareHandler->isPHPJSONIsInstalled()){
echo $RequiredSoftwareHandler->getNoJSONAdviceBasedOnOperatingSystem();
}// end if
?>
<div style=" width: 750px; overflow: hidden;">
<?php include_once (__SITE_ROOT__.'/includes/hints/hints-menu-wrapper.inc'); ?>
<span style="float: right">
<img src="images/arrow-45-degree-left-up.png" style="margin-right: 5px" />
<span class="label" style="float: right;">TIP:
<span style="float: right; text-align: center;">Click
<span style="color: blue;font-style: italic;">Hint and Videos</span><br/>on each page</span></span>
</span>
</div>
<table style="margin:0px;margin-top:5px;">
<tr>
<td>
<a title="Usage Instructions" href="./index.php?page=documentation/usage-instructions.php">
<img alt="What Should I Do?" align="middle" src="./images/question-mark-40-61.png" />
What Should I Do?
</a>
</td>
<td>
<?php include_once './includes/help-button.inc';?>
</td>
</tr>
<tr><td> </td></tr>
<tr>
<td>
<a href="./index.php?page=./documentation/vulnerabilities.php">
<img alt="Help" align="middle" src="./images/siren-48-48.png" />
Listing of vulnerabilities
</a>
</td>
<td>
<a href="http://www.youtube.com/user/webpwnized" target="_blank">
<img align="middle" alt="Webpwnized YouTube Channel" src="./images/youtube-play-icon-40-40.png" />
Video Tutorials
</a>
</td>
</tr>
<tr><td> </td></tr>
<tr>
<td>
<a href="https://twitter.com/webpwnized" target="_blank">
<img align="middle" alt="Webpwnized Twitter Channel" src="./images/twitter-bird-48-48.png" />
Release Announcements
</a>
</td>
<td class="label" title="Latest Version">
<img alt="Latest Version" align="middle" src="./images/installation-icon-48-48.png" />
<a title="Latest Version" href="https://github.com/webpwnized/mutillidae" target="_blank">Latest Version</a>
</td>
</tr>
<tr><td> </td></tr>
<tr>
<td>
<a href="documentation/mutillidae-test-scripts.txt" target="_blank">
<img alt="Helpful hints and scripts" align="middle" src="./images/help-icon-48-48.png" />
Helpful hints and scripts
</a>
</td>
<td class="label" title="Mutillidae LDIF File">
<a href="configuration/openldap/mutillidae.ldif" target="_blank">
<img align="middle" alt="Mutillidae LDIF File" src="./images/ldap-server-48-59.png" />
Mutillidae LDIF File
</a>
</td>
</tr>
</table>