Skip to content

Saving Results

ktx edited this page Jan 4, 2020 · 3 revisions

You can save results as a CSV file using -o or --output.

Saved results

h8mail saves the results using three columns:

  • Target: the input data fed as target
  • Type : Field type found or returned by an API
  • Data : The result

Since the results are saved linearly, the results are saved in this order:

  • Username
  • Related emails
  • Password
  • Hash
  • Hash+Salt
  • Source

Typical output

A typical saved output looks like:

Target,Type,Data
[email protected],EMAILREP_LEAKS,103 leaked credentials
[email protected],EMAILREP_SOCIAL,spotify
[email protected],EMAILREP_SOCIAL,lastfm
[email protected],EMAILREP_SOCIAL,aboutme
[email protected],EMAILREP_SOCIAL,twitter
[email protected],EMAILREP_SOCIAL,vimeo
[email protected],EMAILREP_SOCIAL,foursquare
[email protected],EMAILREP_SOCIAL,pinterest
[email protected],EMAILREP_LASTSN,10/16/2019
[email protected],SCYLLA_SOURCE,dropbox.com
[email protected],SCYLLA_HASH,$2a$08$ShCxlYnVxSD8Mz1SP8aEY.SCAABhnfOEe4TxJoy49SvMVw9wnWZrG
[email protected],SCYLLA_HASH,$826y4$31226$dObW2ZfieZ3Dbgex4N0zcRci2Y4T1h8m7Z7TfI6waY2ucX950db/3/w.FmIZ8r/yAhq1n7EmdNpfZhm
[email protected],SCYLLA_HASHSALT,1adf9d4a3f9d5f59e33acf3892af6bff
[email protected],SCYLLA_PASSWORD,[email protected]
[email protected],SCYLLA_USERNAME,1645673
[email protected],SCYLLA_HASH,$826y4$31226$dObW2ZfieZ3Dbgex4N0zcRci2Y4T1h8m7Z7TfI6waY2ucX950db/3/w.FmIZ8r/yAhq1n7EmdNpfZhm
[email protected],SCYLLA_HASHSALT,1adf9d4a3f9d5f59e33acf3892af6bff
[email protected],SCYLLA_PASSWORD,[email protected]
[email protected],SCYLLA_USERNAME,1645673
[email protected],SCYLLA_SOURCE,exploit.in
[email protected],SCYLLA_PASSWORD,12032003
[email protected],SCYLLA_SOURCE,exploit.in
[email protected],SCYLLA_PASSWORD,877279
[email protected],SCYLLA_SOURCE,exploit.in
[email protected],SCYLLA_PASSWORD,45993333
[email protected],SCYLLA_SOURCE,exploit.in
[email protected],SCYLLA_PASSWORD,looking999
[email protected],SCYLLA_SOURCE,exploit.in
[email protected],SCYLLA_PASSWORD,josito2x

Clone this wiki locally