Skip to content

Instantly share code, notes, and snippets.

View Sparkx120's full-sized avatar

James Wake Sparkx120

View GitHub Profile
@Sparkx120
Sparkx120 / duo.py
Last active March 10, 2022 06:26 — forked from fifty-six/duo.py
#
# Duo HOTP CLI tool
#
# Based off of simonseo/nyuad-spammer
from base64 import b32encode, b64decode
from os.path import dirname, join, abspath
from urllib import parse
from sys import stderr
from requests import post