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