CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
rapid7

CoCalc provides the best real-time collaborative environment for Jupyter Notebooks, LaTeX documents, and SageMath, scalable from individual users to large groups and classes!

GitHub Repository: rapid7/metasploit-framework
Path: blob/master/data/exploits/CVE-2008-6508/plugin.xml
Views: 1904
1
<?xml version="1.0" encoding="UTF-8"?>
2
<plugin>
3
<class>com.example.openfire.plugin.Example</class>
4
<name>PLUGINNAME</name>
5
<description>PLUGINDESCRIPTION</description>
6
<author>PLUGINAUTHOR</author>
7
<version>1.0.0</version>
8
<date>7/7/2008</date>
9
<minServerVersion>3.5.0</minServerVersion>
10
</plugin>
11
12