perl模拟登录(1)
摘要:
1 use WWW::Mechanize; 2 3 my $ua = WWW::Mechanize->new(); 4 $ua->post('http://localhost/dvwa/DVWA-master/login.php'); 5 #登录网址 6 $ua->form_number(1); 7 #表单编号, 也可用$ua->form_name(form_name); 8 ... 阅读全文
posted @ 2017-03-08 03:50 Perl6 阅读(332) 评论(0) 推荐(0)
浙公网安备 33010602011771号