Explore, Learn, Share.

Latest

How to Use Claude Code for Free in 2026: Ollama, OpenRouter, and NVIDIA NIM
AI 11 min read

How to Use Claude Code for Free in 2026: Ollama, OpenRouter, and NVIDIA NIM

Paying $100/month for Claude Max just to use Claude Code in your terminal? You don't have to. This guide breaks down every free alternative, from running open-weight models locally on your own machine to tapping NVIDIA's free cloud API, so you can keep the workflow without the bill.

MCP Security Guide: How to Secure Tools, Agents, Identities and Data Flows
Cybersecurity 18 min read

MCP Security Guide: How to Secure Tools, Agents, Identities and Data Flows

Secure MCP starts with the right architecture. Learn how to protect tools, identities, data flows, and agents with practical security controls that actually reduce risk.

Hyper + Zsh + Powerlevel10k: My 2026 Terminal Stack
OS 6 min read

Hyper + Zsh + Powerlevel10k: My 2026 Terminal Stack

Every tool that makes my terminal faster, smarter, and easier to live in.. packaged into a single install script.

Hacking with Claude: Step-by-step Kali MCP Server Setup for Claude Desktop
Cybersecurity 10 min read

Hacking with Claude: Step-by-step Kali MCP Server Setup for Claude Desktop

What if Claude could run hacking tools for you? This guide shows you how to connect Claude Desktop to a Kali Linux machine and turn a chat interface into a smart AI-powered pentesting companion.

One pip install to Lose Everything: The LiteLLM Supply-Chain Breach
Cybersecurity 10 min read

One pip install to Lose Everything: The LiteLLM Supply-Chain Breach

One pip install was all it took. For three hours on March 24, 2026, malicious versions of LiteLLM sat on PyPI, stealing credentials and backdooring machines. Here's how it happened.

SNAKE!
Coding 5 min read

SNAKE!

A fully playable Snake game, embedded directly in a blog post. No libraries, no iframes, just HTML, CSS, and vanilla JavaScript on a canvas. Here's how it works.

Cloud Hacking: When Clouds Turn Dark
Cybersecurity 7 min read

Cloud Hacking: When Clouds Turn Dark

Millions of companies run on the cloud. Far fewer actually secure it. Here's a look at how attackers get in, from exposed storage buckets to phished employees to misconfigured infrastructure.

Bybit Hack Explained: A Step-by-Step Breakdown for Beginners
Crypto 6 min read

Bybit Hack Explained: A Step-by-Step Breakdown for Beginners

$1.5 billion stolen without breaking a single password. Here's how attackers hijacked a multisig wallet by swapping its logic contract while the owners thought they were signing a routine transaction.

Digital Certificates vs. Passwords
Cybersecurity 3 min read

Digital Certificates vs. Passwords

Passwords get phished, stuffed, and brute-forced. Digital certificates don't. Here's a breakdown of how the two authentication methods compare and when to use each.

Web Application Penetration Testing (WAPT): JWT Vulnerabilities
Cybersecurity 5 min read

Web Application Penetration Testing (WAPT): JWT Vulnerabilities

Hello everyone, in this article we will look at the most common vulnerabilities involving misconfigured JWTs! 🕵️‍♂️🐛 First of all, what

Web Application Penetration Testing (WAPT): Cross-Site Scripting (XSS)
Cybersecurity 4 min read

Web Application Penetration Testing (WAPT): Cross-Site Scripting (XSS)

Hello world, today we will see Cross-Site Scripting (also known as XSS) which is one of the most famous cyber

Web Application Penetration Testing (WAPT): SQLmap
Cybersecurity 5 min read

Web Application Penetration Testing (WAPT): SQLmap

Hello everyone! Today, I will share my knowledge about SQLmap, an open-source penetration testing tool designed to detect and exploit