Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ax-i-om committed May 17, 2023
1 parent e92ad3e commit 222de71
Show file tree
Hide file tree
Showing 58 changed files with 92 additions and 92 deletions.
2 changes: 1 addition & 1 deletion .deepsource.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<h1 align="center">Bitcrook</h1>
<h2 align="center">Important: In early development, looking for contributors/maintainers.</h2>
<p align="center">
<a href="https://goreportcard.com/report/github.com/audioo/bitcrook"><img src="https://goreportcard.com/badge/github.com/audioo/bitcrook" alt="Go Report Card"></a>
<a href="https://goreportcard.com/report/github.com/ax-i-om/bitcrook"><img src="https://goreportcard.com/badge/github.com/ax-i-om/bitcrook" alt="Go Report Card"></a>
<a><img src="https://img.shields.io/badge/tests-9&#47;10-orange.svg" alt="Tests"></a>
<a><img src="https://img.shields.io/badge/version-0.9.14-blue.svg" alt="s"></a>
<a href="https://discord.com/invite/uVWJUTufqf"><img src="https://img.shields.io/badge/discord-chat-blue.svg" alt="Discord"></a><br>
Centralize and expedite OSINT investigations<br>
<a href="https://github.com/users/audioo/projects/1">Roadmap</a> | <a href="https://bitcrook.tech">Documentation</a><br>
<a href="https://github.com/users/ax-i-om/projects/1">Roadmap</a> | <a href="https://bitcrook.tech">Documentation</a><br>
</a>
</p><br>
</p>
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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 |
2 changes: 1 addition & 1 deletion api/handlers/discord.go
Original file line number Diff line number Diff line change
@@ -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"
)

Expand Down
2 changes: 1 addition & 1 deletion api/handlers/domain.go
Original file line number Diff line number Diff line change
@@ -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"
)

Expand Down
2 changes: 1 addition & 1 deletion api/handlers/ip.go
Original file line number Diff line number Diff line change
@@ -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"
)

Expand Down
2 changes: 1 addition & 1 deletion api/handlers/tin.go
Original file line number Diff line number Diff line change
@@ -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"
)

Expand Down
2 changes: 1 addition & 1 deletion api/handlers/username.go
Original file line number Diff line number Diff line change
@@ -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"
)

Expand Down
2 changes: 1 addition & 1 deletion api/handlers/vin.go
Original file line number Diff line number Diff line change
@@ -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"
)

Expand Down
2 changes: 1 addition & 1 deletion api/public/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<div class="navbar">
<a href="http://localhost:6174"><i class="fas fa-home"></i> Home</a>
<a href="http://localhost:6174/tools"><i class="fas fa-tools"></i> Tools</a>
<a href="https://github.com/audioo/bitcrook"><i class="fab fa-github"></i> GitHub</a>
<a href="https://github.com/ax-i-om/bitcrook"><i class="fab fa-github"></i> GitHub</a>
</div>

<h1 style="text-align: center; margin-top: 10%; margin-bottom: 10%">
Expand Down
2 changes: 1 addition & 1 deletion api/public/500.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<div class="navbar">
<a href="http://localhost:6174"><i class="fas fa-home"></i> Home</a>
<a href="http://localhost:6174/tools"><i class="fas fa-tools"></i> Tools</a>
<a href="https://github.com/audioo/bitcrook"><i class="fab fa-github"></i> GitHub</a>
<a href="https://github.com/ax-i-om/bitcrook"><i class="fab fa-github"></i> GitHub</a>
</div>
<h1 style="text-align: center; margin-top: 10%; margin-bottom: 10%">
Internal Server Error<br /><span style="font-size: 50%"
Expand Down
2 changes: 1 addition & 1 deletion api/route/discord.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package route

import (
"github.com/audioo/bitcrook/api/handlers"
"github.com/ax-i-om/bitcrook/api/handlers"
"github.com/gofiber/fiber/v2"
)

Expand Down
2 changes: 1 addition & 1 deletion api/route/domain.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package route

import (
"github.com/audioo/bitcrook/api/handlers"
"github.com/ax-i-om/bitcrook/api/handlers"
"github.com/gofiber/fiber/v2"
)

