fast-work

command module
v0.0.0-...-19f20a4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 28, 2021 License: GPL-3.0 Imports: 1 Imported by: 0

README

FastWork

快速收集资产,快速应用于企业安全项目。简单化操作,支持子项目模块独立使用,可以自由进行拆分。 抓取网页使用的是chrome浏览器内核,支持单页应用,区别于普通的爬虫项目。

单个项目使用
爆破子域名
object := fast_dns_search.NewDnsBlast("xxxx.com")
object.A = true
object.Run()

#结果
存入redis 请先配置本地redis
抓取网页
fast_crawl_engine.NewFastCrawlEngine(FastCrawlEngineParams{
    BaseDomain:   "http://www.51hsw.com",
    DomainStr:    "http://www.51hsw.com",
    MinDeepLevel: 1,
    MaxDeepLevel: 2,
}).Start()

#结果

新增
  • 新增过滤器
  • 爬虫服务端
  • WEB管理平台
下一步版本
  • 爬虫分布式部署
  • k8s支持
  • 高效缓存实现
  • ...
相关项目

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL