👋 Hi there! For any professional inquiries or collaborations, please reach out to me at: [email protected]
📧 Preferably, use your professional email for correspondence. Let's keep it short and sweet, and all in English!
Quidam allows you to retrieve information thanks to the forgotten password function of some sites.
pip3 install Quidam
git clone https://github.com/megadose/Quidam.git
cd Quidam/
python3 setup.py install
from quidam import *
print(instagram("test"))
print(twitter("test"))
print(github("test"))
python3 Quidam.py -u test -m all
- Twitter: If the person has not disabled the email option and the last 2 digits of their phone number as well as part of the email the star number
*
is the right number corresponding to the email. - Instagram : Always retrieves a part of the email with the right number of stars and the full domain name
- Github: Go look at recent commits with the api so give the full email and the name associated with the email address.
- Twitter rate limit if you do it too fast just change IP
- Instagram no rate limit
- Github no rate limit