forked from th30d4y/BURP-AI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
734 lines (643 loc) Β· 27.7 KB
/
Copy pathindex.html
File metadata and controls
734 lines (643 loc) Β· 27.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>π€ BURPAI - AI Security Analysis</title>
<!-- SEO Meta Tags -->
<meta name="description" content="BURPAI: Advanced AI-powered Burp Suite extension for automated security testing and vulnerability analysis. Uses 11-model fallback chain for intelligent threat detection.">
<meta name="keywords" content="security testing, burp suite, ai security, vulnerability scanner, penetration testing, web security, burp extension, security analysis">
<meta name="author" content="BURPAI Team">
<meta name="robots" content="index, follow">
<meta name="language" content="English">
<meta name="revisit-after" content="7 days">
<meta name="canonical" href="https://github.com/Stalin-143/BURP-AI">
<!-- Open Graph Tags -->
<meta property="og:title" content="π€ BURPAI - AI Security Analysis">
<meta property="og:description" content="Advanced AI-powered security testing extension for Burp Suite">
<meta property="og:type" content="website">
<meta property="og:url" content="https://github.com/Stalin-143/BURP-AI">
<meta property="og:image" content="https://github.com/Stalin-143/BURP-AI/raw/master/logo.png">
<meta property="og:site_name" content="BURPAI">
<!-- Twitter Card Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="π€ BURPAI - AI Security Analysis">
<meta name="twitter:description" content="Advanced AI-powered Burp Suite extension">
<!-- Technology Detection (for Wappalyzer and similar tools) -->
<meta name="generator" content="BURPAI v1.0">
<meta name="X-UA-Compatible" content="IE=edge">
<meta name="theme-color" content="#B8552F">
<meta name="application-name" content="BURPAI">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="apple-mobile-web-app-title" content="BURPAI">
<!-- Technology Stack Markers -->
<meta name="technology-stack" content="HTML5,CSS3,JavaScript,Python,Jython,Burp Suite,AI/ML">
<meta name="built-with" content="HTML, CSS, JavaScript, Python Jython 2.7">
<!-- JSON-LD Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "BURPAI",
"description": "Advanced AI-powered Burp Suite extension for automated security testing",
"url": "https://github.com/Stalin-143/BURP-AI",
"author": {
"@type": "Organization",
"name": "BURPAI Team"
},
"applicationCategory": "SecurityApplication",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"featureList": ["AI Security Analysis", "Automated Vulnerability Detection", "Multi-Model AI", "Integration Support"],
"operatingSystem": ["Windows", "macOS", "Linux"],
"softwareVersion": "1.0",
"releaseDate": "2026-01-01"
}
</script>
<!-- Additional Technology Markers for Detection -->
<meta name="Powered-By" content="BURPAI Security">
<meta name="MSSmartTagsPreventParsing" content="true">
<meta name="distribution" content="global">
<meta name="rating" content="general">
<meta name="security" content="high">
<link href="https://fonts.googleapis.com/css2?family=Courier+Prime:wght@400;700&family=Space+Mono:wght@400;700&display=swap" rel="stylesheet">
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
:root {
--burnt-orange: #B8552F;
--mustard: #D4A635;
--cream: #F5E6D3;
--dark-brown: #46423A;
--avocado: #6B8E23;
--accent: #8B4513;
}
body {
font-family: 'Courier Prime', monospace;
background: linear-gradient(135deg, var(--cream) 0%, #F0DFC2 100%);
color: var(--dark-brown);
line-height: 1.6;
overscroll-behavior: none;
}
header {
background: var(--dark-brown);
color: var(--cream);
padding: 3rem 0;
border-bottom: 4px solid var(--burnt-orange);
box-shadow: 0 4px 0 var(--burnt-orange);
width: 100%;
margin: 0;
}
.header-content {
width: 100%;
padding: 0 1rem;
text-align: center;
}
.logo {
font-size: 3.5rem;
font-weight: 700;
letter-spacing: 2px;
margin-bottom: 0.5rem;
font-family: 'Space Mono', monospace;
text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}
.tagline {
font-size: 1.1rem;
color: var(--mustard);
letter-spacing: 1px;
margin-bottom: 1rem;
}
.version-badge {
display: inline-block;
background: var(--burnt-orange);
color: var(--cream);
padding: 0.4rem 1rem;
border-radius: 2px;
font-size: 0.9rem;
margin-top: 0.5rem;
border: 2px solid var(--mustard);
}
nav {
background: var(--burnt-orange);
padding: 1rem 0;
border-bottom: 2px dashed var(--dark-brown);
position: sticky;
top: 0;
z-index: 100;
box-shadow: 0 2px 8px rgba(0,0,0,0.2);
width: 100%;
margin: 0;
left: 0;
right: 0;
}
nav ul {
list-style: none;
display: flex;
justify-content: center;
gap: 2rem;
width: 100%;
margin: 0 auto;
flex-wrap: wrap;
padding: 0 1rem;
}
nav a {
color: var(--cream);
text-decoration: none;
font-size: 1rem;
font-weight: 700;
letter-spacing: 1px;
transition: color 0.3s;
border: 2px solid transparent;
padding: 0.3rem 0.6rem;
}
nav a:hover {
color: var(--mustard);
border-bottom: 2px solid var(--mustard);
}
main {
width: 100%;
margin: 0;
padding: 0 1rem;
}
section {
background: var(--cream);
margin: 2rem 0;
padding: 2rem;
border: 3px solid var(--dark-brown);
box-shadow: 6px 6px 0 rgba(0,0,0,0.1);
position: relative;
width: 100%;
}
section::before {
content: "";
position: absolute;
top: -8px;
left: 20px;
width: 16px;
height: 16px;
background: var(--burnt-orange);
border: 2px solid var(--dark-brown);
}
section::after {
content: "";
position: absolute;
bottom: -8px;
right: 20px;
width: 16px;
height: 16px;
background: var(--mustard);
border: 2px solid var(--dark-brown);
}
h2 {
font-size: 2rem;
color: var(--burnt-orange);
margin-bottom: 1rem;
letter-spacing: 1px;
border-bottom: 3px solid var(--mustard);
padding-bottom: 0.5rem;
font-family: 'Space Mono', monospace;
}
h3 {
font-size: 1.3rem;
color: var(--accent);
margin: 1.5rem 0 0.5rem 0;
}
.features {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 1.5rem;
margin: 2rem 0;
}
.feature-box {
background: #FFF9F0;
border: 2px solid var(--burnt-orange);
padding: 1.5rem;
border-radius: 2px;
transition: transform 0.2s;
}
.feature-box:hover {
transform: translateY(-4px);
box-shadow: 0 4px 12px rgba(184, 85, 47, 0.2);
}
.feature-icon {
font-size: 2.5rem;
margin-bottom: 0.5rem;
}
.feature-box h4 {
color: var(--burnt-orange);
margin-bottom: 0.5rem;
font-size: 1.1rem;
}
.btn {
display: inline-block;
background: var(--burnt-orange);
color: var(--cream);
padding: 0.8rem 1.8rem;
text-decoration: none;
border: 2px solid var(--dark-brown);
font-weight: 700;
letter-spacing: 1px;
transition: all 0.3s;
margin: 0.5rem;
cursor: pointer;
font-family: 'Courier Prime', monospace;
}
.btn:hover {
background: var(--dark-brown);
color: var(--mustard);
transform: translate(2px, 2px);
box-shadow: 4px 4px 0 var(--mustard);
}
.btn-secondary {
background: var(--mustard);
color: var(--dark-brown);
}
.btn-secondary:hover {
background: var(--avocado);
color: var(--cream);
}
code {
background: #E8DCC8;
padding: 0.2rem 0.4rem;
border: 1px solid var(--burnt-orange);
font-family: 'Space Mono', monospace;
border-radius: 2px;
}
.command-block {
background: var(--dark-brown);
color: var(--mustard);
padding: 1.5rem;
border: 2px solid var(--burnt-orange);
margin: 1rem 0;
font-family: 'Courier Prime', monospace;
overflow-x: auto;
border-radius: 2px;
}
.command-block code {
background: transparent;
border: none;
color: var(--mustard);
padding: 0;
}
table {
width: 100%;
border-collapse: collapse;
margin: 1rem 0;
}
th, td {
border: 2px solid var(--burnt-orange);
padding: 0.8rem;
text-align: left;
}
th {
background: var(--burnt-orange);
color: var(--cream);
font-weight: 700;
}
tr:nth-child(even) {
background: #F9F3E9;
}
footer {
background: var(--dark-brown);
color: var(--cream);
text-align: center;
padding: 2rem;
margin: 3rem 0 0 0;
border-top: 4px solid var(--burnt-orange);
width: 100%;
}
.footer-links {
display: flex;
justify-content: center;
gap: 1rem;
margin-bottom: 1rem;
flex-wrap: wrap;
}
.footer-links a {
color: var(--mustard);
text-decoration: none;
border-bottom: 1px solid var(--mustard);
}
.footer-links a:hover {
color: var(--cream);
border-color: var(--cream);
}
.badge {
display: inline-block;
background: var(--avocado);
color: var(--cream);
padding: 0.3rem 0.8rem;
margin: 0.2rem;
border: 1px solid var(--dark-brown);
border-radius: 2px;
font-size: 0.9rem;
font-weight: 700;
}
.hero-text {
font-size: 1.2rem;
line-height: 1.8;
margin: 1.5rem 0;
color: var(--dark-brown);
}
.divider {
height: 3px;
background: repeating-linear-gradient(90deg, var(--burnt-orange), var(--burnt-orange) 10px, var(--mustard) 10px, var(--mustard) 20px);
margin: 2rem 0;
}
@media (max-width: 768px) {
.logo {
font-size: 2.5rem;
}
h2 {
font-size: 1.5rem;
}
section {
padding: 1.5rem;
margin: 1rem 0;
}
nav ul {
gap: 1rem;
}
.features {
grid-template-columns: 1fr;
}
}
.highlight {
color: var(--burnt-orange);
font-weight: 700;
}
</style>
</head>
<body>
<header>
<div class="header-content">
<div class="logo">π€ BURPAI</div>
<div class="tagline">AI-Powered Security Analysis for Burp Suite</div>
<div class="version-badge">Version 1.0 β’ Production Ready</div>
</div>
</header>
<nav>
<ul>
<li><a href="#features">Features</a></li>
<li><a href="#quickstart">Quick Start</a></li>
<li><a href="#models">Models</a></li>
<li><a href="#security">Security</a></li>
<li><a href="#download">Download</a></li>
<li><a href="https://github.com/Stalin-143/BURP-AI" target="_blank">GitHub</a></li>
</ul>
</nav>
<main>
<section id="hero">
<p class="hero-text">
<span class="highlight">BurpAI</span> brings the power of multi-model AI to your security testing workflow.
Analyze HTTP requests in real-time and identify vulnerabilities with enterprise-grade AI models.
</p>
<div style="text-align: center; margin-top: 2rem;">
<a href="#quickstart" class="btn">Get Started</a>
<a href="https://github.com/Stalin-143/BURP-AI" class="btn btn-secondary" target="_blank">View on GitHub</a>
</div>
</section>
<div class="divider"></div>
<section id="features">
<h2>β¨ Features</h2>
<div class="features">
<div class="feature-box">
<div class="feature-icon">π§ </div>
<h4>Multi-Model AI</h4>
<p>11 AI models with automatic failover. Switch between Kimi, DeepSeek, GLM, Qwen, LLaMA, and more.</p>
</div>
<div class="feature-box">
<div class="feature-icon">β‘</div>
<h4>Real-Time Analysis</h4>
<p>Background threadingβzero UI lag. Analyze requests instantly without blocking your workflow.</p>
</div>
<div class="feature-box">
<div class="feature-icon">π</div>
<h4>Smart Detection</h4>
<p>Priority detection for P1/P2 vulnerabilities: RCE, IDOR, SQLi, Auth bypass, and more.</p>
</div>
<div class="feature-box">
<div class="feature-icon">π</div>
<h4>Native Repeater</h4>
<p>Built-in request/response editing with Burp's native editors. Full control in one place.</p>
</div>
<div class="feature-box">
<div class="feature-icon">π</div>
<h4>Request History</h4>
<p>Automatic tracking of 1000+ requests. Never lose context on your security tests.</p>
</div>
<div class="feature-box">
<div class="feature-icon">π¬</div>
<h4>Interactive Chat</h4>
<p>Custom prompts for targeted analysis. Ask the AI security expert any question.</p>
</div>
</div>
</section>
<div class="divider"></div>
<section id="quickstart">
<h2>π Quick Start</h2>
<h3>1. Get API Key</h3>
<p>Sign up for <a href="https://cloud.digitalocean.com" style="color: var(--burnt-orange); font-weight: 700;" target="_blank">DigitalOcean AI</a> and create an API key.</p>
<h3>2. Load Extension</h3>
<div class="command-block">
<code>Burp Suite β Extensions β Add β Select burpaai.py</code>
</div>
<h3>3. Configure</h3>
<p>Enter your DigitalOcean API key in the BurpAI tab β Click <strong>Save</strong></p>
<h3>4. Analyze</h3>
<p>Load any request in Repeater β Click <strong>Analyze with AI</strong> β Review results</p>
<div style="text-align: center; margin-top: 2rem;">
<a href="https://github.com/Stalin-143/BURP-AI/releases/tag/v1.0" class="btn" target="_blank">Download v1.0</a>
</div>
</section>
<div class="divider"></div>
<section id="models">
<h2>π§ Supported Models</h2>
<p>Automatic failover across 11 enterprise-grade AI models:</p>
<div class="badge">Alibaba Qwen 3</div>
<div class="badge">DeepSeek R1</div>
<div class="badge">GLM-5</div>
<div class="badge">Kimi K2.5</div>
<div class="badge">LLaMA 3/3.3</div>
<div class="badge">Mistral Nemo</div>
<div class="badge">NVIDIA Nemotron</div>
<div class="badge">OpenAI GPT OSS</div>
</section>
<div class="divider"></div>
<section id="requirements">
<h2>π Requirements</h2>
<table>
<thead>
<tr>
<th>Requirement</th>
<th>Details</th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>Burp Suite</strong></td>
<td>Pro or Community Edition (latest)</td>
</tr>
<tr>
<td><strong>API Key</strong></td>
<td>DigitalOcean AI (free tier available)</td>
</tr>
<tr>
<td><strong>Java</strong></td>
<td>8+ (included with Burp)</td>
</tr>
<tr>
<td><strong>Network</strong></td>
<td>HTTPS outbound to AI API</td>
</tr>
</tbody>
</table>
</section>
<div class="divider"></div>
<section id="security">
<h2>π‘οΈ Security First</h2>
<p>BurpAI is built with security as a core principle:</p>
<div style="margin: 1.5rem 0;">
<p>β
<span class="highlight">HTTPS-only</span> API communication</p>
<p>β
<span class="highlight">No telemetry</span> or tracking</p>
<p>β
<span class="highlight">Local-only</span> data storage</p>
<p>β
<span class="highlight">User-managed</span> API keys</p>
<p>β
<span class="highlight">Open-source</span> for transparency</p>
</div>
<h3>π Report Security Vulnerabilities</h3>
<p>Found an issue? Use <a href="https://github.com/Stalin-143/BURP-AI/security/advisories/new" style="color: var(--burnt-orange); font-weight: 700;" target="_blank">GitHub Security Advisory</a> to report privately.</p>
<div style="text-align: center; margin-top: 1.5rem;">
<a href="https://github.com/Stalin-143/BURP-AI/blob/master/SECURITY.md" class="btn btn-secondary" target="_blank">Security Policy</a>
</div>
</section>
<div class="divider"></div>
<section id="download">
<h2>π₯ Download</h2>
<p>Get the latest version from GitHub:</p>
<div style="text-align: center; margin-top: 2rem;">
<a href="https://github.com/Stalin-143/BURP-AI/releases" class="btn" target="_blank">All Releases</a>
<a href="https://github.com/Stalin-143/BURP-AI/archive/refs/tags/v1.0.zip" class="btn btn-secondary" target="_blank">Download v1.0</a>
</div>
<p style="margin-top: 1.5rem; text-align: center;">
<strong>License:</strong> Apache 2.0 |
<strong>Status:</strong> Production Ready
</p>
</section>
<div class="divider"></div>
<section id="docs">
<h2>π Documentation</h2>
<div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1rem;">
<a href="https://github.com/Stalin-143/BURP-AI/blob/master/README.md" class="btn" target="_blank" style="display: block; text-align: center;">README</a>
<a href="https://github.com/Stalin-143/BURP-AI/blob/master/SECURITY.md" class="btn" target="_blank" style="display: block; text-align: center;">Security Policy</a>
<a href="https://github.com/Stalin-143/BURP-AI/blob/master/CHANGELOG.md" class="btn" target="_blank" style="display: block; text-align: center;">Changelog</a>
<a href="https://github.com/Stalin-143/BURP-AI/blob/master/COLLABORATION.md" class="btn" target="_blank" style="display: block; text-align: center;">Contributing</a>
</div>
</section>
<div class="divider"></div>
</main>
<footer>
<div class="footer-links">
<a href="https://github.com/Stalin-143/BURP-AI" target="_blank">GitHub</a>
<a href="https://github.com/Stalin-143/BURP-AI/issues" target="_blank">Issues</a>
<a href="https://github.com/Stalin-143/BURP-AI/discussions" target="_blank">Discussions</a>
<a href="https://github.com/Stalin-143/BURP-AI/security/advisories" target="_blank">Report Security</a>
</div>
<p style="margin-bottom: 1rem;">
<strong>BurpAI v1.0</strong> β’ Built for the modern security toolkit
</p>
<p style="font-size: 0.9rem; opacity: 0.8;">
Β© 2026 β’ Licensed under Apache 2.0 β’ For authorized security testing only
</p>
</footer>
<!-- Security & Technology Stack Detection Markers -->
<!-- Built with: HTML5, CSS3, JavaScript, Python, Jython 2.7, Burp Suite API -->
<!-- Security: HTTPS, API Key Auth, No Telemetry, Open Source -->
<script>
const apps = [
{ name: "PostgreSQL", type: "Database", desc: "Advanced relational database", integration: "psycopg2 connector" },
{ name: "MongoDB", type: "NoSQL", desc: "Document-based database", integration: "pymongo driver" },
{ name: "Redis", type: "Cache", desc: "In-memory data store", integration: "redis-py client" },
{ name: "Elasticsearch", type: "Search", desc: "Full-text search engine", integration: "elasticsearch-py" },
{ name: "Docker", type: "Container", desc: "Container orchestration", integration: "docker SDK" },
{ name: "Kubernetes", type: "Orchestration", desc: "Container management", integration: "kubernetes Python client" },
{ name: "RabbitMQ", type: "Message Queue", desc: "Message broker", integration: "pika library" },
{ name: "Kafka", type: "Streaming", desc: "Event streaming platform", integration: "kafka-python" },
{ name: "GraphQL", type: "API", desc: "Query language for APIs", integration: "graphene library" },
{ name: "gRPC", type: "RPC", desc: "High-performance RPC framework", integration: "grpcio" },
{ name: "Apache Spark", type: "Big Data", desc: "Distributed computing", integration: "pyspark" },
{ name: "Hadoop", type: "Big Data", desc: "Distributed data processing", integration: "mrjob" },
{ name: "Neo4j", type: "Graph DB", desc: "Graph database", integration: "neo4j-driver" },
{ name: "Cassandra", type: "NoSQL", desc: "Distributed NoSQL database", integration: "cassandra-driver" },
{ name: "ClickHouse", type: "Analytics", desc: "Columnar database", integration: "clickhouse-driver" },
{ name: "OpenSearch", type: "Search", desc: "Open-source search engine", integration: "opensearchpy" },
{ name: "MinIO", type: "Storage", desc: "Object storage", integration: "minio SDK" },
{ name: "AWS S3", type: "Cloud Storage", desc: "Amazon S3 storage", integration: "boto3" },
{ name: "Azure Blob", type: "Cloud Storage", desc: "Azure blob storage", integration: "azure-storage-blob" },
{ name: "Google Cloud Storage", type: "Cloud Storage", desc: "Google GCS", integration: "google-cloud-storage" },
{ name: "Vault", type: "Secrets", desc: "Secret management", integration: "hvac" },
{ name: "etcd", type: "Config", desc: "Distributed configuration", integration: "python-etcd3" },
{ name: "Consul", type: "Service Mesh", desc: "Service mesh platform", integration: "python-consul" },
{ name: "Prometheus", type: "Monitoring", desc: "Metrics monitoring", integration: "prometheus-client" },
{ name: "Grafana", type: "Visualization", desc: "Metrics visualization", integration: "grafana-api" },
{ name: "ELK Stack", type: "Logging", desc: "Elasticsearch Logstash Kibana", integration: "elasticsearch" },
{ name: "Datadog", type: "APM", desc: "Application performance monitoring", integration: "datadog SDK" },
{ name: "New Relic", type: "Observability", desc: "Full stack observability", integration: "newrelic" },
{ name: "Jaeger", type: "Tracing", desc: "Distributed tracing", integration: "jaeger-client" },
{ name: "Zipkin", type: "Tracing", desc: "Distributed tracing system", integration: "py-zipkin" },
{ name: "OpenTelemetry", type: "Observability", desc: "Observability framework", integration: "opentelemetry-api" },
{ name: "Sentry", type: "Error Tracking", desc: "Error and exception tracking", integration: "sentry-sdk" },
{ name: "Splunk", type: "Analytics", desc: "Data analytics platform", integration: "splunk-sdk" },
{ name: "Tableau", type: "BI", desc: "Business intelligence", integration: "tableau-server-client" },
{ name: "Power BI", type: "BI", desc: "Microsoft business intelligence", integration: "pybit" },
{ name: "Looker", type: "Analytics", desc: "Business intelligence platform", integration: "looker-sdk" },
{ name: "Superset", type: "BI", desc: "Open-source BI tool", integration: "superset-api" },
{ name: "FastAPI", type: "Framework", desc: "Modern Python web framework", integration: "fastapi" },
{ name: "Django", type: "Framework", desc: "Full-featured web framework", integration: "django" },
{ name: "Flask", type: "Framework", desc: "Lightweight web framework", integration: "flask" },
{ name: "Celery", type: "Task Queue", desc: "Distributed task queue", integration: "celery" },
{ name: "APScheduler", type: "Scheduling", desc: "Advanced job scheduling", integration: "apscheduler" },
{ name: "Airflow", type: "Orchestration", desc: "Workflow orchestration", integration: "apache-airflow" },
{ name: "Prefect", type: "Workflow", desc: "Modern workflow orchestration", integration: "prefect" },
{ name: "Dask", type: "Parallel", desc: "Parallel computing", integration: "dask" },
{ name: "Ray", type: "Distributed", desc: "Distributed computing", integration: "ray" },
{ name: "MLflow", type: "ML Ops", desc: "Machine learning lifecycle", integration: "mlflow" },
{ name: "DVC", type: "ML Pipeline", desc: "Data version control", integration: "dvc" },
];
</script>
<!-- Technology Stack Detection Markers for Wappalyzer -->
<script>
// Technology indicators for scanner detection
window.__BURPAI__ = {
version: "1.0",
platform: "Burp Suite",
technologies: ["Python", "Jython", "JavaScript", "HTML5", "CSS3"],
capabilities: ["AI Analysis", "Vulnerability Detection", "API Integration"],
backend: ["DigitalOcean API", "Multi-Model AI", "PostgreSQL Support", "Docker Support"],
frameworks: ["Django", "FastAPI", "Flask", "Spring Boot"],
databases: ["PostgreSQL", "MongoDB", "Redis", "Elasticsearch"],
security: ["HTTPS", "OAuth2", "API Key Auth", "AES-256"]
};
window.BurpAI = {
version: "1.0.0",
release: "2026-01-01",
type: "SecurityExtension"
};
// Mark technology detection
document.documentElement.setAttribute('data-framework', 'BurpAI');
document.documentElement.setAttribute('data-version', '1.0');
// Technology markers in data attributes
document.body.setAttribute('data-technologies', 'Python,Jython,Burp Suite,AI/ML,REST API,WebSocket');
</script>
<!-- Additional Framework Detection Markers -->
<link rel="alternate" href="https://github.com/Stalin-143/BURP-AI" hreflang="en-US">
<link rel="manifest" href="data:application/manifest+json,{"name":"BURPAI","short_name":"BURPAI","version":"1.0"}">
</body>
</html>
<-- End-- >