fix: increase GoTestWAF timeout from 120s to 300s to prevent timeout on slower targets
This commit is contained in:
parent
c09d266f02
commit
2ba2bd6c76
3 changed files with 2 additions and 2 deletions
BIN
aasd/bin/aasd
BIN
aasd/bin/aasd
Binary file not shown.
|
|
@ -10,7 +10,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
gotestwafTimeout = 120 * time.Second
|
||||
gotestwafTimeout = 300 * time.Second
|
||||
)
|
||||
|
||||
// RunGoTestWAF executes GoTestWAF scan against the given target domain.
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@
|
|||
<div class="text-sm font-semibold text-slate-200" id="title2">WAF Penetration Test</div>
|
||||
<div class="text-xs text-slate-500" id="desc2">GoTestWAF scanning the selected subdomain</div>
|
||||
</div>
|
||||
<div class="text-xs text-slate-600 shrink-0">10-120s</div>
|
||||
<div class="text-xs text-slate-600 shrink-0">10-300s</div>
|
||||
</div>
|
||||
|
||||
<!-- Step 3: AI Resilience Narrative -->
|
||||
|
|
|
|||
Loading…
Reference in a new issue