Skip to content

Commit

Permalink
Fix Golang compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
six2dez committed Jun 14, 2021
1 parent 925b8af commit 519d064
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Installation according to language.

```
> git clone https://github.com/Josue87/AnalyticsRelationships.git
> cd AnalyticsRelationships/GO
> cd AnalyticsRelationships/
> go build -ldflags "-s -w"
```

Expand Down
2 changes: 1 addition & 1 deletion GO/analyticsrelationships.go → analyticsrelationships.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ func main() {
urlGoogleTagManager := getGoogleTagManager(*url)
if urlGoogleTagManager != "" {
println("[+] URL with UA: " + urlGoogleTagManager)
println("[+] Obtaining information from builtwith hackertarget\n")
println("[+] Obtaining information from builtwith and hackertarget\n")
var visited = []string{}
for _, ua := range getUA(urlGoogleTagManager) {
baseUA := strings.Join(strings.Split(ua[0], "-")[0:2], "-")
Expand Down
File renamed without changes.

0 comments on commit 519d064

Please sign in to comment.