no more cookie hunting, totp generated automatically
This commit is contained in:
@@ -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 |
Reference in New Issue
Block a user