From 12c1313db81d85d1456d605cd783093ac2ced5f3 Mon Sep 17 00:00:00 2001 From: Mzack9999 Date: Fri, 14 Nov 2025 21:53:13 +0400 Subject: [PATCH] enable screenshot upload --- cmd/httpx/httpx.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/cmd/httpx/httpx.go b/cmd/httpx/httpx.go index 242ecc69..77e54f4c 100644 --- a/cmd/httpx/httpx.go +++ b/cmd/httpx/httpx.go @@ -106,9 +106,6 @@ func setupOptionalAssetUpload(opts *runner.Options) *pdcp.UploadWriter { } return nil } - if opts.Screenshot { - gologger.Fatal().Msgf("Screenshot option is not supported for dashboard upload yet") - } gologger.Info().Msgf("To view results in UI dashboard, visit https://cloud.projectdiscovery.io/assets upon completion.") h := &pdcpauth.PDCPCredHandler{} creds, err := h.GetCreds()