SecurityCipher
Home Blog About Us
Resources ▼
✅ Security Checklists Hub 🗺️ Penetration Testing Roadmap 🤖 OWASP Top 10 for LLM Applications 🧠 LLM AI Security Checklist 🛠️ Security Tools 🎯 Penetration Testing Tricks 📄 Secure Code Explain 📖 Vulnerability Explain ☁️ AWS Cloud Security Checklist
My Resume
Our ServicesServices
New On-Call Drive Drive the neon city, jack in, and clear security tickets Play now →
← Security Tools View on GitHub

TokenTacticsV2

Updated Azure/Entra ID token tactics for red teaming.

  ______      __                 __             __  _                     ___ 
 /_  __/___  / /_____  ____     / /_____ ______/ /_(_)_________   _   __ |__ \
  / / / __ \/ //_/ _ \/ __ \   / __/ __ `/ ___/ __/ / ___/ ___/  | | / / __/ /
 / / / /_/ / ,< /  __/ / / /  / /_/ /_/ / /__/ /_/ / /__(__  )   | |/ / / __/ 
/_/  \____/_/|_|\___/_/ /_/   \__/\__,_/\___/\__/_/\___/____/    |___(_)____/     

TokenTactics v2

TokenTactics v2 is a PowerShell toolkit for authorized Microsoft Entra ID security research, red-team validation, and defensive engineering. It obtains, exchanges, refreshes, inspects, and clears tokens across interactive, delegated, application, workload, passkey, cookie, and brokered authentication flows.

The canonical documentation covers the complete exported command surface and scenario-based procedures:

  • Documentation and scenario guides
  • Exported command reference
  • Custom OIDC provider guide
  • Continuous Access Evaluation guide
  • Release history

Use the toolkit only against tenants, accounts, applications, workloads, and sessions for which you have explicit authorization. Treat tokens, cookies, passkey key material, certificates, and client credentials as secrets.

Installation and quick start

Import-Module ./TokenTactics.psd1
Get-Help Get-EntraIDTokenFromDeviceCode
Get-EntraIDTokenFromDeviceCode -Client MSGraph

After the authorized user completes sign-in, the OAuth response is available in $response:

$response.access_token
$response.refresh_token

For an overview of the supported flows, start with the interactive authentication guide.

Testing

The test suite requires PowerShell 7 and Pester 5.7.1. It uses mocked HTTP responses and does not require Entra ID credentials or network access.

Install-Module Pester -RequiredVersion 5.7.1 -Scope CurrentUser
pwsh ./tests/Invoke-Tests.ps1

The suite runs on Linux, macOS, and Windows for every pull request.

Project history

TokenTactics v2 is an updated version of TokenTactics, originally written by Stephan Borosh @rvrsh3ll and Bobby Cooke @0xBoku. Current work includes Microsoft Entra ID OAuth v2 flows, CAE, certificates and TPM-backed authentication, passkeys, FIDO2 split flows, workload identity federation, nested app authentication, and custom OIDC tooling.

Authors and contributors

  • @rvrsh3ll — original TokenTactics author
  • @0xBoku — original co-author and researcher
  • @f-bader — TokenTacticsV2 maintainer
  • @Pri3st — Storage, Key Vault, and user-agent contributions

TokenTactics' methods are influenced by the research of Dr. Nestori Syynimaa at o365blog.com.

Penetration Testing Services

penetration Testing Services

Web Application Security Quiz

Web Application Security Quiz

Daily Bug Bounty Writeups - Twitter

Daily Bug Bounty Writeups

Download our Latest Android Application

Guide for Penetration Testing

Daily Bug Bounty Writeups - Telegram

Daily Bug Bounty Writeups

Author

Piyush
Senior Product Security Engineer

Ethical Hacker || Penetration Tester || Gamer || Blogger || Product Security Engineer || AI Security

READ ARTICLE

Donate

Buy me a Coffee

Recent Posts

  • Cloud Misconfig Bounty Hunting in 2026: Open Buckets, Firebase, and Secrets
    Cloud Misconfig Bounty Hunting in 2026: Open Buckets, Firebase, and Secrets
    September 8, 2026/
    0 Comments
  • DevSecOps From Laptop to Production: A Practical Security Pipeline Guide
    DevSecOps From Laptop to Production: A Practical Security Pipeline Guide
    August 27, 2026/
    0 Comments
  • The CVE Flood Is a Lie: How to Hunt When AI Dumps 36% More Bugs But Exploitation Only Grows 10%
    The CVE Flood Is a Lie: How to Hunt When AI Dumps 36% More Bugs But Exploitation Only Grows 10%
    August 25, 2026/
    0 Comments

Follow Us

SecurityCipher

Practical security guides, vulnerability deep-dives, and hands-on resources for bug bounty hunters and penetration testers.

Useful Links

  • Security Checklists
  • Cybersecurity Jobs
  • Blogs
  • About
  • Contact
© 2026 SecurityCipher. All rights reserved. Privacy Policies · Terms & Conditions