Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var MustSaveBucketWords = []string{
"leaks",
}
View Source
var MustSaveNameWords = []string{
"passwords.txt",
"history.txt",
"brute.txt",
"autofills",
}
Functions ¶
Types ¶
type IntelxParser ¶
type IntelxParser struct {
// contains filtered or unexported fields
}
Chromedp is a driver that probes web targets using chromedp Implementation ref: https://github.com/chromedp/examples/blob/master/multi/main.go
func (*IntelxParser) Close ¶
func (run *IntelxParser) Close()
func (*IntelxParser) MustSaveContent ¶
func (run *IntelxParser) MustSaveContent(file *models.File) bool
func (*IntelxParser) ParseFile ¶
func (run *IntelxParser) ParseFile(thisRunner *runner.Runner, file runner.FileItem) (*models.File, error)
witness does the work of probing a url. This is where everything comes together as far as the runner is concerned.
func (*IntelxParser) ParseInfo ¶
func (run *IntelxParser) ParseInfo(file_path string) error
Click to show internal directories.
Click to hide internal directories.