How to get TLS data in output? #1816
-
It works when run with a dedicated command, but it doesn't work when using httpx -l all.txtls -o demo -oa. I need the output in CSV format because I run a weekly cron job and perform CSV analysis using automated vlookups and other tools. I can't run a separate command just to obtain TLS data. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
@iamthefrogy you are looking to use
|
Beta Was this translation helpful? Give feedback.
-
If i use the oa (would it print by default or I have to use it separately as switch along with -oa option to get those in CSV? |
Beta Was this translation helpful? Give feedback.
-
Latter, for example, |
Beta Was this translation helpful? Give feedback.
Latter, for example,
httpx -l all.txtls -o demo -oa -tls-grab
.