Sandeep Singh

Results 240 comments of Sandeep Singh

related - https://github.com/projectdiscovery/tlsx/issues/51

@hktalent This is because of the missing sni value. this works ``` echo 51pwn.com | tlsx -silent 51pwn.com:443 ``` This doesn't ```console echo 172.67.210.144 | tlsx -silent ``` This works:...

@pussycat0x do you have any example / test host for this?

@Mzack9999 It works with curl as default, i.e not having `connection` header as part of the request. ```console curl -v -k https://89.28.157.20/index.action -XGET -sI * Trying 89.28.157.20:443... * Connected to...

Assigned as part of https://github.com/projectdiscovery/tlsx/issues/20

@LinuxProgramDevelop Just remove the matcher block if you are only looking to extract the info.

see https://github.com/projectdiscovery/nuclei/issues/5179#issuecomment-2107291469, closing this as duplicate.

@bhictor this is already supported in both format, cli and jsonl as well. ``` -ms, -matcher-status display match failure status ``` when `-ms` option is used, it shows both matched...

@Rameshkanna2k, it's known issue and being fixed here - https://github.com/projectdiscovery/nuclei/pull/5148