diff --git a/pkg/hubtest/hubtest_item.go b/pkg/hubtest/hubtest_item.go index 04c17cf2c..ff70b8369 100644 --- a/pkg/hubtest/hubtest_item.go +++ b/pkg/hubtest/hubtest_item.go @@ -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" )