Commit 1534cfb
committed
Untitled
Add MITM/Stingray dashboard integration to `adware_manager.py` and `ai_integration.py`.
* **adware_manager.py**
- Initialize `mitm_stingray_dashboard` attribute in the constructor.
- Add `add_mitm_stingray_dashboard` method to handle the integration.
- Call `add_mitm_stingray_dashboard` in the constructor.
* **ai_integration.py**
- Initialize `mitm_stingray_dashboard` attribute in the constructor.
- Add `integrate_mitm_stingray_dashboard` method to handle the integration.
- Call `integrate_mitm_stingray_dashboard` in the constructor.
---
For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/ProjectZeroDays/zero-click-exploits?shareId=XXXX-XXXX-XXXX-XXXX).1 parent f2a6dd1 commit 1534cfb
File tree
2 files changed
+22
-0
lines changed- src/dashboard/adware_dashboard/core
2 files changed
+22
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
| |||
254 | 256 | | |
255 | 257 | | |
256 | 258 | | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| 14 | + | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
| |||
221 | 223 | | |
222 | 224 | | |
223 | 225 | | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
0 commit comments