Prerequisites
Quick Setup
1
Clone and initialize
2
Start development environment
3
Open ShipSec Studio
Navigate to http://localhost:5173 and sign in or create an account.
Access Points
| Service | URL |
|---|---|
| Frontend | http://localhost:5173 |
| Backend API | http://localhost:3211 |
| Temporal UI | http://localhost:8081 |
Your First Workflow
1
Create a new workflow
Click New Workflow in the dashboard. Name it “Subdomain Discovery”.
2
Add components
- Drag Manual Trigger to the canvas
- Drag Subfinder component to the canvas
- Connect the trigger output to the Subfinder input
3
Run the workflow
Click Save, then Run. Watch the execution unfold in real-time with streaming logs and terminal output.