| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Note: This project is no longer actively maintained. I've moved into a new role outside of red teaming and won't be continuing development. The repository is archived (read-only). You're welcome to fork it or use the published packages as-is.
Red Team Assessment Platform (RTAP) is built for internal Red Teams to plan and analyze their operations. The features and functionality are designed with their specific needs in mind, such as:
User Docs:
Development Docs:
This is still an early experiment, and I'm not ready for big contributions. I'd like to play around with it a bit more before deciding if it's useful and what shape it should take.
If you have an idea, or just want me to add something small, please open an issue first.
See AGENTS.md for engineering standards.
See SECURITY.md for information on reporting vulnerabilities.
Initially based on the T3 Stack - Next.js, tRPC, Prisma, TypeScript. Type-safe APIs, server-side rendering, and component-driven design.
Local development runs the Next.js dev server against a local PostgreSQL container. Production workloads also use Docker (web + Postgres) behind your own reverse proxy.
Authentication is passwordless and SSO-only using NextAuth. For development and trials you can enable a demo admin sign-in button via ENABLE_DEMO_MODE=true.
The MITRE ATT&CK data included in this project is pulled directly from their CTI project, which requests the following statement be included:
"© 2025 The MITRE Corporation. This work is reproduced and distributed with the permission of The MITRE Corporation."
| Back | FazBrowse Home | New Git URL |