All Projects → rapid7 → Websploit-Tests

rapid7 / Websploit-Tests

Licence: BSD-3-Clause license
A place for scripts that describe web exploits to live so they can be used in testing

Programming Languages

PHP
23972 projects - #3 most used programming language

Websploit-Tests

A place for scripts that describe web exploits to live so they can be used in testing

Setting up the WebDAV vulnerability

sudo apt-get install apache2 libapache2-mod-encoding php5 libapache2-mod-php5
sudo a2enmod dav* encoding php5
sudo mkdir -p <path-to-scripts>/http_put_php
sudo chown www-data. <path-to-scripts>/http_put_php
sudo service apache2 restart

/etc/apache2/conf.d/webdav.conf:

Alias <web-path>/http_put_php <path-to-scripts>/http_put_php

<Location <web-path>/http_put_php>
    DAV On
</Location>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].