Sandeep Singh

Results 242 comments of Sandeep Singh
trafficstars

@raghumannn is it the same issue as https://github.com/projectdiscovery/interactsh/issues/346?

@hakrishi this is an issue with nuclei core - https://github.com/projectdiscovery/nuclei/issues/4025 and fixed in https://github.com/projectdiscovery/nuclei/pull/4068 and will be part of next nuclei release.

@aditya20-b `cves.json` written in json line format, so if you parse them as json lines it should work as expected.

@david-botelho-mariano Here is improved version of detection: ```yaml http: - method: GET path: - "{{BaseURL}}/api/v1/info" matchers: - type: dsl dsl: - "compare_versions(version, '< 0.46.7')" - "!contains_any(version, '0.44.4', '0.43.1', '0.42.2')" -...

@dhd0004 there is bug in nuclei engine that is being fixed here - https://github.com/projectdiscovery/nuclei/pull/4955

@lamrecognitions it's unclear to me what you are looking to disable? If you are looking to disabe scanning ssl templates, you can add `-ept ssl` to your existing cli option.

Apologies for the delayed response, closing this PR as we are unable to verify the template due to insuffient information to verify this vulnerability.

Related - https://github.com/projectdiscovery/martian/issues/3

@wdahlenburg thanks for pointing this and good point on the request, I will create a follow-up ticket as this can be extended to get more controls like `response`, `request +...

@thenbe Thanks for reporting this, as per JSONL output, for some reason, katana is unable to get a response for two links in the response, which also explains additional time,...