Does anyone know how the script proceeds to check when a given email address is linked to a gmail account?.
Tks ia.
Tks ia.
I have it installed and I have tested it, but I have this doubt about how it performs this check. Also whether it is prone to give false positives."Holehe checks if an email is attached to an account on sites like twitter, instagram, imgur and more than 120 others. Retrieves information using the forgotten password function. Does not alert the target email. Runs on Python 3. Installation With PyPI pip3 install holehe With Github"
dunno how it "does not alert the target" when it uses "forgotten password function" anyways the description is on holehe github
could be the signup function? most sites will tell you if a email is already registered but not alter the owner on signup."Holehe checks if an email is attached to an account on sites like twitter, instagram, imgur and more than 120 others. Retrieves information using the forgotten password function. Does not alert the target email. Runs on Python 3. Installation With PyPI pip3 install holehe With Github"
dunno how it "does not alert the target" when it uses "forgotten password function" anyways the description is on holehe github
could be the signup function? most sites will tell you if a email is already registered but not alter the owner on signup.
But it says it uses pass reset function. Anyways yeah that's also option
response = await client.post('https://www.freelancer.com/api/users/0.1/users/check?compact=true&new_errors=true', data=data, headers=headers)
resData = response.json()
if response.status_code == 409 and "EMAIL_ALREADY_IN_USE" in response.text:
out.append({"name": name,"domain":domain,"method":method,"frequent_rate_limit":frequent_rate_limit,
"rateLimit": False,
"exists": True,
"emailrecovery": None,
"phoneNumber": None,
"others": None})