H8mail does not display all emails from Dehashed
DocKali opened this issue · 1 comments
DocKali commented
Issues not respecting the issue template will be closed without being read, thank you.
Checkbox
- I have thoroughly checked the answer is not in the wiki.
Env
- h8mail version:2.2.5
- Python version:3.8.10
- Operating System:Ubuntu 20.04
Description
I put my Dehashed keys from CLI, no problem the script found them. I made a test with a domain contening 10k+ compromised mails. H8mail found the correct number of mail but didn't return all of them. I think the problem comes from Dehashed, is there a way to force display of all 10k+ mail ?
What I Did
h8mail -t domain.tld -q domain -k "dehashed_email=mymail" "dehashed_key=my API" -o file.csv
Paste the command(s) you ran and the output.
If there was a crash, please include the traceback here.
khast3x commented
Hello,
You can check the exact API response from Dehashed using --debug
.
Feel free to update this issue with the results of your tests.
Cheers