dafthack / MFASweep

A tool for checking if MFA is enabled on multiple Microsoft Services
MIT License
1.38k stars 188 forks source link

Add support for Linux filesystem paths when writing tokens & cookies to disk #17

Open bryanmcnulty opened 1 month ago

bryanmcnulty commented 1 month ago

Simple fix that updates the Write-CookiesToFile and Write-TokensToFile functions to use Join-Path instead of a static path with the \ character.