https://github.com/hahwul/omnioast
https://github.com/hahwul/omnioast
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hahwul/omnioast
- Owner: hahwul
- License: mit
- Created: 2025-06-27T14:48:22.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-06-28T13:34:19.000Z (3 months ago)
- Last Synced: 2025-06-28T14:34:52.428Z (3 months ago)
- Language: TypeScript
- Size: 111 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

---
OmniOAST is the all-in-one [Caido](https://caido.io) plugin for managing all your OAST providers and Interactions. It's designed to streamline workflows for security professionals by efficiently handling multiple OAST (Out-of-Band Application Security Testing) providers.
```mermaid
mindmap
root((Caido))
OmniOAST
Public IP Interactsh
Private IP Interactsh
Private IP BOAST
```## Installation
Download the latest package from the [Releases page](https://github.com/hahwul/OmniOAST/releases) and install it in Caido via the `Plugins` > `Install Package` menu. OmniOAST will be available on the official marketplace in the future.
## Dev
### Build
To build the project from the source, follow these steps:
```bash
git clone https://github.com/hahwul/OmniOAST
cd OmniOAST
``````bash
pnpm install
pnpm build# ./dist/plugin_package.zip
```### Type Check
Run the following command to type-check the codebase:
```bash
pnpm typecheck
```---
## Inspiration
OmniOAST was inspired by tools like [QuickSSRF (Caido Plugin)](https://github.com/caido-community/quickssrf) and [OAST Support (ZAP Add-on)](https://www.zaproxy.org/docs/desktop/addons/oast-support/).