scout
scout copied to clipboard
Output to file
First, I think this is a great tool. Installation and initial runs couldn't have been easier.
Is there a recommended way output to a file to only include valid results, and omit attempts? I went with the typical:
scout url <url> >> out.txt
...which included every attempt, instead of only valid results that you'd get in the terminal. Thanks!
Example of out.txt
contents:
[0mChecking url/41.html...[0m[2K
[0mChecking url/41.txt...[0m[2K
[0mChecking url/35...[0m[2K```
I'd love this feature too.
hi was there any update ?
I don't understand. A scan can result in a million requests. Most of them will not be valid URLs. How can we get a list of the ones that worked? It's impossible to retrieve that from the console output, as it has limited history. Are the results being written to some file? thx