Skip to content

Commit

Permalink
Merge pull request #69 from khast3x/2.5.2
Browse files Browse the repository at this point in the history
2.5.2  
Pull request is the funny number 👀
  • Loading branch information
khast3x authored Apr 27, 2020
2 parents cd94173 + 52c87fc commit 18563da
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion h8mail/utils/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def print_banner(b_type="intro"):
print(
"\t",
c.fg.lightgrey,
"Version " + __version__ + ' - "ROCKSMASSON.1" ',
"Version " + __version__ + ' - "ROCKSMASSON.2" ',
c.reset,
)

Expand Down
9 changes: 5 additions & 4 deletions h8mail/utils/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,11 @@ def target_factory(targets, user_args):
# ):
# current_target.get_emailrepio(api_keys["emailrep"])

if scylla_up:
current_target.get_scylla(query)

if api_keys is not None:
if "hibp" in api_keys and query == "email":
current_target.get_hibp3(api_keys["hibp"])

if "emailrep" in api_keys and query == "email":
current_target.get_emailrepio(api_keys["emailrep"])
if "hunterio" in api_keys and query == "email":
current_target.get_hunterio_private(api_keys["hunterio"])
if "snusbase_token" in api_keys:
Expand All @@ -106,6 +104,9 @@ def target_factory(targets, user_args):
)
else:
c.bad_news("Missing Dehashed email")
if scylla_up:
current_target.get_scylla(query)

# Chasing
if user_args.chase_limit and counter <= init_targets_len:
user_args_force_email = user_args
Expand Down
2 changes: 1 addition & 1 deletion h8mail/utils/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.5.1"
__version__ = "2.5.2"

0 comments on commit 18563da

Please sign in to comment.