File tree 3 files changed +7
-6
lines changed
3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ def print_banner(b_type="intro"):
71
71
print (
72
72
"\t " ,
73
73
c .fg .lightgrey ,
74
- "Version " + __version__ + ' - "ROCKSMASSON.1 " ' ,
74
+ "Version " + __version__ + ' - "ROCKSMASSON.2 " ' ,
75
75
c .reset ,
76
76
)
77
77
Original file line number Diff line number Diff line change @@ -74,13 +74,11 @@ def target_factory(targets, user_args):
74
74
# ):
75
75
# current_target.get_emailrepio(api_keys["emailrep"])
76
76
77
- if scylla_up :
78
- current_target .get_scylla (query )
79
-
80
77
if api_keys is not None :
81
78
if "hibp" in api_keys and query == "email" :
82
79
current_target .get_hibp3 (api_keys ["hibp" ])
83
-
80
+ if "emailrep" in api_keys and query == "email" :
81
+ current_target .get_emailrepio (api_keys ["emailrep" ])
84
82
if "hunterio" in api_keys and query == "email" :
85
83
current_target .get_hunterio_private (api_keys ["hunterio" ])
86
84
if "snusbase_token" in api_keys :
@@ -106,6 +104,9 @@ def target_factory(targets, user_args):
106
104
)
107
105
else :
108
106
c .bad_news ("Missing Dehashed email" )
107
+ if scylla_up :
108
+ current_target .get_scylla (query )
109
+
109
110
# Chasing
110
111
if user_args .chase_limit and counter <= init_targets_len :
111
112
user_args_force_email = user_args
Original file line number Diff line number Diff line change 1
- __version__ = "2.5.1 "
1
+ __version__ = "2.5.2 "
You can’t perform that action at this time.
0 commit comments