metasploit-framework/data/exploits/CVE-2008-6508
Tod Beardsley 414214eb9d Permissions. 2012-06-28 11:42:37 -05:00
..
lib Permissions. 2012-06-28 11:42:37 -05:00
changelog.html Permissions. 2012-06-28 11:42:37 -05:00
logo_large.gif Permissions. 2012-06-28 11:42:37 -05:00
logo_small.gif Permissions. 2012-06-28 11:42:37 -05:00
plugin.xml Permissions. 2012-06-28 11:42:37 -05:00
readme.html Permissions. 2012-06-28 11:42:37 -05:00

readme.html

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
	<title>Example plugin readme</title>
    <style type="text/css">
        BODY {
            font-size : 100%;
        }
        BODY, TD, TH {
            font-family : tahoma, verdana, arial, helvetica, sans-serif;
            font-size : 0.8em;
        }
        H2 {
             font-size : 10pt;
             font-weight : bold;
        }
        A:hover {
            text-decoration : none;
        }
        H1 {
            font-family : tahoma, arial, helvetica, sans-serif;
            font-size : 1.4em;
            font-weight: bold;
            border-bottom : 1px #ccc solid;
            padding-bottom : 2px;
        }

        TT {
            font-family : courier new;
            font-weight : bold;
            color : #060;
        }
        PRE {
            font-family : courier new;
            font-size : 100%;
        }
        .events TH {
            font-size: 8pt;
            font-family: verdana;
            font-weight: bold;
            text-align: left;
            background-color: #eee;
            border-bottom: 1px #ccc solid;
        }

        .events .event {
            font-weight: bold;
        }

        .events TD {
            border-bottom: 1px #ccc dotted;
            vertical-align: top;
        }
    </style>
</head>
<body>

<h1>
Example plugin
</h1>

<h2>Todo</h2>

<p>
Add readme content here
</p>
</body>
</html>