no more cookie hunting, totp generated automatically

This commit is contained in:
Shihaam Abdul Rahman 2025-01-10 07:38:28 +05:00
parent 9decf2ed2b
commit 618fc9371d
Signed by: shihaam
GPG Key ID: 6DA2E87EBC227636
2 changed files with 0 additions and 6 deletions

View File

@ -1,6 +0,0 @@
import pyotp
import sys
seed = sys.argv[1]
totp = pyotp.TOTP(seed)
print(totp.now())

Binary file not shown.

Before

Width:  |  Height:  |  Size: 77 KiB