Lucene search
+L

572 matches found

Kitploit
Kitploit
added 2026/09/13 5:51 a.m.12 views

pentest-ai-agents

pentest-ai-agents 50 Claude Code subagents for penetration testing. Quick Start | Cheatsheet | Coverage | Agents | Examples Table of Contents What's New in v3.3 What's New in v3.2 Agent Map What's New in v3.1 Quick Start Cheatsheet Coverage...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/13 5:38 a.m.6 views

yolo-cage

yolo-cage: autonomous coding agents that do no harm You're a responsible engineer. You'd never just let an AI run roughshod through your most sensitive systems and codebases. That's why you'd never just shut off the safeguards for a tool like Claude Code. It asks permission for every dangerous...

6AI score
SaveExploits0References13
Kitploit
Kitploit
added 2026/09/13 5:19 a.m.8 views

android-reverse-engineering-skill

Android Reverse Engineering & API Extraction — Claude Code skill A Claude Code skill that decompiles Android APK/XAPK/JAR/AAR files and extracts the HTTP APIs used by the app — Retrofit endpoints, OkHttp calls, hardcoded URLs, authentication patterns — so you can document and reproduce them witho...

6.1AI score
SaveExploits0References13
Kitploit
Kitploit
added 2026/09/13 4:31 a.m.6 views

OWASP-WSTG-Rag

OWASP WSTG RAG A Retrieval-Augmented Generation RAG system that indexes the OWASP Web Security Testing Guide WSTG into a vector database, providing instant access to security testing methodologies via REST API and MCP Model Context Protocol for Claude Code integration. Features Complete WSTG...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/13 3:14 a.m.12 views

safer-dependencies

Safer Dependencies for Claude Code When AI coding assistants like Claude add packages to your project, they often pick whatever version sounds right — without checking whether it has known security vulnerabilities, whether the package is still actively maintained, or whether the name is a typo aw...

5.9AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/13 2:18 a.m.6 views

cve-2026-54316-lab

CVE-2026-54316 — Claude Code WebFetch HuggingFace exfiltration lab A self-contained, disposable lab that reproduces GHSA-fg94-h982-f3mm / CVE-2026-54316: Claude Code pre-approved huggingface.co as a bare hostname for the WebFetch tool, so any path on that domain — including attacker-controlled...

9.1CVSS6.2AI score0.0052EPSS
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/13 1:45 a.m.6 views

thrunt-god

From signal, to swarm. No gods. Only Thrunt. Threat hunting command system for agentic IDEs. Claude Code · OpenCode · Gemini · Codex · Copilot · Cursor · Windsurf /thrunt:autonomous | one command, full hunt Install · Phases · Commands · Flows · Artifacts Installation root@kitploit: npx...

6AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/13 1:10 a.m.7 views

write-ups

write-ups RCE in Github Desktop v2.9.4 RCE via gh run download GitHub CLI Claude Code: unsandboxed code execution from prompt injection via .git worktree confusion — CVE-2026-55607...

8.8CVSS5.9AI score0.00552EPSS
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/12 11:48 p.m.5 views

aigate

aigate Secret hygiene for AI-generated code. Catches hardcoded credentials in prompts, tool inputs, generated code, and existing files. Quick start root@kitploit: pip install aigate && aigate setup-all That's it. This installs a background proxy redact mode, a PostToolUse hook for file scanning,...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/12 11:32 p.m.9 views

nova-tracer

Nova-tracer Agent Monitoring and Visibility Security monitoring and prompt injection defense for Claude Code using the NOVA Framework. Features Session Tracking - Captures all tool usage with timestamps and metadata Prompt Injection Detection - Three-tier scanning keywords, semantic ML, LLM -...

6AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/12 11:18 p.m.16 views

claude-code-guardrails

We have since built a dedicated product to help developers manage AI permissions better, which we intend to make open source. Check it out atstoplight.ai. Claude Code Guardrails settings.json works if: You're fine editing JSON and killing Claude Code sessions every time policy changes Your securi...

5.8AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/12 10:50 p.m.14 views

claude-poc

There are multiple ways to abuse Claude code, this is one of them which I found during my research & reported November 23, 2025 not-fixed, might come handy while doing RT/PT for inital access. Summary: The apiKeyHelper is a custom shell script /bin/sh designed to generate authentication values fo...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/12 10:14 p.m.5 views

agentwatch

agentwatch A flight recorder for Claude Code sessions. You let Claude Code run on your machine — sometimes for hours, sometimes with auto-approve. agentwatch silently logs every action, so you can come back and see exactly what happened. root@kitploit: npm install -g agentwatch-dev agentwatch...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/12 7:34 p.m.13 views

security-skills

Security Skills for Claude Code A plugin marketplace of Claude Code skills that automate security operations. Install individual skills to automate specific platforms, or combine several for end-to-end integration across your security stack. Available Skills...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/12 7:28 p.m.10 views

raptor

root@kitploit: ╔═══════════════════════════════════════════════════════════════════════════╗ ║ ║ ║ ██████╗ █████╗ ██████╗ ████████╗ ██████╗ ██████╗ ║ ║ ██╔══██╗██╔══██╗██╔══██╗╚══██╔══╝██╔═══██╗██╔══██╗ ║ ║ ██████╔╝███████║██████╔╝ ██║ ██║ ██║██████╔╝ ║ ║ ██╔══██╗██╔══██║██╔═══╝ ██║ ██║ ██║██╔══█...

5.8AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/12 7:10 p.m.14 views

claude-code-devcontainer

Claude Code in a devcontainer A sandboxed development environment for running Claude Code with bypassPermissions safely enabled. Built at Trail of Bits for security audit workflows. Why Use This? Running Claude with bypassPermissions on your host machine is risky—it can execute any command withou...

6AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/12 6:00 p.m.5 views

juice-shop

OWASP Juice Shop...

5.3AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/12 1:47 p.m.6 views

defending-code-reference-harness

방어 코드 참조 하네스 Defending Code Reference Harness Claude Mythos 미리보기 출시 이후 여러 조직의 보안 팀과 협력하여 얻은 학습을 바탕으로 Claude를 이용한 자율 취약점 발견 및 수정을 위한 참조 구현체입니다. 이러한 학습 내용과 모범 사례에 대한 자세한 내용은 함께 제공되는 블로그 게시물을 참조하세요blog-post.md에서도 확인 가능. 동일한 정찰 → 발견 → 분류 → 보고 → 패치 루프에 대한 가벼운 SDK 전용 연습은 함께 제공되는 쿡북을 참조하세요. 이 저장소는 유지 관리...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/12 1:32 p.m.7 views

lowkey

Самодостаточные AI-агенты для программирования на AWS — OpenClaw, Claude Code, Codex, Kiro, NemoClaw, Hermes ▶️ Смотрите полное прохождение на YouTube 📝 Читайте статью в блоге: «Я дал своему агенту собственный аккаунт AWS, и теперь он пишет, разворачивает и отлаживает полнофункциональные...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/12 11:32 a.m.5 views

claude-code-backdoor

Бэкдор Claude Code PoC Доказательство концепции, демонстрирующее, как хуки Claude Code CLI-агент ИИ от Anthropic могут быть использованы для первоначального доступа и персистентности. ⚠️ Отказ от ответственности Этот проект предназначен только для образовательных и этических целей тестирования...

6AI score
SaveExploits0
Rows per page
Query Builder