how can i get the csv result #1481
-
i use the commond: httpx -u baidu.com -sc -title -csv test -csvo "utf-8" but i get the file wrong, can u help me to get the csv file? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Hi! Thanks for the issue. I think you still need to use the
the -csv flag only changes the output in the terminal. |
Beta Was this translation helpful? Give feedback.
-
Actually, @ehsandeep I want to double check this answer... you have to use -o if you want to create a file that holds the output, right? |
Beta Was this translation helpful? Give feedback.
-
@MetzinAround, That's correct; |
Beta Was this translation helpful? Give feedback.
Hi! Thanks for the issue.
I think you still need to use the
-o
flag to name the file.httpx -u baidu.com -sc -title -csv -csvo "utf-8" -o test.csv
the -csv flag only changes the output in the terminal.