43 lines
940 B
Markdown
43 lines
940 B
Markdown
---
|
|
title: "[bojemoi] fix(nuclei-api): increase concurrency to reduce scan duration"
|
|
date: 2026-06-28T23:26:29+02:00
|
|
draft: false
|
|
tags: ["commit", "bojemoi", "main"]
|
|
categories: ["Git Activity"]
|
|
summary: "Commit 339517f par Betty dans bojemoi"
|
|
author: "Betty"
|
|
---
|
|
|
|
## Commit `339517f`
|
|
|
|
| | |
|
|
|---|---|
|
|
| **Repository** | bojemoi |
|
|
| **Branch** | `main` |
|
|
| **Author** | Betty |
|
|
| **Hash** | `339517f79911cd0af1292406c22b3a1fbbe81a13` |
|
|
|
|
|
|
### Description
|
|
|
|
Scans were timing out even at 1200s because nuclei ran templates
|
|
sequentially at low concurrency (default 25) with rate-limit 50.
|
|
|
|
Increased: rate-limit 50→150, -c 25→50, added -bulk-size 50.
|
|
This should reduce scan time from 20+ min to under 10 min.
|
|
|
|
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
|
|
### Files Changed
|
|
|
|
```
|
|
M samsonov/nuclei_api/main.py
|
|
```
|
|
|
|
### Diff Summary
|
|
|
|
```
|
|
samsonov/nuclei_api/main.py | 4 +++-
|
|
1 file changed, 3 insertions(+), 1 deletion(-)
|
|
```
|