Skip to content

Commit be406b8

Browse files
committed
Slight amendment after spotting an issue with the target file location.
1 parent 49210bf commit be406b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reconnoitre/file_helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def load_targets(target_hosts, output_directory, quiet):
1515
return target_hosts
1616
elif "-" in target_hosts:
1717
expand_targets(target_hosts, output_directory)
18-
return "targets.txt"
18+
return output_directory + "/targets.txt"
1919
else:
2020
return output_directory + "/targets.txt"
2121

0 commit comments

Comments
 (0)