Skip to content
Snippets Groups Projects
Commit a5093c9a authored by Jonas Kjærandsen's avatar Jonas Kjærandsen
Browse files

wg fix

parent e9454d40
No related branches found
No related tags found
1 merge request!2Merge react-branch into main.
......@@ -91,10 +91,9 @@ func urlSearch(url string) (data []byte, err error, complete bool) {
urlscanio = &responseData[2]
alienvault = &responseData[3]
wg.Add(2)
wg.Add(3)
fmt.Println(url)
if checkUrlAgainstFilter(url) {
wg.Add(1)
go TestGoGoogleUrl(url, p, &wg)
go TestHybridAnalyisUrl(url, VirusTotal, urlscanio, &wg)
go TestAlienVaultUrl(url, alienvault, &wg)
......@@ -113,7 +112,6 @@ func urlSearch(url string) (data []byte, err error, complete bool) {
utils.SetResultURL(setResults, len(responseData))
//TESTING FUNCTIONALITY FOR SCREENSHOT OF URLS
utils.ScreenshotURL(url, setResults) ////
////
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment