From 222de71b844e443ba827d6cd33ced66ce97e9151 Mon Sep 17 00:00:00 2001 From: ax-i-om <57118993+ax-i-om@users.noreply.github.com> Date: Wed, 17 May 2023 13:26:06 -0400 Subject: [PATCH] Update readme.md --- .deepsource.toml | 2 +- Dockerfile | 4 ++-- LICENSE | 2 +- README.md | 24 ++++++++++---------- api/handlers/discord.go | 2 +- api/handlers/domain.go | 2 +- api/handlers/ip.go | 2 +- api/handlers/tin.go | 2 +- api/handlers/username.go | 2 +- api/handlers/vin.go | 2 +- api/public/404.html | 2 +- api/public/500.html | 2 +- api/route/discord.go | 2 +- api/route/domain.go | 2 +- api/route/ip.go | 2 +- api/route/tin.go | 2 +- api/route/tools.go | 2 +- api/route/username.go | 2 +- api/route/vin.go | 2 +- api/server.go | 4 ++-- api/views/index.html | 4 ++-- api/views/pages/discord.html | 2 +- api/views/pages/domain.html | 2 +- api/views/pages/ip.html | 2 +- api/views/pages/tin.html | 2 +- api/views/pages/tools.html | 2 +- api/views/pages/username.html | 2 +- api/views/pages/vin.html | 2 +- cmd/freeauthDomain.go | 6 ++--- cmd/freeauthMelissa.go | 6 ++--- cmd/noauthCaselaw.go | 4 ++-- cmd/noauthDiscord.go | 4 ++-- cmd/noauthIp.go | 4 ++-- cmd/noauthTin.go | 4 ++-- cmd/noauthUser.go | 4 ++-- cmd/noauthVin.go | 4 ++-- cmd/root.go | 2 +- go.mod | 2 +- internal/http/http_test.go | 2 +- main.go | 2 +- pkg/authfree/ip2location/README.md | 2 +- pkg/authfree/ip2location/ip2location.go | 2 +- pkg/authfree/ip2location/ip2location_test.go | 4 ++-- pkg/authfree/melissa/README.md | 4 ++-- pkg/authfree/melissa/melissa.go | 2 +- pkg/authfree/melissa/melissa_test.go | 4 ++-- pkg/authpaid/hibp/README.md | 4 ++-- pkg/authpaid/hibp/hibp.go | 2 +- pkg/authpaid/hibp/hibp_test.go | 4 ++-- pkg/noauth/caselaw/README.md | 4 ++-- pkg/noauth/discord/README.md | 4 ++-- pkg/noauth/discord/discord.go | 2 +- pkg/noauth/discord/discord_test.go | 2 +- pkg/noauth/ip/README.md | 4 ++-- pkg/noauth/ip/ip.go | 2 +- pkg/noauth/ip/ip_test.go | 2 +- pkg/noauth/userlookup/README.md | 4 ++-- pkg/noauth/vin/README.md | 4 ++-- 58 files changed, 92 insertions(+), 92 deletions(-) diff --git a/.deepsource.toml b/.deepsource.toml index cae3e72..5308029 100644 --- a/.deepsource.toml +++ b/.deepsource.toml @@ -5,7 +5,7 @@ name = "go" enabled = true [analyzers.meta] - import_root = "github.com/audioo/bitcrook" + import_root = "github.com/ax-i-om/bitcrook" [[analyzers]] name = "javascript" diff --git a/Dockerfile b/Dockerfile index 80f6787..c49753a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ #REDO FROM golang:1.19-alpine -LABEL author="audioo" -LABEL github="https://github.com/audioo/bitcrook" +LABEL author="ax-i-om" +LABEL github="https://github.com/ax-i-om/bitcrook" RUN mkdir /app COPY . /app diff --git a/LICENSE b/LICENSE index 62284c3..3bab073 100644 --- a/LICENSE +++ b/LICENSE @@ -187,7 +187,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright [2021] [audioo] + Copyright [2021] [ax-i-om] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/README.md b/README.md index ca6b0d9..c7d1f39 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,12 @@

Bitcrook

Important: In early development, looking for contributors/maintainers.

- Go Report Card + Go Report Card Tests s Discord
Centralize and expedite OSINT investigations
- Roadmap | Documentation
+ Roadmap | Documentation


@@ -59,7 +59,7 @@ It is the end user's responsibility to obey all applicable local, state, and fed ### Installation - - Fetch the repository via 'git clone': `git clone https://github.com/audioo/bitcrook.git` + - Fetch the repository via 'git clone': `git clone https://github.com/ax-i-om/bitcrook.git` ### CLI @@ -100,42 +100,42 @@ Bitcrook is currently passing all tests; however, I have provided instructions f | Package | Description | Auth | Location | Status | | :----------------------------------------------------------------------------------------: | -------------------------------------------- | :------: | -------- | :----: | -| [Case Law](https://github.com/audioo/bitcrook/tree/main/pkg/noauth/caselaw) | Court Case Search | `none` | US | Functioning | +| [Case Law](https://github.com/ax-i-om/bitcrook/tree/main/pkg/noauth/caselaw) | Court Case Search | `none` | US | Functioning | ### Discord | Package | Description | Auth | Location | Status | | :----------------------------------------------------------------------------------------: | -------------------------------------------- | :------: | -------- | :----: | -| [Discord Token Lookup](https://github.com/audioo/bitcrook/tree/main/pkg/noauth/discord) | Returns information regarding the passed token. | `none` | Global | Functioning | +| [Discord Token Lookup](https://github.com/ax-i-om/bitcrook/tree/main/pkg/noauth/discord) | Returns information regarding the passed token. | `none` | Global | Functioning | ### IP Address | Package | Description | Auth | Location | Status | | :----------------------------------------------------------------------------------------: | -------------------------------------------- | :------: | -------- | :----: | -| [IPV4 Address Lookup](https://github.com/audioo/bitcrook/tree/main/pkg/noauth/ip) | IPV4 Address Lookup | `none` | Global | Functioning | +| [IPV4 Address Lookup](https://github.com/ax-i-om/bitcrook/tree/main/pkg/noauth/ip) | IPV4 Address Lookup | `none` | Global | Functioning | ### Multi-Use | Package | Description | Auth | Location | Status | | :----------------------------------------------------------------------------------------: | -------------------------------------------- | :------: | -------- | :----: | -| [Have I Been Pwned](https://github.com/audioo/bitcrook/tree/main/pkg/authpaid/hibp) | Email and Password Vulnerability - (Breaches)| `paid` | Global | Functioning | -| [Melissa](https://github.com/audioo/bitcrook/tree/main/pkg/authfree/melissa) | Lookups - Email, Phone Number, IP Address | `free` | US | Functioning | -| [IP2LOCATION](https://github.com/audioo/bitcrook/tree/main/pkg/authfree/ip2location) | Whois Lookup, IP Lookup | `free` | - | Functioning | +| [Have I Been Pwned](https://github.com/ax-i-om/bitcrook/tree/main/pkg/authpaid/hibp) | Email and Password Vulnerability - (Breaches)| `paid` | Global | Functioning | +| [Melissa](https://github.com/ax-i-om/bitcrook/tree/main/pkg/authfree/melissa) | Lookups - Email, Phone Number, IP Address | `free` | US | Functioning | +| [IP2LOCATION](https://github.com/ax-i-om/bitcrook/tree/main/pkg/authfree/ip2location) | Whois Lookup, IP Lookup | `free` | - | Functioning | ### Tax ID | Package | Description | Auth | Location | Status | | :----------------------------------------------------------------------------------------: | -------------------------------------------- | :------: | -------- | :----: | -| [Tax ID Lookup](https://github.com/audioo/bitcrook/tree/main/pkg/noauth/tin) | Returns public information regarding a Russian INN. | `none` | Russia | Functioning | +| [Tax ID Lookup](https://github.com/ax-i-om/bitcrook/tree/main/pkg/noauth/tin) | Returns public information regarding a Russian INN. | `none` | Russia | Functioning | ### Username | Package | Description | Auth | Location | Status | | :----------------------------------------------------------------------------------------: | -------------------------------------------- | :------: | -------- | :----: | -| [Username Lookup](https://github.com/audioo/bitcrook/tree/main/pkg/noauth/userlookup) | Username Lookup - (Comparable to Sherlock) | `none` | Global | Functioning | +| [Username Lookup](https://github.com/ax-i-om/bitcrook/tree/main/pkg/noauth/userlookup) | Username Lookup - (Comparable to Sherlock) | `none` | Global | Functioning | ### Vehicle | Package | Description | Auth | Location | Status | | :----------------------------------------------------------------------------------------: | -------------------------------------------- | :------: | -------- | :----: | -| [VIN Lookup](https://github.com/audioo/bitcrook/tree/main/pkg/noauth/vin) | Vehicle Identification Number Lookup | `none` | - | Functioning | +| [VIN Lookup](https://github.com/ax-i-om/bitcrook/tree/main/pkg/noauth/vin) | Vehicle Identification Number Lookup | `none` | - | Functioning | diff --git a/api/handlers/discord.go b/api/handlers/discord.go index 0ce13ac..702a3b3 100644 --- a/api/handlers/discord.go +++ b/api/handlers/discord.go @@ -1,7 +1,7 @@ package handlers import ( - hits "github.com/audioo/bitcrook/pkg/noauth/discord" + hits "github.com/ax-i-om/bitcrook/pkg/noauth/discord" "github.com/gofiber/fiber/v2" ) diff --git a/api/handlers/domain.go b/api/handlers/domain.go index 808f768..03dfaf7 100644 --- a/api/handlers/domain.go +++ b/api/handlers/domain.go @@ -1,7 +1,7 @@ package handlers import ( - hits "github.com/audioo/bitcrook/pkg/authfree/ip2location" + hits "github.com/ax-i-om/bitcrook/pkg/authfree/ip2location" "github.com/gofiber/fiber/v2" ) diff --git a/api/handlers/ip.go b/api/handlers/ip.go index d669992..1a7d065 100644 --- a/api/handlers/ip.go +++ b/api/handlers/ip.go @@ -1,7 +1,7 @@ package handlers import ( - hits "github.com/audioo/bitcrook/pkg/noauth/ip" + hits "github.com/ax-i-om/bitcrook/pkg/noauth/ip" "github.com/gofiber/fiber/v2" ) diff --git a/api/handlers/tin.go b/api/handlers/tin.go index dbc8afb..4b29376 100644 --- a/api/handlers/tin.go +++ b/api/handlers/tin.go @@ -1,7 +1,7 @@ package handlers import ( - hits "github.com/audioo/bitcrook/pkg/noauth/tin" + hits "github.com/ax-i-om/bitcrook/pkg/noauth/tin" "github.com/gofiber/fiber/v2" ) diff --git a/api/handlers/username.go b/api/handlers/username.go index cf4938a..a0d45b2 100644 --- a/api/handlers/username.go +++ b/api/handlers/username.go @@ -1,7 +1,7 @@ package handlers import ( - "github.com/audioo/bitcrook/pkg/noauth/userlookup" + "github.com/ax-i-om/bitcrook/pkg/noauth/userlookup" "github.com/gofiber/fiber/v2" ) diff --git a/api/handlers/vin.go b/api/handlers/vin.go index 8581462..ecb45ef 100644 --- a/api/handlers/vin.go +++ b/api/handlers/vin.go @@ -1,7 +1,7 @@ package handlers import ( - hits "github.com/audioo/bitcrook/pkg/noauth/vin" + hits "github.com/ax-i-om/bitcrook/pkg/noauth/vin" "github.com/gofiber/fiber/v2" ) diff --git a/api/public/404.html b/api/public/404.html index 89fcb50..ef66ca8 100644 --- a/api/public/404.html +++ b/api/public/404.html @@ -17,7 +17,7 @@

diff --git a/api/public/500.html b/api/public/500.html index 25c13ea..0b149b8 100644 --- a/api/public/500.html +++ b/api/public/500.html @@ -17,7 +17,7 @@

Internal Server Error
Home Tools - GitHub + GitHub

Disclaimer

@@ -36,7 +36,7 @@

Disclaimer


About

- You are currently using a GUI/Web implementation of Bitcrook, an Open-Source Intelligence Apparatus. + You are currently using a GUI/Web implementation of Bitcrook, an Open-Source Intelligence Apparatus. Bitcrook aims to centralize and expedite the reconnaisance experience by bringing together all the tools necessary to carry out an OSINT investigation. It was also written so that developers could implement Bitcrook into their applications with ease.

diff --git a/api/views/pages/discord.html b/api/views/pages/discord.html index e0e7577..4e83b11 100644 --- a/api/views/pages/discord.html +++ b/api/views/pages/discord.html @@ -23,7 +23,7 @@

Discord Token Lookup

diff --git a/api/views/pages/domain.html b/api/views/pages/domain.html index af5ccc9..e1c5ad2 100644 --- a/api/views/pages/domain.html +++ b/api/views/pages/domain.html @@ -23,7 +23,7 @@

Domain Lookup

diff --git a/api/views/pages/ip.html b/api/views/pages/ip.html index 1896df6..20f048a 100644 --- a/api/views/pages/ip.html +++ b/api/views/pages/ip.html @@ -23,7 +23,7 @@

