Skip to content

HackDefenseNL/aitm-detect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

aitm-detect

Detects anti-AiTM (Adversary-in-the-Middle) measures in Microsoft login page custom CSS branding. See the blog: https://advancedredteaming.nl/posts/detecteren-en-omzeilen-van-anti-adversary-in-the-middle-aitm-tokens

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

About

Detects anti-AiTM measures in company branding custom CSS files

Topics

Resources

Stars

Watchers

Forks

Languages