Quidam
Quidam copied to clipboard
Quidam allows you to retrieve information thanks to the forgotten password function of some sites.
Hello. The code is simply not working. It is the great tool, but I can t get it to work. I ve tried to see coding and lines and to...
Is this tool still in use? It does not appear to return any results
Hi, I don't get results on: python3 quidam.py -u test -m all You select all Email extract with instagram of test: NULL Not informations found Traceback (most recent call last):...
`python3 quidam.py -m twitter -u user` ``` You select twitter Traceback (most recent call last): File "/tmp/Quidam/quidam.py", line 41, in info = twitter(args.username) File "/tmp/Quidam/quidam/core.py", line 58, in twitter info...
I've encountered an issue with the UserAgent instantiation in core.py, specifically with the verify_ssl=False argument, which seems to be unsupported by the fake-useragent package. This causes a TypeError when attempting...
python3 quidam.py -h Traceback (most recent call last): File "/home/senia/osint/tools/Quidam/quidam.py", line 3, in from quidam import * File "/home/senia/osint/tools/Quidam/quidam/__init__.py", line 1, in from quidam.core import * File "/home/senia/osint/tools/Quidam/quidam/core.py", line 6,...