incapsula-cracker-py3:兼容Python3的方式绕过Incapsula保护的网站

时间:2024-05-23 12:55:59
【文件属性】:

文件名称:incapsula-cracker-py3:兼容Python3的方式绕过Incapsula保护的网站

文件大小:67KB

文件格式:ZIP

更新时间:2024-05-23 12:55:59

python captcha requests incapsula HTML

描述 该模块用于将任何请求包装到被封装阻止的网页。 尽管有名称,但该库应该可以与python2.7一起使用。 在看似恶意的太多请求之后,Incapsula已开始使用重新验证码。 到目前为止,还没有办法解决。 目前,为了检测到该错误,当页面被重新验证码阻止时,我只是引发了一个IncapBlocked错误。 文档可以在找到。 用法 from incapsula import IncapSession session = IncapSession () response = session . get ( 'http://example.com' ) # url is not blocked by incapsula # Sometimes incapsula will block based on user agent. from incapsula import IncapSessi


【文件预览】:
incapsula-cracker-py3-master
----tools.py(3KB)
----docs()
--------conf.py(5KB)
--------make.bat(814B)
--------Makefile(642B)
--------index.rst(467B)
--------source()
----tests()
--------whoscored()
--------helpers.py(222B)
--------__init__.py(0B)
--------test_IframeResourceParser.py(2KB)
----incapsula()
--------parsers.py(6KB)
--------errors.py(1KB)
--------__init__.py(186B)
--------session.py(14KB)
----setup.cfg(40B)
----requirements.txt(51B)
----setup.py(553B)
----.gitignore(2KB)
----circle.yml(1KB)
----README.md(7KB)
----LICENSE.txt(1KB)

网友评论