Ramana Reddy

Results 22 comments of Ramana Reddy

> Does use an environment variable like `export PDCP_API_KEY=xxx` satisfy your needs? @Co5mos Yes, this also lets you use cvemap without 401 error.

@Th3BlackHol3 can you please mention relative paths of `urls.txt` and `Nuclei-Target-Workflow-Engine` workflow files?

> Hello @RamanaReddy0M, > > Thanks for responding! > > I have 2 copies of urls.txt Path1: "Home of Repository", Path2: "/.github/workflow/", and Nuclei-Target-Workflow-Engine path is " /.github/workflow /Nuclei-Target-Workflow-Engine.yml" >...

> Hello @RamanaReddy0M > > Thanks for the solution, But Here is still the issue that exists. > > ``` > [INF] nuclei-templates are not installed, installing... > [INF] Successfully...

@hakrishi @Th3BlackHol3, we've have been unable to replicate it. We've followed the workflow provided by @Th3BlackHol3 at https://github.com/projectdiscovery/nuclei-action/issues/63#issue-1832222356, and it's performing flawlessly as shown in this [successful run](https://github.com/RamanaReddy0M/nuclei-action/actions/runs/5764997810/workflow). If possible,...

@ErikOwen can you try the latest version([v1.0.5](https://github.com/projectdiscovery/katana/releases/tag/v1.0.5))? It seems working with the latest release.

Note: https://github.com/projectdiscovery/cvemap/pull/52 is also covered in this pr.

@SuperXiaoxiong As for now cluster will not be performed if the paths under the request are not identical. These are cases where clustering is not performed (request is considered different)...

``` nuclei -t token-spray/ -var token=token_list.txt -lfa ``` @nullenc0de can you try this command? `lfa` or `allow-local-file-access` option allows file (payload) access anywhere on the system. It is recommended to...

@mastercho can you please try the latest version(1.1.4)? I tried the latest version and it worked. ![Screenshot 2023-06-01 at 4 12 05 PM](https://github.com/projectdiscovery/dnsx/assets/90540245/5bb4e287-b34d-41cd-ab55-6786e924a3ee) let me know if the problem still...