mirror of
https://github.com/Ed1s0nZ/CyberStrikeAI.git
synced 2026-07-10 22:33:48 +02:00
Add files via upload
This commit is contained in:
+22
-6
@@ -1,12 +1,28 @@
|
||||
## Plugins
|
||||
|
||||
This directory contains optional plugins/extensions that integrate CyberStrikeAI with other tools.
|
||||
Optional integrations that connect CyberStrikeAI with other tools.
|
||||
|
||||
- `burp-suite/`: Burp Suite extensions
|
||||
|
||||
### Burp Suite Extension
|
||||
### Burp Suite
|
||||
|
||||
- **Path**: `plugins/burp-suite/cyberstrikeai-burp-extension/`
|
||||
- **Build output**: `plugins/burp-suite/cyberstrikeai-burp-extension/dist/cyberstrikeai-burp-extension.jar`
|
||||
- **Docs**: see the plugin folder `README.md` / `README.zh-CN.md`
|
||||
- **Build**: `bash build-mvn.sh` → `dist/cyberstrikeai-burp-extension.jar`
|
||||
- **Docs**: `README.md` / `README.zh-CN.md`
|
||||
|
||||
### Browser (Chrome / Edge)
|
||||
|
||||
- **Path**: `plugins/browser-extension/cyberstrikeai-browser-extension/`
|
||||
- **Version**: **0.3.5**
|
||||
- **Install**: `chrome://extensions/` → Load unpacked → F12 → **CyberStrikeAI** tab
|
||||
- **Package**: `bash package.sh` → `dist/cyberstrikeai-browser-extension.zip`
|
||||
- **Docs**: `README.zh-CN.md` (full) / `README.md` (summary)
|
||||
|
||||
#### Highlights (v0.3.x)
|
||||
|
||||
| Feature | Description |
|
||||
|---------|-------------|
|
||||
| Capture pause | **● Capturing** / **○ Paused** — stop recording without closing DevTools |
|
||||
| HTTP/1.1 display | Raw HAR in memory; UI + AI prompt normalized (no `:method` pseudo-headers) |
|
||||
| Collapsible conn bar | Host/Port/Validate collapses after success |
|
||||
| Popup | Read-only endpoint + connection status |
|
||||
| Performance | XHR-only filter, no body read for static assets, rAF-throttled stream UI |
|
||||
| Data caps | 200 captures/tab, 50 test runs, 512KB progress — all in-memory |
|
||||
|
||||
Reference in New Issue
Block a user