diff --git a/README.md b/README.md index f767620..dbbb8e6 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,9 @@ **Default Creds** is a centralized, community-driven repository of factory-set credentials. Designed for pentesters and security researchers, it helps identify weak access points during engagement phases or audit internal infrastructure before they become a security liability. -**Live Instance:** [default-creds.hadi.diy](https://default-creds.hadi.diy?utm_source=github&utm_medium=readme) +**Live Instance:** [default-creds.hadi.icu](https://default-creds.hadi.icu?utm_source=github&utm_medium=readme) -**API Documentation:** [default-creds.hadi.diy/api-docs](https://default-creds.hadi.diy/api-docs?utm_source=github&utm_medium=readme) +**API Documentation:** [default-creds.hadi.icu/api-docs](https://default-creds.hadi.icu/api-docs?utm_source=github&utm_medium=readme) ## 🎯 The Mission diff --git a/astro.config.mjs b/astro.config.mjs index 65246aa..ff5af25 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -6,7 +6,7 @@ import node from "@astrojs/node"; // https://astro.build/config export default defineConfig({ - site: "https://default-creds.hadi.diy", + site: "https://default-creds.hadi.icu", output: "server", vite: { plugins: [tailwindcss()], diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index a08ee69..2512f56 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -12,7 +12,7 @@ interface Props { const { title = "Default Creds", description = "Open-source database of default credentials for pentesters and researchers. Find factory-set passwords for any device or software.", - ogImage = `${Astro.site ?? "https://default-creds.hadi.diy"}/og.png` + ogImage = `${Astro.site ?? "https://default-creds.hadi.icu"}/og.png` } = Astro.props; const myLinks = [ @@ -31,7 +31,7 @@ const myLinks = [ href: "https://github.com/anotherhadi/default-creds/blob/main/src/data", icon: Shield, }, - { label: "About me", href: "https://hadi.diy", icon: User }, + { label: "About me", href: "https://hadi.icu", icon: User }, ], }, ]; diff --git a/src/middleware.ts b/src/middleware.ts index 2884717..8bf1ff7 100644 --- a/src/middleware.ts +++ b/src/middleware.ts @@ -53,8 +53,8 @@ const SECURITY_HEADERS: Record = { "default-src 'self'", "img-src 'self' cdn.jsdelivr.net data:", "style-src 'self' 'unsafe-inline'", - "script-src 'self' 'unsafe-inline' static.cloudflareinsights.com umami.hadi.diy", - "connect-src 'self' cloudflareinsights.com umami.hadi.diy", + "script-src 'self' 'unsafe-inline' static.cloudflareinsights.com umami.hadi.icu", + "connect-src 'self' cloudflareinsights.com umami.hadi.icu", "frame-ancestors 'none'", ].join("; "), }; diff --git a/src/pages/api-docs.astro b/src/pages/api-docs.astro index 59d55da..56d28d0 100644 --- a/src/pages/api-docs.astro +++ b/src/pages/api-docs.astro @@ -96,7 +96,7 @@ import { Terminal, Settings, Database, Info, Code } from "lucide-svelte"; class="mockup-code bg-base-300 border border-white/5 shadow-xl group" >
curl -X GET "https://default-creds.hadi.diy/api/search?q=cisco"
+ data-prefix="$">curl -X GET "https://default-creds.hadi.icu/api/search?q=cisco"
HTTP/1.1 200 OK
@@ -109,7 +109,7 @@ import { Terminal, Settings, Database, Info, Code } from "lucide-svelte";

curl -G "https://default-creds.hadi.diy/api/search" \
+            data-prefix="$">curl -G "https://default-creds.hadi.icu/api/search" \
      -d "q=cisco" \
      -d "page=2" \
      -d "size=5"
diff --git a/src/pages/api/search.ts b/src/pages/api/search.ts index 0eda9c2..e3f82ed 100644 --- a/src/pages/api/search.ts +++ b/src/pages/api/search.ts @@ -162,7 +162,7 @@ async function trackSearchServerSide(query: string, results: number) { type: "event", payload: { website: umamiId, - hostname: "default-creds.hadi.diy", + hostname: "default-creds.hadi.icu", url: "/api/search", name: "search", data: { @@ -185,7 +185,7 @@ async function trackSearchServerSide(query: string, results: number) { type: "event", payload: { website: umamiId, - hostname: "default-creds.hadi.diy", + hostname: "default-creds.hadi.icu", url: "/api/search", name: "search_no_results", data: { diff --git a/src/pages/privacy-policy.astro b/src/pages/privacy-policy.astro index a1e93fa..35984c1 100644 --- a/src/pages/privacy-policy.astro +++ b/src/pages/privacy-policy.astro @@ -44,7 +44,7 @@ import Layout from "../layouts/Layout.astro";

Data storage

All analytics data is stored on our own self-hosted server. No data is sent to third-party - analytics providers. The Umami instance is hosted at umami.hadi.diy. + analytics providers. The Umami instance is hosted at umami.hadi.icu.

Your rights