dafthack / MFASweep

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

Fix Results Indendation #7

Open LukeLauterbach opened 1 year ago

LukeLauterbach commented 1 year ago

In the current version of MFASweep, there are two tab issues that resulted in the indentation of the table being off:

  1. If ActiveSync was enabled, only three tabs were used. This resulted in the "Yes" being one tab to the left of the other results.
  2. The tabs for ADFS were off, both for enabled and disabled.

Both of these tab issues have been corrected.