Home > Backend Development > PHP Tutorial > 字典破解网页

字典破解网页

WBOY
Release: 2016-06-23 14:06:43
Original
1910 people have browsed it

有个网页,里面有用户名和密码,我如何写个脚本去实现字典破解呢?


回复讨论(解决方案)

1、用用户名和密码登录页面
2、成功,转4
3、查字典,更换用户名和密码,转1
4、Ok!

读取帐号密码 不停的post/get 取返回的信息进行判断...

读取帐号密码 不停的post/get 取返回的信息进行判断...
 如何把自己的程序绑定到特定的网页?

引用 2 楼 PhpNewnew 的回复:读取帐号密码 不停的post/get 取返回的信息进行判断...
 如何把自己的程序绑定到特定的网页?

不知道你的是什么程序 php? curl...

引用 3 楼 wanghb1989 的回复:引用 2 楼 PhpNewnew 的回复:读取帐号密码 不停的post/get 取返回的信息进行判断...
 如何把自己的程序绑定到特定的网页?

不知道你的是什么程序 php? curl...
是php怎么解决
是curl怎么解决?

ajax异步请求

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template