PromtEngineer/localGPT
LocalGPT enables secure, private conversations with your documents on your local device using various open-source GPT models and embeddings without any data leaving your computer.
Awesome AI Agents › Post-Exploitation Agents
The project "aibtcdev/gated-402-api" is an example API implementation designed to manage access to resources using HTTP 402 responses for unpaid resources. It leverages a Stacks smart contract to verify whether a user has access rights to a particular resource. If the user is authorized, the API returns a standard 200 status code indicating successful access. However, if the user does not have access, the API responds with a 402 status code, which is typically used to indicate payment required, along with instructions on how to pay the invoice to gain access. The API includes an example endpoint `/bitcoin-face` that requires a specific header `X-Stacks-SignedMessageData`. This header contains data signed by the requesting Stacks address, which is verified against the smart contract. The data signing process uses the @stacks/transactions library to sign structured data, ensuring secure and authenticated requests. The endpoint also accepts query parameters such as the requesting Stacks address, the resource name, and optionally the Stacks network (mainnet or testnet). The project provides example curl commands for both local development and hosted API usage, demonstrating how to make authenticated requests to the API. The development stack includes Wrangler, Hono, and Stacks.js, with deployments managed via Wrangler and Cloudflare Workers. This setup allows for efficient local development and seamless deployment to a serverless environment. Overall, this project serves as a practical example of integrating blockchain-based access control with traditional web APIs, using HTTP status codes to manage payment and access states. It is useful for developers looking to implement paywalled resources or gated content using blockchain verification mechanisms.
https://github.com/aibtcdev/gated-402-api
LocalGPT enables secure, private conversations with your documents on your local device using various open-source GPT models and embeddings without any data leaving your computer.
Guardrails is a Python framework that enhances AI application reliability by providing input/output guards to detect and mitigate risks and generate structured data from large language models.
A curated community-driven repository compiling diverse GPT agents specialized in offensive and defensive cybersecurity tasks, providing AI-powered tools for malware analysis, threat intelligence, vulnerability assessment, and more.
Merlin is a cross-platform post-exploitation Command & Control server and agent supporting multiple protocols and advanced encryption for secure and flexible red teaming operations.
AChat is an open-source, self-hosted AI platform designed for enterprises and teams, combining local processing with remote synchronization for centralized AI conversation management and collaboration.
BrowserAI is an open-source platform that enables running production-ready large language models and AI functionalities directly in the browser with WebGPU acceleration, ensuring privacy, offline capability, and no server infrastructure requirements.
DongTai-agent-java is a Java application probe for DongTai IAST that collects runtime method invocation data via dynamic bytecode instrumentation to detect security vulnerabilities.
Realm is a scalable, reliable, and automated cross-platform Red Team engagement platform featuring a Pythonic DSL, multi-host management, and native Google Cloud integration for advanced offensive security operations.