Is "hxxp" really the protocol?

zmerry wrote:
> Hi,
>
>    I found  'get' function can't retrieve a nonstandard webpage (I mean the 
> retrieved webpage excludes  some kinds of tags,e.g.<HTML> ,<BODY> ).
>
>    The malicious url,hxxp://ibalefo.net/?click=D1E863, only includes a 
> <iframe> tag,so I guess that is the reason why 'get' function can't work .
>
>    
>
>   Does anyone know how to solve it ?
>
>  
>
> best,
>
> matt
>
>  
>
>
>
>
>
>  
>
>  
>
> Date: Tue, 19 May 2009 18:14:10 +0800
> Subject: Re: question about "get" function of LWP::Simple
> From: msmo...@gmail.com
> To: mathewz...@hotmail.com
>
> Everybody:
>
> Be careful. It seems to be a harmful URL.
>
> ----------------------------------
> msmo...@ir.hit.edu.cn
> msmo...@gmail.com
>
>
>
>
> 2009/5/19 zmerry <mathewz...@hotmail.com>
>
>
> hi,
>
> I want to analyze a malicious url,and the malicious url exists ,but I always 
> can't get it using LWP::Simple .
>
>
>
> ps.  using http://www.google.com  repalces the malicious url, it can work.
>
>
> ---------------------------------------------------
> use LWP::Simple;
> $content = get("http://ibalefo.net/?click=D1E863";);
> die "Couldn't get it!" unless defined $content;
> ---------------------------------------------------
>
>
>
>
>
> Could someone give me a hand?
>
>
>
>
>
> Best,
>
> Matt
>
>
> _________________________________________________________________
> 上MClub和Messenger好友一起都市寻宝!
> http://club.msn.cn/?from=1
>
> _________________________________________________________________
> 上Windows Live 中国首页,下载最新版Messenger!
> http://www.windowslive.cn
>   


Reply via email to