Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 552 Bytes

File metadata and controls

27 lines (19 loc) · 552 Bytes

aitm-detect

Detects anti-AiTM (Adversary-in-the-Middle) measures in Microsoft login page custom CSS branding.

Installation

pip install requests

Usage

Check a single domain:

python aitm_detect.py -d example.com

Check multiple domains from a file:

python aitm_detect.py -l domains.txt

What it does

  • Checks Microsoft login pages for custom CSS company branding
  • Extracts and analyzes CSS content for external image URLs
  • Identifies potential anti-AiTM security measures