Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions Interlace/interlace.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ def task_queue_generator_func(arguments, output, repeat):
for task in tasks_iterator:
output.terminal(Level.THREAD, task.name(), "Added to Queue")
yield task
print('Generated {} commands in total'.format(tasks_count))
print('Repeat set to {}'.format(repeat))


def main():
parser = InputParser()
Expand Down
1 change: 0 additions & 1 deletion Interlace/lib/core/input.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@ def parse_and_group_target_specs(target_specs, nocidr):

for i in target_spec:
ips_list.append(str(i))
print(f"updating: {target_spec}")
return (str_targets, set(ips_list))

str_targets, ipset_targets = parse_and_group_target_specs(
Expand Down