Fix AppSec Hubtest target port

This commit is contained in:
alteredCoder 2023-12-15 16:09:12 +01:00
parent a79fcaf378
commit 74ef79c9a2

View file

@ -89,7 +89,7 @@ const (
TestBouncerApiKey = "this_is_a_bad_password"
DefaultNucleiTarget = "http://127.0.0.1:80/"
DefaultNucleiTarget = "http://127.0.0.1:7822/"
DefaultAppsecHost = "127.0.0.1:4241"
)