Skip to content

Releases: khast3x/h8mail

h8mail "SEASON_PRIMER" release

13 Aug 23:30
a70875a
Compare
Choose a tag to compare

View the blog post here

New features and bugfixes

  • Add HIBP v3
  • Switch to emailrep.io as default for breach checks
  • Implement username & password & ip search for all API providers
  • Implement hash, domain search
  • Check if running latest version
  • Fix breachcomp separator issues
  • Generate template config file in CWD (gen-config)
  • Added more related emails from API services
  • Rewrote chasing (recursive)
  • Added 'power-chasing' for additional related emails targeting (related emails found using WeLeakInfo, Snusbase or Leak-Lookup)
  • Added --debug output

Search Operators Summary

username domain hash password ip
WeLeakInfo yes yes yes yes yes
LeakLookup yes yes yes yes
Snusbase yes yes yes yes

h8mail "SEASON_PRIMER" pre-release

08 Aug 14:52
1aab0fb
Compare
Choose a tag to compare
Pre-release

Final release will remove deprecated code from HaveIBeenPwnedv2, who's free tier is terminating on 2019/08/18

h8mail "HAILTEAM" update

12 Jun 18:28
ab948d3
Compare
Choose a tag to compare

☠️ 💜 "HAILTEAM" Update ☠️ 💜

✨ Whats new

  • added HIBP paste search
  • added emailrep.io for last seen + social profiles
  • added WeLeakInfo API (Priv)
  • added WeLeakInfo API (Pub)
  • added Snusbase username data
  • added Snusbase lastip data
  • added LL hash/pass difference
  • added LL username data
  • added LL lastip data

🔧 What's fixed

  • fixed Breachcompilation Docker bash exec
  • fixed Breachcompilation chmod docker
  • fixed Breachcompilation byte subprocess output decoding err
  • fixed targets not marked as pwned if running local only
  • switch all utf8 decoding in local searchs to cp437
  • rewrite chasing as a sperate functions
  • print_results refactor to seperate file
  • added signal handling for multiprocessing

📦 How to update

To update, simply type:

$ pip3 install --upgrade h8mail

Add --user at the end if getting a permission message

Enjoy! 🚀

-k

h8mail Anniversary Update

27 May 23:45
67e6ab5
Compare
Choose a tag to compare

🎂 h8mail Anniversary Update 🎈

This release marks the h8mail's first year. In no particular order:

  • Added multiple argument support per option (-t [email protected] [email protected])
  • Added Leak-Lookup public and premium API services
  • Added --chase, to add discovered related emails to the ongoing target list. Very powerful 💀
  • Added local breach searching:
    • Supports cleartext sources using -lb
    • Supports compressed .gz sources using -gz (Tested with Collection#1)
    • Uses multiprocessing when multiple files are given ⚡
  • Added --single-file option to scan file by file, thus showing precise progress bar, even for big files
  • Added globing support for file paths (-lb /tmp/2019_*)
  • Add --hide to hide password outputs for demonstrations
  • Intense code refactor 🔥
    • Performance boost
    • Stability boost
    • Code maintainability boost
    • Many 🐛 fixes
    • Much easier to add new services for future releases
  • Stripped almost every dependencies. Only requires requests
  • Prettier printing and output formatting
  • Added Loosey pattern matching for targets with --loose
  • h8mail now uses pip for releases. So clean!

📦 pip3 install h8mail

h8mail Anniversary Update PRE RELEASE

23 May 16:22
Compare
Choose a tag to compare
Pre-release

🎂 h8mail Anniversary Update 🎈

This is a pre-release. Documentation still needs updating, code needs small finishing tests for edge-cases. Other than that, enjoy!

📦 pip3 install h8mail