Documentation ¶
Index ¶
- func ApacheModStatus(scan Scanner, page string, status int, contents string, ...)
- func CheckDirectoryListing(depth int) ...
- func CheckDirectoryListingDepth(scan Scanner, dir string, status int, depth int, contents string, ...)
- func CheckExif(scan Scanner, page string, status int, contents string, ...)
- func PrivateKeyScan(scan Scanner, page string, status int, contents string, ...)
- func StandardPageScan(scan Scanner, page string, status int, contents string, ...)
- type BitcoinContentScan
- type ContentScan
- type PGPContentScan
- type Scanner
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ApacheModStatus ¶
func ApacheModStatus(scan Scanner, page string, status int, contents string, report *report.OnionScanReport, osc *config.OnionscanConfig)
func CheckDirectoryListing ¶
func CheckDirectoryListing(depth int) func(Scanner, string, int, string, *report.OnionScanReport, *config.OnionscanConfig)
func CheckDirectoryListingDepth ¶
func CheckDirectoryListingDepth(scan Scanner, dir string, status int, depth int, contents string, report *report.OnionScanReport, osc *config.OnionscanConfig)
func CheckExif ¶
func CheckExif(scan Scanner, page string, status int, contents string, report *report.OnionScanReport, osc *config.OnionscanConfig)
func PrivateKeyScan ¶
func PrivateKeyScan(scan Scanner, page string, status int, contents string, report *report.OnionScanReport, osc *config.OnionscanConfig)
func StandardPageScan ¶
func StandardPageScan(scan Scanner, page string, status int, contents string, report *report.OnionScanReport, osc *config.OnionscanConfig)
Types ¶
type BitcoinContentScan ¶
type BitcoinContentScan struct { }
func (*BitcoinContentScan) ScanContent ¶
func (cs *BitcoinContentScan) ScanContent(content string, report *report.OnionScanReport)
type ContentScan ¶
type ContentScan interface {
ScanContent(content string, report *report.OnionScanReport)
}
type PGPContentScan ¶
type PGPContentScan struct { }
func (*PGPContentScan) ScanContent ¶
func (cs *PGPContentScan) ScanContent(content string, report *report.OnionScanReport)
Click to show internal directories.
Click to hide internal directories.