-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathagent.html
More file actions
524 lines (505 loc) · 21.6 KB
/
Copy pathagent.html
File metadata and controls
524 lines (505 loc) · 21.6 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Nyx Agent | Local pentesting for dev apps</title>
<meta
name="description"
content="Nyx Agent runs live pentests against development apps. It reads the repo, checks the local target, and keeps proof with the run."
/>
<meta name="author" content="Eli Peter" />
<meta name="application-name" content="Nyx Agent" />
<meta
name="keywords"
content="Nyx Agent, nyx-agent, local pentesting, live appsec testing, verified vulnerabilities, stored evidence"
/>
<meta name="robots" content="index, follow, max-image-preview:large" />
<link rel="canonical" href="https://nyxsec.dev/agent" />
<link rel="alternate" type="text/plain" href="https://nyxsec.dev/llms.txt" title="llms.txt" />
<link rel="alternate" type="text/plain" href="https://nyxsec.dev/llms-full.txt" title="llms-full.txt" />
<link rel="sitemap" type="application/xml" href="https://nyxsec.dev/sitemap.xml" />
<link rel="me" href="https://github.com/elicpeter" />
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32.png" />
<link rel="icon" type="image/png" sizes="64x64" href="favicon-64.png" />
<link rel="apple-touch-icon" sizes="180x180" href="favicon-180.png" />
<link rel="manifest" href="/manifest.json" />
<link rel="alternate" type="application/rss+xml" title="Nyx | News & release notes" href="/news/feed.xml" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;900&display=swap" rel="stylesheet" />
<link
rel="preload"
href="assets/screenshots/nyx-agent-demo-poster.webp"
as="image"
type="image/webp"
fetchpriority="high"
/>
<link rel="stylesheet" href="styles.css" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Nyx" />
<meta property="og:title" content="Nyx Agent | Local pentesting for dev apps" />
<meta
property="og:description"
content="Run a local pentest against a development app and keep proof with the run."
/>
<meta property="og:url" content="https://nyxsec.dev/agent" />
<meta property="og:image" content="https://nyxsec.dev/og-image.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:alt" content="Nyx Agent local pentesting for dev apps" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Nyx Agent | Local pentesting for dev apps" />
<meta
name="twitter:description"
content="Run a local pentest against a development app and keep proof with the run."
/>
<meta name="twitter:image" content="https://nyxsec.dev/og-image.png" />
<meta name="twitter:image:alt" content="Nyx Agent local pentesting for dev apps" />
<meta name="twitter:domain" content="nyxsec.dev" />
<meta name="twitter:url" content="https://nyxsec.dev/agent" />
<meta name="theme-color" content="#F9F8F4" />
<meta property="og:locale" content="en_US" />
<meta property="og:image:secure_url" content="https://nyxsec.dev/og-image.png" />
<meta property="og:updated_time" content="2026-05-29T00:00:00-05:00" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Person",
"@id": "https://nyxsec.dev/#person",
"name": "Eli Peter",
"url": "https://github.com/elicpeter",
"sameAs": ["https://github.com/elicpeter", "https://github.com/sponsors/elicpeter"]
},
{
"@type": "Organization",
"@id": "https://nyxsec.dev/#organization",
"name": "Nyx",
"alternateName": ["Nyx Scanner", "Nyx Agent", "NyxSec", "nyxsec.dev"],
"url": "https://nyxsec.dev/",
"logo": {
"@type": "ImageObject",
"url": "https://nyxsec.dev/assets/logo.png",
"width": 512,
"height": 512
},
"founder": {
"@id": "https://nyxsec.dev/#person"
},
"sameAs": [
"https://github.com/elicpeter/nyx",
"https://github.com/nyx-sec/nyx-agent",
"https://github.com/sponsors/elicpeter"
],
"knowsAbout": [
"local pentesting",
"live application security testing",
"verified vulnerabilities",
"stored evidence",
"developer security tooling"
],
"contactPoint": {
"@type": "ContactPoint",
"contactType": "commercial licensing and support",
"email": "contact@nyxsec.dev",
"availableLanguage": ["en"]
}
},
{
"@type": "WebSite",
"@id": "https://nyxsec.dev/#website",
"url": "https://nyxsec.dev/",
"name": "Nyx",
"alternateName": "nyxsec.dev",
"description": "Local security tooling for deterministic scanning and live testing.",
"inLanguage": "en-US",
"publisher": {
"@id": "https://nyxsec.dev/#organization"
},
"creator": {
"@id": "https://nyxsec.dev/#person"
}
},
{
"@type": "WebPage",
"@id": "https://nyxsec.dev/agent#webpage",
"url": "https://nyxsec.dev/agent",
"name": "Nyx Agent | Local pentesting for dev apps",
"description": "Nyx Agent runs live pentests against development apps. It reads the repo, checks the local target, and keeps proof with the run.",
"isPartOf": {
"@id": "https://nyxsec.dev/#website"
},
"about": {
"@id": "https://nyxsec.dev/agent#software"
},
"primaryImageOfPage": {
"@type": "ImageObject",
"url": "https://nyxsec.dev/og-image.png",
"width": 1200,
"height": 630
},
"dateModified": "2026-05-29",
"inLanguage": "en-US",
"mainEntity": {
"@id": "https://nyxsec.dev/agent#software"
}
},
{
"@type": ["SoftwareApplication", "SoftwareSourceCode"],
"@id": "https://nyxsec.dev/agent#software",
"name": "Nyx Agent",
"alternateName": ["nyx-agent"],
"url": "https://nyxsec.dev/agent",
"mainEntityOfPage": {
"@id": "https://nyxsec.dev/agent#webpage"
},
"applicationCategory": "SecurityApplication",
"applicationSubCategory": "Local Application Security Testing",
"operatingSystem": "Cross-platform",
"programmingLanguage": "Rust, TypeScript",
"codeRepository": "https://github.com/nyx-sec/nyx-agent",
"downloadUrl": "https://crates.io/crates/nyx-agent",
"installUrl": "https://nyxsec.dev/docs/agent/install",
"softwareHelp": "https://nyxsec.dev/docs/agent/",
"releaseNotes": "https://nyxsec.dev/news/nyx-agent",
"license": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
"description": "Nyx Agent runs live pentests against development apps. It reads the repo, checks the local target, and keeps proof with the run.",
"keywords": [
"local pentesting",
"live application security testing",
"verified vulnerabilities",
"stored evidence",
"developer security tooling"
],
"featureList": [
"Local pentest runs",
"Target launch and readiness checks",
"Route and API exploration",
"Live verification",
"Request and response evidence",
"Local run history and triage state",
"Attack graph over routes, roles, objects, and evidence",
"Auth and object ownership verification",
"Business logic pentest templates",
"Cron, webhook, and CI-triggered runs",
"AI exploration runtime with budget tracking"
],
"screenshot": "https://nyxsec.dev/assets/screenshots/nyx-agent-demo-poster.webp",
"author": {
"@id": "https://nyxsec.dev/#person"
},
"maintainer": {
"@id": "https://nyxsec.dev/#person"
},
"publisher": {
"@id": "https://nyxsec.dev/#organization"
},
"offers": {
"@type": "Offer",
"url": "https://crates.io/crates/nyx-agent",
"price": 0,
"priceCurrency": "USD",
"availability": "https://schema.org/InStock"
},
"isAccessibleForFree": true,
"sameAs": [
"https://github.com/nyx-sec/nyx-agent",
"https://crates.io/crates/nyx-agent",
"https://nyxsec.dev/docs/agent/"
]
}
]
}
</script>
</head>
<body>
<a class="skip-link" href="#main">Skip to content</a>
<header class="site-header" aria-label="Primary navigation">
<div class="container site-header__inner">
<a class="brand" href="." aria-label="Nyx home">
<img src="assets/logo.png" alt="Nyx" class="brand-logo" />
</a>
<span class="header-wordmark">NYX</span>
<nav class="nav" aria-label="Main navigation">
<a href="scanner">Scanner</a>
<a href="agent" aria-current="page">Agent</a>
<a href="news/">News</a>
<a href="docs/">Docs</a>
<a class="nav-github" href="https://github.com/nyx-sec/nyx-agent">GitHub</a>
</nav>
</div>
</header>
<main id="main">
<section class="hero" aria-labelledby="hero-title">
<div class="container hero__inner">
<div class="hero__copy">
<h1 id="hero-title" class="hero__subtitle">Nyx Agent</h1>
<p class="hero__body">
Live pentests for dev apps. It reads the repo, checks the local target, and keeps proof with the run.
</p>
<div class="button-row" aria-label="Primary links">
<a class="button button--primary" href="#install">Get Started</a>
<a class="button button--ghost" href="#support">Commercial use</a>
</div>
</div>
<div class="hero__visual" aria-hidden="true">
<div class="app-frame">
<div class="app-frame__bar"><span></span><span></span><span></span></div>
<video
width="960"
height="594"
autoplay
muted
loop
playsinline
preload="metadata"
poster="assets/screenshots/nyx-agent-demo-poster.webp"
>
<source src="assets/screenshots/nyx-agent-demo.webm" type="video/webm" />
<source src="assets/screenshots/nyx-agent-demo.mp4" type="video/mp4" />
</video>
</div>
</div>
</div>
<div class="hero__stats">
<div class="container">
<ul class="hero-facts" aria-label="Nyx Agent summary">
<li>Local target</li>
<li>Live checks</li>
<li>Stored proof</li>
<li>Opt-in destructive mode</li>
</ul>
</div>
</div>
</section>
<section class="section section--tinted" aria-labelledby="flow-title">
<div class="container">
<div class="section-intro section-intro--wide">
<h2 id="flow-title">From code to proof.</h2>
<p>
Point Nyx Agent at a repo and a local URL. It launches or watches the app, runs Nyx, explores routes, and
verifies selected findings against the running target.
</p>
</div>
<div class="compare-table-wrap">
<table class="compare-table stage-table" aria-label="Nyx Agent run flow">
<thead>
<tr>
<th scope="col">Step</th>
<th scope="col">Output</th>
</tr>
</thead>
<tbody>
<tr>
<td>Scan</td>
<td>Static findings from <code>nyx</code>.</td>
</tr>
<tr>
<td>Explore</td>
<td>Routes, forms, auth state, and API shape.</td>
</tr>
<tr>
<td>Verify</td>
<td>Requests, responses, traces, and run history.</td>
</tr>
<tr>
<td>Triage</td>
<td>Confirmed issues with status and evidence.</td>
</tr>
</tbody>
</table>
</div>
</div>
</section>
<section class="section" id="skills" aria-labelledby="skills-title">
<div class="container">
<div class="section-intro section-intro--wide">
<h2 id="skills-title">Built for the messy middle.</h2>
<p>
Static scanners find leads. Crawlers exercise URLs. Proxy sessions prove what a person already knows. Nyx
Agent connects those lanes into one local run: source context, live checks, stored proof, and the graph
that explains how the evidence fits together.
</p>
</div>
<div class="compare-table-wrap">
<table
class="compare-table"
aria-label="Comparison of Nyx Agent with static scanners, web crawlers, and manual proxy workflows"
>
<thead>
<tr>
<th scope="col">Capability</th>
<th scope="col">Nyx Agent</th>
<th scope="col">Static scanner</th>
<th scope="col">Web crawler / DAST</th>
<th scope="col">Manual proxy</th>
</tr>
</thead>
<tbody>
<tr>
<td>Repo-aware route and API discovery</td>
<td class="cell--yes">Yes</td>
<td class="cell--partial">Source clues only</td>
<td class="cell--partial">Runtime only</td>
<td class="cell--partial">Operator driven</td>
</tr>
<tr>
<td>Static signal to live verification</td>
<td class="cell--yes">Yes</td>
<td class="cell--no">No</td>
<td class="cell--partial">Runtime findings only</td>
<td class="cell--partial">Manual</td>
</tr>
<tr>
<td>Request, response, and replay evidence</td>
<td class="cell--yes">Yes</td>
<td class="cell--partial">Logs / SARIF</td>
<td class="cell--yes">Yes</td>
<td class="cell--partial">Session exports</td>
</tr>
<tr>
<td>Auth, role, and object ownership checks</td>
<td class="cell--yes">Yes</td>
<td class="cell--partial">Pattern hints</td>
<td class="cell--partial">Needs setup</td>
<td class="cell--partial">Manual</td>
</tr>
<tr>
<td>Attack graph for chains and blast radius</td>
<td class="cell--yes">Yes</td>
<td class="cell--no">No</td>
<td class="cell--no">No</td>
<td class="cell--partial">Notes only</td>
</tr>
<tr>
<td>Business logic pentest templates</td>
<td class="cell--yes">Yes</td>
<td class="cell--no">No</td>
<td class="cell--partial">Limited</td>
<td class="cell--partial">Manual</td>
</tr>
<tr>
<td>Cron, webhook, and PR-triggered runs</td>
<td class="cell--yes">Yes</td>
<td class="cell--partial">CI only</td>
<td class="cell--partial">Varies</td>
<td class="cell--no">No</td>
</tr>
<tr>
<td>Local run history and triage state</td>
<td class="cell--yes">Yes</td>
<td class="cell--partial">Report files</td>
<td class="cell--partial">Tool database</td>
<td class="cell--partial">Ad hoc</td>
</tr>
</tbody>
</table>
</div>
</div>
</section>
<section class="section" id="install" aria-labelledby="install-title">
<div class="container install-layout">
<div class="install-copy">
<h2 id="install-title">Start with Cargo.</h2>
<p>Install the crate and start the local Agent dashboard.</p>
</div>
<div class="terminal" aria-label="Nyx Agent install command">
<div class="terminal__bar">
<span aria-hidden="true"></span><span aria-hidden="true"></span><span aria-hidden="true"></span>
<button class="terminal__copy" type="button" data-copy-target="install-commands">Copy</button>
</div>
<input
id="install-commands"
class="terminal__field"
type="text"
value="cargo install nyx-agent && nyx-agent"
readonly
spellcheck="false"
/>
</div>
<div class="inline-links" aria-label="Nyx Agent resources">
<a href="https://crates.io/crates/nyx-agent">crates.io package</a>
<a href="docs/agent/install">installation docs</a>
<a href="https://github.com/nyx-sec/nyx-agent">GitHub</a>
</div>
</div>
</section>
<section class="section section--tinted" id="support" aria-labelledby="support-title">
<div class="container text-block">
<h2 id="support-title">Open source, with commercial terms available.</h2>
<p>
Nyx Agent is AGPLv3-or-later. Commercial licenses, paid support, onboarding, private policy packs, and
enterprise terms are available.
</p>
<div class="inline-links" aria-label="Support links">
<a href="https://github.com/sponsors/elicpeter">Sponsor</a>
<a href="mailto:contact@nyxsec.dev">Contact</a>
</div>
</div>
</section>
</main>
<footer class="site-footer">
<div class="container site-footer__inner">
<div class="site-footer__summary">
<span class="site-footer__brand">Nyx</span>
<p class="site-footer__copy">Nyx is an independent open-source security project.</p>
</div>
<nav class="site-footer__nav" aria-label="Footer links">
<div class="site-footer__group" role="group" aria-labelledby="footer-project">
<span id="footer-project" class="site-footer__heading">Project</span>
<a href="./">Home</a>
<a href="news/">News</a>
<a href="docs/">All docs</a>
<a href="https://github.com/sponsors/elicpeter">Sponsor</a>
</div>
<div class="site-footer__group" role="group" aria-labelledby="footer-scanner">
<span id="footer-scanner" class="site-footer__heading">Scanner</span>
<a href="scanner">Overview</a>
<a href="docs/nyx/">Docs</a>
<a href="https://github.com/elicpeter/nyx">GitHub</a>
<a href="https://crates.io/crates/nyx-scanner">crates.io</a>
<a href="https://docs.rs/nyx-scanner/latest/nyx_scanner/">Rustdocs</a>
</div>
<div class="site-footer__group" role="group" aria-labelledby="footer-agent">
<span id="footer-agent" class="site-footer__heading">Agent</span>
<a href="agent">Overview</a>
<a href="docs/agent/">Docs</a>
<a href="https://github.com/nyx-sec/nyx-agent">GitHub</a>
<a href="agent#support">Support</a>
</div>
</nav>
</div>
</footer>
<script>
(function () {
document.querySelectorAll("[data-copy-target]").forEach(function (button) {
button.addEventListener("click", function () {
var target = document.getElementById(button.getAttribute("data-copy-target"));
if (!target) return;
var originalLabel = button.textContent;
var markCopied = function () {
button.textContent = "Copied";
window.setTimeout(function () {
button.textContent = originalLabel;
}, 1400);
};
var fallbackCopy = function () {
target.focus();
target.select();
document.execCommand("copy");
markCopied();
};
if (navigator.clipboard && navigator.clipboard.writeText) {
navigator.clipboard.writeText(target.value).then(markCopied).catch(fallbackCopy);
} else {
fallbackCopy();
}
});
});
})();
</script>
</body>
</html>