MCPcopy Index your code

hub / github.com/jaeles-project/gospider / functions

Functions61 in github.com/jaeles-project/gospider

↓ 18 callersMethodString
Set implements the flag.Value interface.
stringset/set.go:120
↓ 17 callersMethodWriteToFile
(msg string)
core/output.go:26
↓ 8 callersMethodDuplicate
Duplicate checks if the name provided has been seen before by this filter.
stringset/filter.go:23
↓ 6 callersFunctionFixUrl
func FixUrl(site *url.URL, nextLoc string) string { var newUrl string if strings.HasPrefix(nextLoc, "//") { google.com/example.php newUrl = site.Schem
core/utils.go:72
↓ 6 callersMethodInsert
Insert adds the element string argument to the receiver Set.
stringset/set.go:41
↓ 6 callersFunctionNewStringFilter
NewStringFilter returns an initialized StringFilter.
stringset/filter.go:16
↓ 5 callersMethodClose
()
core/output.go:32
↓ 4 callersFunctionDecodeChars
(s string)
core/utils.go:146
↓ 4 callersFunctionGetExtType
(rawUrl string)
core/utils.go:107
↓ 4 callersMethodHas
Has returns true if the receiver Set already contains the element string argument.
stringset/set.go:35
↓ 4 callersMethodSet
Set implements the flag.Value interface.
stringset/set.go:125
↓ 3 callersFunctionNew
New returns a Set containing the values provided in the arguments.
stringset/set.go:24
↓ 3 callersMethodfeedLinkfinder
(jsFileUrl string, OutputType string, source string, )
core/crawler.go:310
↓ 2 callersFunctionInScope
(u *url.URL, regexps []*regexp.Regexp)
core/utils.go:161
↓ 2 callersFunctionLinkFinder
(source string)
core/linkfinder.go:10
↓ 2 callersFunctionOtherSources
(domain string, includeSubs bool)
core/othersource.go:13
↓ 2 callersMethodRemove
Remove will delete the element string from the receiver Set.
stringset/set.go:53
↓ 2 callersMethodSlice
Slice returns a string slice that contains all the elements in the Set.
stringset/set.go:62
↓ 2 callersFunctionUnique
(intSlice []string)
core/utils.go:80
↓ 2 callersFunctioncontains
(i []int,j int)
core/utils.go:205
↓ 2 callersMethodfindAWSS3
Find AWS S3 from response
core/crawler.go:577
↓ 2 callersMethodfindSubdomains
Find subdomains from response
core/crawler.go:546
↓ 1 callersFunctionCleanSubdomain
(s string)
core/utils.go:115
↓ 1 callersFunctionExamples
()
main.go:237
↓ 1 callersFunctionFilterNewLines
(s string)
core/utils.go:142
↓ 1 callersFunctionGetAWSS3
(source string)
core/grep.go:29
↓ 1 callersFunctionGetDomain
(site *url.URL)
core/utils.go:28
↓ 1 callersFunctionGetRawCookie
(cookies []*http.Cookie)
core/utils.go:19
↓ 1 callersFunctionGetSubdomains
(source, domain string)
core/grep.go:20
↓ 1 callersFunctionNewCrawler
(site *url.URL, cmd *cobra.Command)
core/crawler.go:76
↓ 1 callersFunctionNewOutput
(folder, filename string)
core/output.go:14
↓ 1 callersFunctionParseRobots
(site *url.URL, crawler *Crawler, c *colly.Collector, wg *sync.WaitGroup)
core/robots.go:17
↓ 1 callersFunctionParseSiteMap
(site *url.URL, crawler *Crawler, c *colly.Collector, wg *sync.WaitGroup)
core/sitemap.go:14
↓ 1 callersFunctionReadingLines
ReadingLines Reading file and return content as []string
core/utils.go:179
↓ 1 callersMethodStart
(linkfinder bool)
core/crawler.go:347
↓ 1 callersFunctioncleanName
Clean up the names scraped from the web. Get from Amass
core/utils.go:125
↓ 1 callersFunctiongetCommonCrawlURLs
(domain string, noSubs bool)
core/othersource.go:102
↓ 1 callersFunctiongetOtxUrls
(domain string, noSubs bool)
core/othersource.go:175
↓ 1 callersFunctiongetVirusTotalURLs
(domain string, noSubs bool)
core/othersource.go:137
↓ 1 callersFunctiongetWaybackURLs
(domain string, noSubs bool)
core/othersource.go:63
↓ 1 callersMethodsetupLinkFinder
Setup link finder
core/crawler.go:602
↓ 1 callersFunctionsubdomainRegex
SubdomainRegex returns a Regexp object initialized to match subdomain names that end with the domain provided by the parameter.
core/grep.go:14
FunctionDeduplicate
Deduplicate utilizes the Set type to generate a unique list of strings from the input slice.
stringset/set.go:19
MethodInsertMany
InsertMany adds all the elements strings into the receiver Set.
stringset/set.go:46
MethodIntersect
Intersect causes the receiver Set to only contain elements also found in the other Set argument.
stringset/set.go:98
MethodLen
Len returns the number of elements in the receiver Set.
stringset/set.go:83
FunctionLoadCookies
(rawCookie string)
core/utils.go:92
FunctionNormalizePath
NormalizePath the path
core/utils.go:171
MethodSubtract
Subtract removes all elements in the other Set argument from the receiver Set.
stringset/set.go:88
FunctionTestFixUrl
(t *testing.T)
core/utils_test.go:12
FunctionTestGetCommonCrawlURLs
(t *testing.T)
core/othersource_test.go:13
FunctionTestGetExtType
(t *testing.T)
core/utils_test.go:7
FunctionTestGetOtxUrls
(t *testing.T)
core/othersource_test.go:40
FunctionTestGetVirusTotalURLs
(t *testing.T)
core/othersource_test.go:22
FunctionTestGetWaybackURLs
(t *testing.T)
core/othersource_test.go:31
FunctionTestOtherSources
(t *testing.T)
core/othersource_test.go:7
FunctionTest_ParseJSSource
(t *testing.T)
core/linkfinder_test.go:5
MethodUnion
Union adds all the elements from the other Set argument into the receiver Set.
stringset/set.go:76
Functioninit
()
core/logger.go:12
Functionmain
()
main.go:25
Functionrun
(cmd *cobra.Command, _ []string)
main.go:72