ASUS are the masters of failsafe code
Dear @ASUS , I guess this is not the right way š #bugbounty pic.twitter.com/oVK6cxNcY6
— Akash Pawar ~ ą¤µą„ą¤°ą¤¾ (@0xVeera) December 11, 2022
Let's think about that brilliant code behind ...
otp = RANDOM_INT(6)
user.session.otp = otp
if sms.gateway.isAlive():
sms.gateway.send(user.number, otp)
else: // hm good question, I have a brilliant idea :D
user.session.html = "We are facing a SMS issue. Please use %s as your OTP" % otp