post: commit 339517f in bojemoi
Some checks failed
Hugo Build & Deploy / build-deploy (push) Failing after 6s
Some checks failed
Hugo Build & Deploy / build-deploy (push) Failing after 6s
This commit is contained in:
42
content/posts/commits/2026-06-28-commit-339517f.md
Normal file
42
content/posts/commits/2026-06-28-commit-339517f.md
Normal file
@@ -0,0 +1,42 @@
|
||||
---
|
||||
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(-)
|
||||
```
|
||||
Reference in New Issue
Block a user