Enhanced Quiet Finder
This commit is contained in:
@@ -222,4 +222,5 @@ def generateOTP(url, agentid):
|
||||
response = requests.post(endpoint, headers=headers, data=payload, verify=False)
|
||||
result = json.loads(response.text)
|
||||
otpcode = result["response"]["otpcode"]
|
||||
print(ct.colorText(f"The OPT code is: {otpcode}", "yellow"))
|
||||
print(ct.colorText(f"The OPT code is: {otpcode}", "yellow"))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user