More details can be found in the [dedicated blog post](https://khast3x.club/posts/h2-5-5/)
* **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](Breachdirectory.tk) API integration** - [Breachdirectory.tk](Breachdirectory.tk)'s API has been integrated and added to config template. Key is free for infosec students and pro! :key:
----
JSON data struct:
shell
> h8mail -t testgmail.com -j test.json
*** snip ***
> cat test.json | jq
{
"targets":[
{
"target":"testgmail.com",
"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"
]
]
}
]
}