sqlmap is an open-source penetration testing tool that automates detecting and exploiting SQL injection flaws and taking over database servers, with a detection engine and features for fingerprinting, data fetching, file system access and OS command execution.
Open source. Open possibilities.
Discover quality open-source projects, submit projects anonymously, and claim and edit your own project.
A little curiosity. A world of open source.
THE FIRST COLLECTIONBogus is a simple, popular fake data generator for .NET (C#, F#, VB.NET). It generates realistic test data like names, addresses, and emails using fluent syntax or direct access. Supports numerous locales for internationalization.
A DuckDB compatibility harness for rudb. It verifies conformance through differential execution against a real DuckDB binary, weighted SQL coverage, storage format round trips, and C ABI checks.
TypeScript ORM for Node.js using Data Mapper, Unit of Work, and Identity Map patterns. Supports multiple SQL and NoSQL databases including PostgreSQL, MySQL, MongoDB, and SQLite.
A reusable, pluggable Python/pytest-based test suite for validating ADBC database drivers. It runs SQL queries against drivers to test feature support, data type handling, and database-specific quirks, generating documentation of supported and unsupported features. Supports per-driver test overrides and a consolidated .txtcase test format.
aiHelpDesk is a governed AI agent system for production database incident response and remediation across VM, Docker/Podman, and Kubernetes deployments. It diagnoses failures, executes fix playbooks under audit trails, and learns from every resolved incident.
A command-line interface (CLI) REPL for PostgreSQL featuring auto-completion and syntax highlighting.
pgfathom is a read‑only CLI tool that discovers undocumented PostgreSQL relationships by analyzing catalog data, usage evidence, and statistics. It outputs verdicts (broken, confirmed, weak) and reviewable SQL scripts to help fix hidden foreign keys.
ChaosSQL is a deterministic concurrency and isolation fuzzer for PostgreSQL, MySQL and SQLite. It schedules concurrent transactions, detects invariant violations such as lost updates and write skew, shrinks failures to minimal reproductions, and can guard CI pipelines against regressions.