H8mail Versions Save

Email OSINT & Password breach hunting tool, locally or using premium services. Supports chasing down related email

2.5.6

1 year ago
  • fix snusbase API
  • fix breachdirectory search limitation
  • fix format string in output

What's Changed

New Contributors

Full Changelog: https://github.com/khast3x/h8mail/compare/2.5.5...2.5.6

2.5.5

3 years ago

More details can be found in the dedicated blog post

  • Fixed Scylla errors - Scylla's domain has migrated to scylla.so
  • Fixed IntelX bucket errors - h8mail will now check which buckets your API has access to before performing search
  • New JSON ouput - h8mail can now output results to JSON format using -j or --json. A data structure sample is included below
  • Breachdirectory.tk API integration - Breachdirectory.tk's API has been integrated and added to config template. Key is free for infosec students and pro! :key:

JSON data struct:

> h8mail -t [email protected] -j test.json
*** snip ***
> cat test.json | jq
{
   "targets":[
      {
         "target":"[email protected]",
         "pwn_num":108,
         "data":[
            [
               "SCYLLA_SOURCE:Collections"
            ],
            [
               "SCYLLA_PASSWORD:jontest",
               "SCYLLA_SOURCE:lbsg.net"
            ],
            [
               "SCYLLA_PASSWORD:Atoru",
               "SCYLLA_SOURCE:Collection1-btc-combo"
            ],
*** snip ***
            [
               "SCYLLA_PASSWORD:x23abc",
               "SCYLLA_USERNAME:orinko0624",
               "SCYLLA_SOURCE:lbsg.net"
            ]
         ]
      }
   ]
}

2.5.4

3 years ago
  • Fixed Scylla errors - The internal scylla check was not timing out, resulting in h8mail hanging. In the meantime _hyp3ri0n updated scylla's backend, and some JSON keys. Wanna give back to this free service? Help out _hyp3ri0n 's Dad kickstarter!

  • Fixed Dehashed API integration - Dehashed integration was not working since they updated to their new API. Everything is back to normal, thanks again Peter! :relaxed:

  • Added spacing in results - Still unsure of some of the colours and formatting but I hope this small detail helps

  • Added a contribution guideline - Started receiving my first PRs for h8mail, so figured it was about time we took care of that.

2.5.3

3 years ago

h8mail 2.5.3 release

  • :star: New intelx.io API added, sign up for a free trial key. Results include clear text passwords, and much more.
  • :wrench: Multiple bug fixes.

:arrow_right: Check the blog post for full description of this release

2.5.3-pre-release

3 years ago

:information_source: This is a pre-release.

To use, pull the 2.5.3 branch or download the pre-release source code archive, and either run as module with python -m or install using setup.py.

  • :star: New intelx.io API added, sign up for a free trial key. Results include clear text passwords, and much more.
  • :wrench: Multiple bug fixes.

:arrow_right: Check the blog post for full description of this release

2.5.2

4 years ago

Quick bugfix for emailrep API with key.
Still waiting on the dehashed support, will be fixing the API when they reply :+1:

Cheers

2.5.1

4 years ago
  • Suppress https warnings using native python
  • Remove emailrep from default
  • Add emailrep explicitness
  • First / last seen
  • Redo scylla online check
  • Fix scylla

#56 #64 #60 #62 #63

:book: Update instructions here :book:

2.5

4 years ago

New features & Changelog

  • Fetch a single or list of URLs and target emails found using --url or -u
  • Dehashed API added - closes #47
  • Emailrep.io private API added - :key: (free!)
    • Data parsed extended
  • Full data enrichment from API providers integrated (found addresses, phone etc...)
  • Rewrote better documentation, now maintained as a wiki! :bowtie:
  • Refactored some big user input parsing blocks, enabling:
    • More intense automated code tests after each push using travis. In other words, h8mail is now equipped with a much better bug repellent

final version name changed to ROCKSMASSON

2.4.1

4 years ago

:wrench: Fixes include:

  • Ignore SSL errors for scylla.sh
  • Fix --debug response content output
  • Updated Travis-CI tests with scylla
  • Internals:
    • None type object generation from scylla_up()
    • Updated make_request() with verify option

2.4

4 years ago

Added:

  • Scylla.sh API for email, password, IP, domain, hash queries
  • Added Emailrep.io breach count to default output
  • Removed old HIBP v2 calls
  • Reordered data parsing so it looks more natural on output
  • Explicit python3 calls in makefile