Expand Down
2 changes: 1 addition & 1 deletion api/route/ip.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package route

import (
"github.com/audioo/bitcrook/api/handlers"
"github.com/ax-i-om/bitcrook/api/handlers"
"github.com/gofiber/fiber/v2"
)

Expand Down
2 changes: 1 addition & 1 deletion api/route/tin.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package route

import (
"github.com/audioo/bitcrook/api/handlers"
"github.com/ax-i-om/bitcrook/api/handlers"
"github.com/gofiber/fiber/v2"
)

Expand Down
2 changes: 1 addition & 1 deletion api/route/tools.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package route

import (
"github.com/audioo/bitcrook/api/handlers"
"github.com/ax-i-om/bitcrook/api/handlers"
"github.com/gofiber/fiber/v2"
)

Expand Down
2 changes: 1 addition & 1 deletion api/route/username.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package route

import (
"github.com/audioo/bitcrook/api/handlers"
"github.com/ax-i-om/bitcrook/api/handlers"
"github.com/gofiber/fiber/v2"
)

Expand Down
2 changes: 1 addition & 1 deletion api/route/vin.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package route

import (
"github.com/audioo/bitcrook/api/handlers"
"github.com/ax-i-om/bitcrook/api/handlers"
"github.com/gofiber/fiber/v2"
)

Expand Down
4 changes: 2 additions & 2 deletions api/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package main
import (
"log"

"github.com/audioo/bitcrook/api/handlers"
"github.com/audioo/bitcrook/api/route"
"github.com/ax-i-om/bitcrook/api/handlers"
"github.com/ax-i-om/bitcrook/api/route"
"github.com/gofiber/fiber/v2"
"github.com/gofiber/template/html"
)
Expand Down
4 changes: 2 additions & 2 deletions api/views/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<div class="navbar">
<a class="active" href="http://localhost:6174"><i class="fas fa-home"></i> Home</a>
<a href="http://localhost:6174/tools"><i class="fas fa-tools"></i> Tools</a>
<a href="https://github.com/audioo/bitcrook"><i class="fab fa-github"></i> GitHub</a>
<a href="https://github.com/ax-i-om/bitcrook"><i class="fab fa-github"></i> GitHub</a>
</div>

