You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Thank you for awesome tool!
I cant find the way how to output only failed requests in any way.
Using any --filter or output of Full or Short doesnt include totally failed requests, which are very important.
The text was updated successfully, but these errors were encountered:
I am not sure if this is what you are looking for, but you can use --retry never. Then, packets with any response code are printed. However, there is currently no option to print the requests that timed out, i.e. those for which no resolver returned an acceptable response.
I am not sure if this is what you are looking for, but you can use --retry never. Then, packets with any response code are printed. However, there is currently no option to print the requests that timed out, i.e. those for which no resolver returned an acceptable response.
Returns same answer, only successed.
There are big problem with it, when I need to scrape some domains, I dont know which requests are failed (banned dns or any other issue), so i get only success requests responses.
Now I'm manually filter output after executing, comparing with input file, getting lines which failed and than start script again and again until getting 100% success response. Thats pain.
Hi! Thank you for awesome tool!
I cant find the way how to output only failed requests in any way.
Using any --filter or output of Full or Short doesnt include totally failed requests, which are very important.
The text was updated successfully, but these errors were encountered: