├── LICENSE ├── README.md ├── generic_exec ├── cookies.php ├── get.php ├── headers.php ├── post.php └── vuln.php ├── php_eval ├── cookies.php ├── get.php ├── headers.php ├── post.php └── vuln.php ├── php_include ├── cookies.php ├── get.php ├── headers.php ├── post.php └── vuln.php └── php_redirect ├── cookies.php ├── get.php ├── headers.php ├── landing.html ├── post.php └── vuln.php /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapid7/Websploit-Tests/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapid7/Websploit-Tests/HEAD/README.md -------------------------------------------------------------------------------- /generic_exec/cookies.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapid7/Websploit-Tests/HEAD/generic_exec/cookies.php -------------------------------------------------------------------------------- /generic_exec/get.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapid7/Websploit-Tests/HEAD/generic_exec/get.php -------------------------------------------------------------------------------- /generic_exec/headers.php: -------------------------------------------------------------------------------- 1 |