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 test@gmail.com -j test.json
*** snip ***
> cat test.json | jq
{
"targets":[
{
"target":"test@gmail.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"
]
]
}
]
}