Skip to content

Commit 140031a

Browse files
committed
desc
1 parent e797d31 commit 140031a

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

README.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,13 @@
8888
usage: h8mail [-h] [-t USER_TARGETS [USER_TARGETS ...]]
8989
[-u USER_URLS [USER_URLS ...]] [-q USER_QUERY] [--loose]
9090
[-c CONFIG_FILE [CONFIG_FILE ...]] [-o OUTPUT_FILE]
91-
[-bc BC_PATH] [-sk] [-k CLI_APIKEYS [CLI_APIKEYS ...]]
91+
[-j OUTPUT_JSON] [-bc BC_PATH] [-sk]
92+
[-k CLI_APIKEYS [CLI_APIKEYS ...]]
9293
[-lb LOCAL_BREACH_SRC [LOCAL_BREACH_SRC ...]]
9394
[-gz LOCAL_GZIP_SRC [LOCAL_GZIP_SRC ...]] [-sf]
9495
[-ch [CHASE_LIMIT]] [--power-chase] [--hide] [--debug]
9596
[--gen-config]
96-
97+
9798
Email information and password lookup tool
9899

99100
optional arguments:
@@ -119,11 +120,12 @@ optional arguments:
119120
Emailrep, Dehashed and hunterio
120121
-o OUTPUT_FILE, --output OUTPUT_FILE
121122
File to write CSV output
123+
-j OUTPUT_JSON, --json OUTPUT_JSON
124+
File to write JSON output
122125
-bc BC_PATH, --breachcomp BC_PATH
123126
Path to the breachcompilation torrent folder. Uses the
124127
query.sh script included in the torrent
125-
-sk, --skip-defaults Skips HaveIBeenPwned and HunterIO check. Ideal for
126-
local scans
128+
-sk, --skip-defaults Skips Scylla and HunterIO check. Ideal for local scans
127129
-k CLI_APIKEYS [CLI_APIKEYS ...], --apikey CLI_APIKEYS [CLI_APIKEYS ...]
128130
Pass config options. Supported format: "K=V,K=V"
129131
-lb LOCAL_BREACH_SRC [LOCAL_BREACH_SRC ...], --local-breach LOCAL_BREACH_SRC [LOCAL_BREACH_SRC ...]
@@ -152,6 +154,7 @@ optional arguments:
152154
--gen-config, -g Generates a configuration file template in the current
153155
working directory & exits. Will overwrite existing
154156
h8mail_config.ini file
157+
155158
```
156159
157160
-----
@@ -224,6 +227,7 @@ $ h8mail -u "https://pastebin.com/raw/kQ6WNKqY" "list_of_urls.txt"
224227
* [Jake Creps](https://twitter.com/jakecreps) for his [h8mail v2 introduction](https://jakecreps.com/2019/06/21/h8mail/)
225228
* [Alejandro Caceres](https://twitter.com/_hyp3ri0n) for making scylla.so available. Be sure to [support](https://www.buymeacoffee.com/Eiw47ImnT) him if you can
226229
* [IntelX](https://intelx.io) for being developer friendly
230+
* [Breachdirectory.tk](https://breachdirectory.tk) for being developer friendly
227231
228232
:purple_heart: **h8mail can be found in:**
229233
* [BlackArch Linux](https://blackarch.org/recon.html)

h8mail/utils/run.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ def parse_args(args):
284284
"-sk",
285285
"--skip-defaults",
286286
dest="skip_defaults",
287-
help="Skips HaveIBeenPwned and HunterIO check. Ideal for local scans",
287+
help="Skips Scylla and HunterIO check. Ideal for local scans",
288288
action="store_true",
289289
default=False,
290290
)

0 commit comments

Comments
 (0)