novzmr 发表于 2019-3-31 13:06:32

有复选框验证的页面怎么采集

本帖最后由 novzmr 于 2019-4-1 12:14 编辑

需要勾选复选框才能访问到页面真实内容。这种怎么采集?

页面源码<p><input type="checkbox" name="hkcode" value="1451" style="margin-right:10px; cursor:pointer;"/><input type="submit" name="Open" value="Open" style="padding:5px 20px; border:solid 1px #333; background:#ececec; cursor:pointer;"/></p>

hkcode的值是随机的,并非每次都是hkcode。获取到的cookie加到规则里也采集不到数据

leweizxl 发表于 2019-4-1 08:59:53

可以获取真实页面的cookie加到规则里设置

novzmr 发表于 2019-4-1 12:12:29

<p><input type="checkbox" name="hkcode" value="1451" style="margin-right:10px; cursor:pointer;"/><input type="submit" name="Open" value="Open" style="padding:5px 20px; border:solid 1px #333; background:#ececec; cursor:pointer;"/></p>

源代码是这样。hkcode值是随机的,并不是每次都是1451。页面的cookie加到规则里测试网址采集,采不到数据

novzmr 发表于 2019-4-1 12:14:12

也i按源码<p><input type="checkbox" name="hkcode" value="1451" style="margin-right:10px; cursor:pointer;"/><input type="submit" name="Open" value="Open" style="padding:5px 20px; border:solid 1px #333; background:#ececec; cursor:pointer;"/></p>

hkcode的值是随机的,并非每次都是hkcode。获取到的cookie加到规则里也采集不到数据

leweizxl 发表于 2019-4-1 14:34:50

novzmr 发表于 2019-4-1 12:14
也i按源码

hkcode的值是随机的,并非每次都是hkcode。获取到的cookie加到规则里也采集不到数据 ...

抓包选择后的cookie不止cookie 包含特殊请求 要加规则设置里具体可以联系QQ800019423在线咨询
页: [1]
查看完整版本: 有复选框验证的页面怎么采集