Skip to content

Commit

Permalink
Update scylla.py
Browse files Browse the repository at this point in the history
  • Loading branch information
loseys authored Jan 22, 2021
1 parent fee774a commit 0f5619e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Windows/etc/api/scylla.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def scylla_dado_bruto(nome, gdr=None):
'User-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36'
}

url = 'https://scylla.sh/search?q=domain:Collection1-btc-combo&size=5000&start=5000'
url = 'https://scylla.so/search?q=domain:Collection1-btc-combo&size=5000&start=5000'
scy_dadob = requests.get(url, headers=header, verify=False)
scy_js = scy_dadob.json()
contador = 0
Expand Down Expand Up @@ -173,8 +173,8 @@ def chamar_limpar_scylla(email=None, senha=None, dadobruto=False, gdr=None):
"""
cls_scylla_final = []
gdrs = gdr
url_email = "https://scylla.sh/search?q=email%3Ainput"
url_senha = "https://scylla.sh/search?q=password%3Ainput"
url_email = "https://scylla.so/search?q=email%3Ainput"
url_senha = "https://scylla.so/search?q=password%3Ainput"

header = {
'Accept': 'application/json',
Expand Down

0 comments on commit 0f5619e

Please sign in to comment.