Skip to content

This script allows you to generate OTP-url to save you Battle.net Authenticator OTP in any Password manager

Notifications You must be signed in to change notification settings

max-did-it/Battle.net-OTP-url-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Battle.net OTP-url generator

How to get BA-tassadar token

  1. Open Developer tools in browser on Network section
  2. Open http://account.battle.net
  3. Sign in #NOTE: You will receive this cookie only once when you sign in. If you signed in, log out and repeat
  4. Ctrl+F in developer tools and search - BA-tassadar=

How to get Serial Key and Recovery code

Run script

Replace BA_TASSADAR, SERIAL_NUMBER and RECOVERY_CODE with your real data

ruby generate_battle_net_otp.rb BA_TASSADAR SERIAL_NUMBER RECOVERY_CODE

As result you will get the next OTP-url

otpauth://totp/Battle.net?secret=YOUSECRETLINE&digits=8

How to use generated url (1Password example)

  1. Add One-time password field into your record


  2. Insert your OTP-url given on previous step into appeared field.


About

This script allows you to generate OTP-url to save you Battle.net Authenticator OTP in any Password manager

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages