nyxgeek / onedrive_user_enum

onedrive user enumeration - pentest tool to enumerate valid o365 users
GNU General Public License v3.0
621 stars 78 forks source link

One Drive Enum Username Output #16

Closed tyleroberts closed 1 month ago

tyleroberts commented 7 months ago

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.