Releases: khast3x/h8mail
Quick fix update
- fix snusbase API
- fix breachdirectory search limitation
- fix format string in output
What's Changed
- Breachdirectory domain change by @noraj in #131
- Fixed "TypeError: can only concatenate str (not "int") to str" in print_json.py by @shifoc in #143
- 2.5.6 by @khast3x in #144
New Contributors
Full Changelog: 2.5.5...2.5.6
h8mail 2.5.5
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! 🔑
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"
]
]
}
]
}
h8mail 2.5.4
-
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!
☺️ -
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.
h8mail 2.5.3
h8mail 2.5.3 - Pre Release
ℹ️ 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
.
- ⭐ New intelx.io API added, sign up for a free trial key. Results include clear text passwords, and much more.
- 🔧 Multiple bug fixes.
➡️ Check the blog post for full description of this release
h8mail 2.5.2 - bugfix 2
Quick bugfix for emailrep API with key.
Still waiting on the dehashed support, will be fixing the API when they reply 👍
Cheers
h8mail 2.5.1 - bugfix
h8mail "ROCKSMASSON" Release
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 - 🔑 (free!)
- Data parsed extended
- Full data enrichment from API providers integrated (found addresses, phone etc...)
- Rewrote better documentation, now maintained as a wiki!
- 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
h8mail "Echo Mike - HotFix 1" Release
🔧 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
h8mail "Echo Mike" Release
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