Compare commits

...

1 commit

Author SHA1 Message Date
alteredCoder
74ef79c9a2 Fix AppSec Hubtest target port 2023-12-15 16:09:12 +01:00

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"
)