Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type URLScan ¶
type URLScan struct { }
func NewURLScan ¶
func NewURLScan() *URLScan
func (*URLScan) Description ¶
func (*URLScan) ResourceURLs ¶
func (m *URLScan) ResourceURLs() []common.ModuleResource
type URLScanSearch ¶
type URLScanSearch struct {
Results []URLScanSearchResult `json:"results"`
}
Simples structures to get domains from results
type URLScanSearchPage ¶
type URLScanSearchPage struct {
Domain string `json:"domain"`
}
type URLScanSearchResult ¶
type URLScanSearchResult struct {
Page URLScanSearchPage `json:"page"`
}
Click to show internal directories.
Click to hide internal directories.