IP Lookup

diff --git a/api/views/pages/tin.html b/api/views/pages/tin.html index 575716a..43a8d19 100644 --- a/api/views/pages/tin.html +++ b/api/views/pages/tin.html @@ -23,7 +23,7 @@

TIN Lookup

diff --git a/api/views/pages/tools.html b/api/views/pages/tools.html index 0b3ce80..5c51d9f 100644 --- a/api/views/pages/tools.html +++ b/api/views/pages/tools.html @@ -16,7 +16,7 @@

Below, you can find all of the tools that are currently available via Bitcrook. diff --git a/api/views/pages/username.html b/api/views/pages/username.html index 5f7b8c3..5354862 100644 --- a/api/views/pages/username.html +++ b/api/views/pages/username.html @@ -23,7 +23,7 @@

Username Lookup

diff --git a/api/views/pages/vin.html b/api/views/pages/vin.html index 77959b5..2fb5e80 100644 --- a/api/views/pages/vin.html +++ b/api/views/pages/vin.html @@ -24,7 +24,7 @@

VIN Lookup

diff --git a/cmd/freeauthDomain.go b/cmd/freeauthDomain.go index b28f74d..a360358 100644 --- a/cmd/freeauthDomain.go +++ b/cmd/freeauthDomain.go @@ -1,5 +1,5 @@ /* -Copyright © 2021 audioo +Copyright © 2021 ax-i-om Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at @@ -20,8 +20,8 @@ import ( "fmt" "log" - "github.com/audioo/bitcrook/internal/config" - "github.com/audioo/bitcrook/pkg/authfree/ip2location" + "github.com/ax-i-om/bitcrook/internal/config" + "github.com/ax-i-om/bitcrook/pkg/authfree/ip2location" "github.com/spf13/cobra" ) diff --git a/cmd/freeauthMelissa.go b/cmd/freeauthMelissa.go index 4046fa8..c653962 100644 --- a/cmd/freeauthMelissa.go +++ b/cmd/freeauthMelissa.go @@ -1,5 +1,5 @@ /* -Copyright © 2021 audioo +Copyright © 2021 ax-i-om Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at @@ -21,8 +21,8 @@ import ( "log" "strings" - "github.com/audioo/bitcrook/internal/config" - "github.com/audioo/bitcrook/pkg/authfree/melissa" + "github.com/ax-i-om/bitcrook/internal/config" + "github.com/ax-i-om/bitcrook/pkg/authfree/melissa" "github.com/spf13/cobra" ) diff --git a/cmd/noauthCaselaw.go b/cmd/noauthCaselaw.go index 3864c41..39b752d 100644 --- a/cmd/noauthCaselaw.go +++ b/cmd/noauthCaselaw.go @@ -1,5 +1,5 @@ /* -Copyright © 2021 audioo +Copyright © 2021 ax-i-om Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at @@ -21,7 +21,7 @@ import ( "log" "strconv" - "github.com/audioo/bitcrook/pkg/noauth/caselaw" + "github.com/ax-i-om/bitcrook/pkg/noauth/caselaw" "github.com/spf13/cobra" ) diff --git a/cmd/noauthDiscord.go b/cmd/noauthDiscord.go index 37d2658..5a0633d 100644 --- a/cmd/noauthDiscord.go +++ b/cmd/noauthDiscord.go @@ -1,5 +1,5 @@ /* -Copyright © 2021 audioo +Copyright © 2021 ax-i-om Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at @@ -21,7 +21,7 @@ import ( "log" "strconv" - "github.com/audioo/bitcrook/pkg/noauth/discord" + "github.com/ax-i-om/bitcrook/pkg/noauth/discord" "github.com/spf13/cobra" ) diff --git a/cmd/noauthIp.go b/cmd/noauthIp.go index 6e07d57..bc4f19f 100644 --- a/cmd/noauthIp.go +++ b/cmd/noauthIp.go @@ -1,5 +1,5 @@ /* -Copyright © 2021 audioo +Copyright © 2021 ax-i-om Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at @@ -21,7 +21,7 @@ import ( "log" "strconv" - "github.com/audioo/bitcrook/pkg/noauth/ip" + "github.com/ax-i-om/bitcrook/pkg/noauth/ip" "github.com/spf13/cobra" ) diff --git a/cmd/noauthTin.go b/cmd/noauthTin.go index 5b25a70..136422f 100644 --- a/cmd/noauthTin.go +++ b/cmd/noauthTin.go @@ -1,5 +1,5 @@ /* -Copyright © 2021 audioo +Copyright © 2021 ax-i-om Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at @@ -20,7 +20,7 @@ import ( "fmt" "log" - "github.com/audioo/bitcrook/pkg/noauth/tin" + "github.com/ax-i-om/bitcrook/pkg/noauth/tin" "github.com/spf13/cobra" ) diff --git a/cmd/noauthUser.go b/cmd/noauthUser.go index a5b3541..3f632eb 100644 --- a/cmd/noauthUser.go +++ b/cmd/noauthUser.go @@ -1,5 +1,5 @@ /* -Copyright © 2021 audioo +Copyright © 2021 ax-i-om Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at @@ -20,7 +20,7 @@ import ( "fmt" "strconv" - "github.com/audioo/bitcrook/pkg/noauth/userlookup" + "github.com/ax-i-om/bitcrook/pkg/noauth/userlookup" "github.com/spf13/cobra" ) diff --git a/cmd/noauthVin.go b/cmd/noauthVin.go index 23d41cd..1f99da1 100644 --- a/cmd/noauthVin.go +++ b/cmd/noauthVin.go @@ -1,5 +1,5 @@ /* -Copyright © 2021 audioo +Copyright © 2021 ax-i-om Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at @@ -19,7 +19,7 @@ package cmd import ( "fmt" - "github.com/audioo/bitcrook/pkg/noauth/vin" + "github.com/ax-i-om/bitcrook/pkg/noauth/vin" "github.com/spf13/cobra" ) diff --git a/cmd/root.go b/cmd/root.go index 9fbd1af..0ea21c6 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -1,5 +1,5 @@ /* -Copyright © 2021 audioo +Copyright © 2021 ax-i-om Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/go.mod b/go.mod index 0445ea0..6b2140c 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/audioo/bitcrook +module github.com/ax-i-om/bitcrook go 1.19 diff --git a/internal/http/http_test.go b/internal/http/http_test.go index d2700b9..c1ac8c0 100644 --- a/internal/http/http_test.go +++ b/internal/http/http_test.go @@ -5,7 +5,7 @@ import ( "net/http" "testing" - "github.com/audioo/bitcrook/internal/config" + "github.com/ax-i-om/bitcrook/internal/config" ) func TestGetReq(t *testing.T) { diff --git a/main.go b/main.go index b808d41..ac59cec 100644 --- a/main.go +++ b/main.go @@ -15,7 +15,7 @@ limitations under the License. */ package main -import "github.com/audioo/bitcrook/cmd" +import "github.com/ax-i-om/bitcrook/cmd" func main() { cmd.Execute() diff --git a/pkg/authfree/ip2location/README.md b/pkg/authfree/ip2location/README.md index cd6f8dc..db8b6fe 100644 --- a/pkg/authfree/ip2location/README.md +++ b/pkg/authfree/ip2location/README.md @@ -1,4 +1,4 @@ -# [github.com/audioo/bitcrook/pkg/authfree/ip2location](https://github.com/audioo/bitcrook/tree/main/pkg/authfree/ip2location) - free authentication required +# [github.com/ax-i-om/bitcrook/pkg/authfree/ip2location](https://github.com/ax-i-om/bitcrook/tree/main/pkg/authfree/ip2location) - free authentication required ## Types diff --git a/pkg/authfree/ip2location/ip2location.go b/pkg/authfree/ip2location/ip2location.go index 6a3db18..80b20b8 100644 --- a/pkg/authfree/ip2location/ip2location.go +++ b/pkg/authfree/ip2location/ip2location.go @@ -3,7 +3,7 @@ package ip2location import ( "encoding/json" - "github.com/audioo/bitcrook/internal/http" + "github.com/ax-i-om/bitcrook/internal/http" ) /* diff --git a/pkg/authfree/ip2location/ip2location_test.go b/pkg/authfree/ip2location/ip2location_test.go index 9dd6b15..369bf45 100644 --- a/pkg/authfree/ip2location/ip2location_test.go +++ b/pkg/authfree/ip2location/ip2location_test.go @@ -4,8 +4,8 @@ import ( "encoding/json" "testing" - "github.com/audioo/bitcrook/internal/config" - "github.com/audioo/bitcrook/internal/http" + "github.com/ax-i-om/bitcrook/internal/config" + "github.com/ax-i-om/bitcrook/internal/http" ) func TestDomainLookup(t *testing.T) { diff --git a/pkg/authfree/melissa/README.md b/pkg/authfree/melissa/README.md index 2392410..986b74b 100644 --- a/pkg/authfree/melissa/README.md +++ b/pkg/authfree/melissa/README.md @@ -1,4 +1,4 @@ -# [github.com/audioo/bitcrook/pkg/authfree/melissa](https://github.com/audioo/bitcrook/tree/main/pkg/authfree/melissa) - free authentication required +# [github.com/ax-i-om/bitcrook/pkg/authfree/melissa](https://github.com/ax-i-om/bitcrook/tree/main/pkg/authfree/melissa) - free authentication required ## Types @@ -236,7 +236,7 @@ import ( "fmt" "log" - "github.com/audioo/bitcrook/pkg/authfree/melissa" + "github.com/ax-i-om/bitcrook/pkg/authfree/melissa" ) func main() { diff --git a/pkg/authfree/melissa/melissa.go b/pkg/authfree/melissa/melissa.go index 165a75f..9c0e9e7 100644 --- a/pkg/authfree/melissa/melissa.go +++ b/pkg/authfree/melissa/melissa.go @@ -3,7 +3,7 @@ package melissa import ( "encoding/json" - "github.com/audioo/bitcrook/internal/http" + "github.com/ax-i-om/bitcrook/internal/http" ) /* diff --git a/pkg/authfree/melissa/melissa_test.go b/pkg/authfree/melissa/melissa_test.go index 9ad9a38..d833ef6 100644 --- a/pkg/authfree/melissa/melissa_test.go +++ b/pkg/authfree/melissa/melissa_test.go @@ -4,8 +4,8 @@ import ( "encoding/json" "testing" - "github.com/audioo/bitcrook/internal/config" - "github.com/audioo/bitcrook/internal/http" + "github.com/ax-i-om/bitcrook/internal/config" + "github.com/ax-i-om/bitcrook/internal/http" ) func TestEmailLookup(t *testing.T) { diff --git a/pkg/authpaid/hibp/README.md b/pkg/authpaid/hibp/README.md index 6ec1770..7cb6992 100644 --- a/pkg/authpaid/hibp/README.md +++ b/pkg/authpaid/hibp/README.md @@ -1,4 +1,4 @@ -# [github.com/audioo/bitcrook/pkg/authpaid/hibp](https://github.com/audioo/bitcrook/tree/main/pkg/authpaid/hibp) - paid authentication required +# [github.com/ax-i-om/bitcrook/pkg/authpaid/hibp](https://github.com/ax-i-om/bitcrook/tree/main/pkg/authpaid/hibp) - paid authentication required ## Types @@ -142,7 +142,7 @@ import ( "fmt" "log" - "github.com/audioo/bitcrook/pkg/authpaid/hibp" + "github.com/ax-i-om/bitcrook/pkg/authpaid/hibp" ) func main() { diff --git a/pkg/authpaid/hibp/hibp.go b/pkg/authpaid/hibp/hibp.go index 1ad5449..36d50d3 100644 --- a/pkg/authpaid/hibp/hibp.go +++ b/pkg/authpaid/hibp/hibp.go @@ -4,7 +4,7 @@ import ( "encoding/json" "time" - "github.com/audioo/bitcrook/internal/http" + "github.com/ax-i-om/bitcrook/internal/http" ) // BreachList is a representation of the names of site breaches returned by the GetBreaches() function. diff --git a/pkg/authpaid/hibp/hibp_test.go b/pkg/authpaid/hibp/hibp_test.go index b0633ce..469180a 100644 --- a/pkg/authpaid/hibp/hibp_test.go +++ b/pkg/authpaid/hibp/hibp_test.go @@ -4,8 +4,8 @@ import ( "encoding/json" "testing" - "github.com/audioo/bitcrook/internal/config" - "github.com/audioo/bitcrook/internal/http" + "github.com/ax-i-om/bitcrook/internal/config" + "github.com/ax-i-om/bitcrook/internal/http" ) func TestGetBreaches(t *testing.T) { diff --git a/pkg/noauth/caselaw/README.md b/pkg/noauth/caselaw/README.md index d9b24e4..96aa735 100644 --- a/pkg/noauth/caselaw/README.md +++ b/pkg/noauth/caselaw/README.md @@ -1,4 +1,4 @@ -# [github.com/audioo/bitcrook/pkg/noauth/caselaw](https://github.com/audioo/bitcrook/tree/main/pkg/noauth/caselaw) - no authentication required +# [github.com/ax-i-om/bitcrook/pkg/noauth/caselaw](https://github.com/ax-i-om/bitcrook/tree/main/pkg/noauth/caselaw) - no authentication required ## Types @@ -120,7 +120,7 @@ import ( "log" "strconv" - "github.com/audioo/bitcrook/pkg/noauth/caselaw" + "github.com/ax-i-om/bitcrook/pkg/noauth/caselaw" ) func main() { diff --git a/pkg/noauth/discord/README.md b/pkg/noauth/discord/README.md index a81fb45..38ec209 100644 --- a/pkg/noauth/discord/README.md +++ b/pkg/noauth/discord/README.md @@ -1,4 +1,4 @@ -# [github.com/audioo/bitcrook/pkg/noauth/discord](https://github.com/audioo/bitcrook/tree/main/pkg/noauth/discord) - no authentication required +# [github.com/ax-i-om/bitcrook/pkg/noauth/discord](https://github.com/ax-i-om/bitcrook/tree/main/pkg/noauth/discord) - no authentication required ## Types @@ -52,7 +52,7 @@ import ( "log" "strconv" - "github.com/audioo/bitcrook/pkg/noauth/caselaw" + "github.com/ax-i-om/bitcrook/pkg/noauth/caselaw" ) func main() { diff --git a/pkg/noauth/discord/discord.go b/pkg/noauth/discord/discord.go index 10a4564..b87e71c 100644 --- a/pkg/noauth/discord/discord.go +++ b/pkg/noauth/discord/discord.go @@ -3,7 +3,7 @@ package discord import ( "encoding/json" - "github.com/audioo/bitcrook/internal/http" + "github.com/ax-i-om/bitcrook/internal/http" ) // DiscordTokenInfo is a represntation of a plethora of information returned by the TokenLookup() function. diff --git a/pkg/noauth/discord/discord_test.go b/pkg/noauth/discord/discord_test.go index 66924e2..4472b61 100644 --- a/pkg/noauth/discord/discord_test.go +++ b/pkg/noauth/discord/discord_test.go @@ -4,7 +4,7 @@ import ( "encoding/json" "testing" - "github.com/audioo/bitcrook/internal/http" + "github.com/ax-i-om/bitcrook/internal/http" ) func TestTokenLookup(t *testing.T) { diff --git a/pkg/noauth/ip/README.md b/pkg/noauth/ip/README.md index 62856fc..c139706 100644 --- a/pkg/noauth/ip/README.md +++ b/pkg/noauth/ip/README.md @@ -1,4 +1,4 @@ -# [github.com/audioo/bitcrook/pkg/noauth/ip](https://github.com/audioo/bitcrook/tree/main/pkg/noauth/ip) - no authentication required +# [github.com/ax-i-om/bitcrook/pkg/noauth/ip](https://github.com/ax-i-om/bitcrook/tree/main/pkg/noauth/ip) - no authentication required ## Types @@ -57,7 +57,7 @@ import ( "fmt" "log" - "github.com/audioo/bitcrook/pkg/noauth/ip" + "github.com/ax-i-om/bitcrook/pkg/noauth/ip" ) func main() { diff --git a/pkg/noauth/ip/ip.go b/pkg/noauth/ip/ip.go index b6bbcc7..9b3ddf8 100644 --- a/pkg/noauth/ip/ip.go +++ b/pkg/noauth/ip/ip.go @@ -3,7 +3,7 @@ package ip import ( "encoding/json" - "github.com/audioo/bitcrook/internal/http" + "github.com/ax-i-om/bitcrook/internal/http" ) // IPAddress is the response type of the IPLookup() function, containing a plethora of information about the IPV4 address in question. diff --git a/pkg/noauth/ip/ip_test.go b/pkg/noauth/ip/ip_test.go index 6dd8b39..6f956f3 100644 --- a/pkg/noauth/ip/ip_test.go +++ b/pkg/noauth/ip/ip_test.go @@ -4,7 +4,7 @@ import ( "encoding/json" "testing" - "github.com/audioo/bitcrook/internal/http" + "github.com/ax-i-om/bitcrook/internal/http" ) func TestIPLookup(t *testing.T) { diff --git a/pkg/noauth/userlookup/README.md b/pkg/noauth/userlookup/README.md index 6a61bcb..2d43cbf 100644 --- a/pkg/noauth/userlookup/README.md +++ b/pkg/noauth/userlookup/README.md @@ -1,4 +1,4 @@ -# [github.com/audioo/bitcrook/pkg/noauth/userlookup](https://github.com/audioo/bitcrook/tree/main/pkg/noauth/userlookup) - no authentication required +# [github.com/ax-i-om/bitcrook/pkg/noauth/userlookup](https://github.com/ax-i-om/bitcrook/tree/main/pkg/noauth/userlookup) - no authentication required ## Types @@ -44,7 +44,7 @@ import ( "fmt" "strconv" - "github.com/audioo/bitcrook/pkg/noauth/userlookup" + "github.com/ax-i-om/bitcrook/pkg/noauth/userlookup" ) func main() { diff --git a/pkg/noauth/vin/README.md b/pkg/noauth/vin/README.md index 1b5206f..1028bdb 100644 --- a/pkg/noauth/vin/README.md +++ b/pkg/noauth/vin/README.md @@ -1,4 +1,4 @@ -# [github.com/audioo/bitcrook/noauth/vin](https://github.com/audioo/bitcrook/tree/main/noauth/vin) - no authentication required +# [github.com/ax-i-om/bitcrook/noauth/vin](https://github.com/ax-i-om/bitcrook/tree/main/noauth/vin) - no authentication required ## Types @@ -108,7 +108,7 @@ import ( "fmt" "log" - "github.com/audioo/bitcrook/noauth/vin" + "github.com/ax-i-om/bitcrook/noauth/vin" ) func main() {