<h3>Disclaimer</h3>
Expand All @@ -36,7 +36,7 @@ <h3>Disclaimer</h3>
<br>
<h3>About</h3>
<p>
You are currently using a GUI/Web implementation of <a href="https://github.com/audioo/bitcrook">Bitcrook</a>, an Open-Source Intelligence Apparatus.
You are currently using a GUI/Web implementation of <a href="https://github.com/ax-i-om/bitcrook">Bitcrook</a>, 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.
</p>
Expand Down
2 changes: 1 addition & 1 deletion api/views/pages/discord.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<div class="navbar">
<a href="http://localhost:6174"><i class="fas fa-home"></i> Home</a>
<a href="http://localhost:6174/tools"><i class="fas fa-tools"></i> Tools</a>
<a href="https://github.com/audioo/bitcrook"><i class="fab fa-github"></i> GitHub</a>
<a href="https://github.com/ax-i-om/bitcrook"><i class="fab fa-github"></i> GitHub</a>
</div>
<h1 style="text-align: center; padding-left: 0px">Discord Token Lookup</h1>
<div class="center-h" style="height: 3em; padding-bottom: 10px;">
Expand Down
2 changes: 1 addition & 1 deletion api/views/pages/domain.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<div class="navbar">
<a href="http://localhost:6174"><i class="fas fa-home"></i> Home</a>
<a href="http://localhost:6174/tools"><i class="fas fa-tools"></i> Tools</a>
<a href="https://github.com/audioo/bitcrook"><i class="fab fa-github"></i> GitHub</a>
<a href="https://github.com/ax-i-om/bitcrook"><i class="fab fa-github"></i> GitHub</a>
</div>
<h1 style="text-align: center; padding-left: 0px">Domain Lookup</h1>
<div class="center-h" style="height: 3em; padding-bottom: 10px;">
Expand Down
2 changes: 1 addition & 1 deletion api/views/pages/ip.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<div class="navbar">
<a href="http://localhost:6174"><i class="fas fa-home"></i> Home</a>
<a href="http://localhost:6174/tools"><i class="fas fa-tools"></i> Tools</a>
<a href="https://github.com/audioo/bitcrook"><i class="fab fa-github"></i> GitHub</a>
<a href="https://github.com/ax-i-om/bitcrook"><i class="fab fa-github"></i> GitHub</a>
</div>
<h1 style="text-align: center; padding-left: 0px">IP Lookup</h1>
<div class="center-h" style="height: 3em; padding-bottom: 10px;">
Expand Down
2 changes: 1 addition & 1 deletion api/views/pages/tin.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<div class="navbar">
<a href="http://localhost:6174"><i class="fas fa-home"></i> Home</a>
<a href="http://localhost:6174/tools"><i class="fas fa-tools"></i> Tools</a>
<a href="https://github.com/audioo/bitcrook"><i class="fab fa-github"></i> GitHub</a>
<a href="https://github.com/ax-i-om/bitcrook"><i class="fab fa-github"></i> GitHub</a>
</div>
<h1 style="text-align: center; padding-left: 0px">TIN Lookup</h1>
<div class="center-h" style="height: 3em; padding-bottom: 10px;">
Expand Down
2 changes: 1 addition & 1 deletion api/views/pages/tools.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<div class="navbar">
<a href="http://localhost:6174"><i class="fas fa-home"></i> Home</a>
<a class="active" href="http://localhost:6174/tools"><i class="fas fa-tools"></i> Tools</a>
<a href="https://github.com/audioo/bitcrook"><i class="fab fa-github"></i> GitHub</a>
<a href="https://github.com/ax-i-om/bitcrook"><i class="fab fa-github"></i> GitHub</a>
</div>
<p style="margin: 5px">
Below, you can find all of the tools that are currently available via Bitcrook.
Expand Down
2 changes: 1 addition & 1 deletion api/views/pages/username.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<div class="navbar">
<a href="http://localhost:6174"><i class="fas fa-home"></i> Home</a>
<a href="http://localhost:6174/tools"><i class="fas fa-tools"></i> Tools</a>
<a href="https://github.com/audioo/bitcrook"><i class="fab fa-github"></i> GitHub</a>
<a href="https://github.com/ax-i-om/bitcrook"><i class="fab fa-github"></i> GitHub</a>
</div>
<h1 style="text-align: center; padding-left: 0px">Username Lookup</h1>
<div class="center-h" style="height: 3em; padding-bottom: 10px;">
Expand Down
2 changes: 1 addition & 1 deletion api/views/pages/vin.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<div class="navbar">
<a href="http://localhost:6174"><i class="fas fa-home"></i> Home</a>
<a href="http://localhost:6174/tools"><i class="fas fa-tools"></i> Tools</a>
<a href="https://github.com/audioo/bitcrook"><i class="fab fa-github"></i> GitHub</a>
<a href="https://github.com/ax-i-om/bitcrook"><i class="fab fa-github"></i> GitHub</a>
</div>
<h1 style="text-align: center; padding-left: 0px">VIN Lookup</h1>
<div class="center-h" style="height: 3em; padding-bottom: 10px;">
Expand Down
6 changes: 3 additions & 3 deletions cmd/freeauthDomain.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright © 2021 audioo <contactaudio@pm.me>
Copyright © 2021 ax-i-om <contactaudio@pm.me>
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
Expand All @@ -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"
)

Expand Down
6 changes: 3 additions & 3 deletions cmd/freeauthMelissa.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright © 2021 audioo <contactaudio@pm.me>
Copyright © 2021 ax-i-om <contactaudio@pm.me>
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
Expand All @@ -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"
)

Expand Down
4 changes: 2 additions & 2 deletions cmd/noauthCaselaw.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright © 2021 audioo <contactaudio@pm.me>
Copyright © 2021 ax-i-om <contactaudio@pm.me>
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
Expand All @@ -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"
)

Expand Down
4 changes: 2 additions & 2 deletions cmd/noauthDiscord.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright © 2021 audioo <contactaudio@pm.me>
Copyright © 2021 ax-i-om <contactaudio@pm.me>
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
Expand All @@ -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"
)

Expand Down
Loading

0 comments on commit 222de71

Please sign in to comment.