Skip to content

h8mail 2.5.5

Compare
Choose a tag to compare
@khast3x khast3x released this 29 Jan 00:02
· 17 commits to master since this release
140031a

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"
            ]
         ]
      }
   ]
}