perl 模拟登录

http 以及 https

 

1.firefox浏览器

2.利用HttpFox插件,抓取登录包

3.分析包中的 header、post都有哪些内容

4.利用perl 的 LWP::Usergent、HTTP::Cookies等开源包,模拟登录

5.对于Https的网页,需要将cookies里面相关的内容放入post,所以还要分析cookies。

posted @ 2013-01-08 09:54  Arya_yu  阅读(335)  评论(0编辑  收藏  举报