command
module
Version:
v0.0.0-...-19f20a4
Opens a new window with list of versions in this module.
Published: Dec 28, 2021
License: GPL-3.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
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()
#结果
新增
下一步版本
相关项目
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
fast-crawl
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.