I added in a few lines of code that create an output file for the users discovered based off of the domain that was input. I'm then writing the email addresses that are found to be valid to this file in real time. I was previously having trouble with the initial file creation from the main branch if the tool stopped execution or aborted early. If either of these conditions happened then the output file would not be created and grabbing the users was impossible. So I thought that writing them as they were found to a file created prior to execution would alleviate that problem. I've ran this on my own many times and it works consistently and would love to see this implemented to the main branch if it makes sense.
I added in a few lines of code that create an output file for the users discovered based off of the domain that was input. I'm then writing the email addresses that are found to be valid to this file in real time. I was previously having trouble with the initial file creation from the main branch if the tool stopped execution or aborted early. If either of these conditions happened then the output file would not be created and grabbing the users was impossible. So I thought that writing them as they were found to a file created prior to execution would alleviate that problem. I've ran this on my own many times and it works consistently and would love to see this implemented to the main branch if it makes sense.