Added htaccess, robots files, honeypots, Finished the error pages stub, Attempted to fix form security issue
Update .dockerignore, .gitignore, and 14 more files...
This commit is contained in:
28
honeypot/file-xml.php
Normal file
28
honeypot/file-xml.php
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
header('Content-Type: text/xml; charset=utf-8');
|
||||
echo("<?xml version='1.0'?>
|
||||
<module>
|
||||
<name>VtigerVulnPlugin</name>
|
||||
<label>VtigerVulnPlugin</label>
|
||||
<parent>Tools</parent>
|
||||
<version>1.01</version>
|
||||
<dependencies>
|
||||
<vtiger_version>7.0.0</vtiger_version>
|
||||
<vtiger_max_version>7.*</vtiger_max_version>
|
||||
</dependencies>
|
||||
<license>
|
||||
<file>LICENSE.txt</file>
|
||||
</license>
|
||||
|
||||
<actions>
|
||||
<action>
|
||||
<name><![CDATA[Import]]></name>
|
||||
<status>enabled</status>
|
||||
</action>
|
||||
<action>
|
||||
<name><![CDATA[Export]]></name>
|
||||
<status>disabled</status>
|
||||
</action>
|
||||
</actions>
|
||||
</module>");
|
||||
?>
|
Reference in New Issue
Block a user