KOLEKSI PRIBADI

Script hacking & info model AI gratis
yang sudah teruji

Tempat berbagi script hacking, tutorial Python & NodeJS, dan info model AI gratis. Tutorial lengkap beserta cara menjalankan dan penjelasan fungsinya.

SCRIPT & TUTORIAL·MODEL AI GRATIS·DIPERBARUI ROUTIN
ORBITAL · v1.0
Pengantar

Tempat sharing script hacking, tutorial, dan info model AI gratis.
yang sudah teruji.

Temukan script Python, NodeJS, dan tools hacking lainnya, lengkap dengan tutorial cara menjalankan dan penjelasan fungsinya.

VERSI 1.0SIAP PAKAIAMAN & TERUJIDITULIS SENDIRI
PILLAR 01 · CATALOG

Scripts & Tools

Curated hacking scripts, automation, and developer utilities. Legitimate by default — defensive, testing, and learning oriented.

3 ENTRIES · UPDATED WEEKLY

Tutorial Port Scanner Python

Recon & Pemindaian
Tersedia

Tutorial cara membuat port scanner sederhana dengan Python. Belajar konsep pemindaian port TCP dan cara scriptnya bekerja.

Python·v1.0.0·Sep 26, 2025
python3 port_scanner.py

JWT Decoder & Analyzer

Encoding & Decoding
Tersedia

Script NodeJS untuk decode JWT token, lihat claims, algorithm, dan expiry. Tutorial cara pakai untuk analisis token.

NodeJS·v1.0.0·Sep 26, 2025
node jwt-decode.js <token>
LANG

Tutorial Port Scanner Python

Recon & Pemindaian
Tersedia

Tutorial cara membuat port scanner sederhana dengan Python. Belajar konsep pemindaian port TCP dan cara scriptnya bekerja.

Python·v1.0.0·Sep 26, 2025
python3 port_scanner.py

Script Enumerasi Subdomain

Recon & Pemindaian
Tersedia

Script Python untuk menemukan subdomain dari sebuah website. Lengkap dengan cara menjalankan dan penjelasan setiap bagian kode.

Python·v1.0.0·Sep 26, 2025
python3 subfinder.py target.com

JWT Decoder & Analyzer

Encoding & Decoding
Tersedia

Script NodeJS untuk decode JWT token, lihat claims, algorithm, dan expiry. Tutorial cara pakai untuk analisis token.

NodeJS·v1.0.0·Sep 26, 2025
node jwt-decode.js <token>

FOR AUTHORIZED TESTING & EDUCATIONAL USE ONLY · NO CREDENTIAL THEFT · NO PHISHING · NO MALWARE

PILLAR 02 · DIRECTORY

Model AI Gratis Models

Daftar website yang menyediakan API model AI gratis. Sebagian besar pakai format OpenAI-compatible, jadi bisa langsung dipakai.

2 PROVIDERS · VERIFIED MONTHLY
API
MODEL
STATUS
  • OR
    OpenRouterOPENAI COMPATIBLE
    Aktif
    Free Models · 7.5K-128K
    20 req/menit (free)API KeyGratis dengan Batasan
  • GQ
    GroqSUPER CEPATGRATIS
    Aktif
    Llama 3.3 70B · 128KMixtral 8x7B · 32K
    30 req/menit (free)API KeyGratis

KEYS ROTATE · VERIFY RATE LIMITS IN PROVIDER DOCS · NEVER COMMIT KEYS TO REPOS

CHAPTER 02 · STRUCTURE

Security by default.

Not a checklist of badges. A set of structural choices made early so safety is the default state — not an afterthought.

8 PRINCIPLES · ENFORCED

Secure auth

Sessions via Supabase Auth. No custom password hashing, no plaintext, no client-side role checks.

Server-side validation

Every API input is validated against strict schemas before any handler touches it. Frontend checks are decorative only.

Rate limiting

Endpoints are throttled by IP and by session. Heavy scrapers get slowed down before they get blocked.

Security headers

HSTS, CSP, X-Content-Type-Options, Referrer-Policy, Permissions-Policy — all set in next.config.js.

Row-Level Security

Every Supabase table has RLS policies. Users only ever see rows their session is allowed to read.

Audit logging

Admin mutations are written to an append-only log. We can replay who changed what, and when.

Least privilege

The service role key stays on the server. The client only ever sees the anon key — and only public data.

Safe error handling

Errors are surfaced as calm, human messages. Stack traces, SQL, env, and filesystem paths never leak.

NO FAKE CERTIFICATIONS · NO FAKE PARTNERS · JUST WHAT WE ACTUALLY DO

BAB 03 · ANTARMUKA

API Publik

Katalog juga tersedia dalam format API JSON. Dibatasi rate limit, tanpa autentikasi untuk baca.

3 ENDPOINT · READ-ONLY
  • GET/api/tools

    Ambil semua script & tutorial.

    AUTH: Publik
  • GET/api/providers

    Ambil semua model AI gratis.

    AUTH: Publik
  • GET/api/search?q=...

    Cari di seluruh konten.

    AUTH: Publik
RESPON DI-CACHE 60s · DIBATASI PER IP