Skip to content

Commit

Permalink
add cookie example
Browse files Browse the repository at this point in the history
  • Loading branch information
Qianlitp committed Jan 10, 2020
1 parent 4be1555 commit c0c2e0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ crawlergo 返回了全量的请求和URL信息,可以有多种使用方法:
* 子域名收集 example
* 旁站入口收集 example
* 结合celery实现分布式扫描
* Host绑定设置(高版本chrome无法使用) [example](https://github.com/0Kee-Team/crawlergo/blob/master/examples/host_binding.py)
* 带Cookie扫描 example
* Host绑定设置(高版本chrome无法使用) [(查看例子)](https://github.com/0Kee-Team/crawlergo/blob/master/examples/host_binding.py)
* 带Cookie扫描 [(查看例子)](https://github.com/0Kee-Team/crawlergo/blob/master/examples/request_with_cookie.py)

## // TODO

Expand Down

0 comments on commit c0c2e0f

Please sign in to comment.