Documentation
¶
Index ¶
- Variables
- func DecodeData(data []byte, headers http.Header) ([]byte, error)
- func DecodeKorean(s []byte) ([]byte, error)
- func Decodebig5(s []byte) ([]byte, error)
- func Decodegbk(s []byte) ([]byte, error)
- func Encodebig5(s []byte) ([]byte, error)
- type Response
- type Scanner
- func (scanner *Scanner) Alive(target *input.Target) *input.Target
- func (scanner *Scanner) Close()
- func (scanner *Scanner) CountOperators() int
- func (scanner *Scanner) CountOperatorsRequest() int
- func (scanner *Scanner) IsSkipURL(URL string) bool
- func (scanner *Scanner) MergeOperators()
- func (scanner *Scanner) Scan(target *input.Target, writer func(event output.ResultEvent))
- func (scanner *Scanner) ScanUncover(resultCallback func(event string)) (<-chan string, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultPathScanDir = filepath.Join(folderutil.HomeDirOrDefault("."), ".config", "pathScan")
View Source
var DefaultProviderConfigLocation = filepath.Join(DefaultPathScanDir, "provider-config.yaml")
Functions ¶
func DecodeData ¶
DecodeData ExtractTitle from a response
func DecodeKorean ¶
Types ¶
type Scanner ¶
func (*Scanner) CountOperators ¶
func (*Scanner) CountOperatorsRequest ¶
func (*Scanner) MergeOperators ¶ added in v2.0.3
func (scanner *Scanner) MergeOperators()
Click to show internal directories.
Click to hide internal directories.