minor changes

Former-commit-id: 2087a569ef
This commit is contained in:
thewhiteh4t
2019-04-22 05:38:50 +05:30
parent c9282caa3d
commit 4e65fb9ae8
+1 -2
View File
@@ -7,7 +7,6 @@ import json
import time
import argparse
import requests
import cfscrape
import subprocess
R = '\033[31m' # red
@@ -59,7 +58,7 @@ def banner():
print (G + '[>]' + C + ' Version : ' + W + version + '\n')
def main():
global addr, cookies, start
global addr, start
#print (G + '[+]' + C + ' Bypassing Cloudflare Restriction...' + W)
#cookies, user_agent = cfscrape.get_tokens('https://haveibeenpwned.com/api/v2/breachedaccount/test@example.com', user_agent='pwnedornot')
start = time.time()