Categorygithub.com/ShangRui-hash/hackflow
modulepackage
0.2.1
Repository: https://github.com/shangrui-hash/hackflow.git
Documentation: pkg.go.dev

# README

hackflow

hackflow 坚持的设计哲学

  1. 设计只做一件事并能做好一件事的工具
  2. 设计可以连成工作流的工具,既具备从标准输入中读以及写入标准输出的工具

满足以上两点的工具,就可以被很容易的抽象为一个“组件”,用它们组合完成各种个性化的任务。

todo:

  1. 设计存储方案:关键是建立索引。

# Functions

CmdExec fork子进程.
DectWhatWeb 根据响应报文来探测网站的指纹信息.
GetAllTools 获取全部工具.
No description provided by the author
GetGit 获取Git对象.
No description provided by the author
GetGo 获取go对象.
No description provided by the author
GetKSubdomain 获取工具对象.
No description provided by the author
No description provided by the author
GetRequest 用来将一个URLCh通道转换成一个RequestCh通道.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewStream 创建一个新的流.
ParseHttpResp 解析http响应.
RetryHttpSend 用来发送http请求,如果发送失败,会自动重试.
SetDebug 是否开启debug模式.
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
DecWhatWebConfig 是DectWhatWeb的配置.
DectWhatWebResult 是DectWhatWeb的结果.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
GoWafw00fRunCofnig 运行配置.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NabbuRunConfig 工具运行配置.
ParsedHttpResp 解析http响应结果.
ParseHttpRespConfig 解析http响应配置.
No description provided by the author
RetryHttpSendConfig 用来配置RetryHttpSend.
No description provided by the author
No description provided by the author
Stream 流 用于将一个管道变成多个管道,或者管道变成一个管道,或者将多个管道变成一个管道.
No description provided by the author
No description provided by the author
No description provided by the author
UrlCollectorCofnig 工具配置.

# Interfaces

No description provided by the author