Skip to content

Commit

Permalink
Update host_scan.py
Browse files Browse the repository at this point in the history
  • Loading branch information
smxiazi authored Apr 20, 2023
1 parent cdee3e2 commit 997173c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions host_scan.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ def run(self):#读取host.txt和ip.txt
print('读取文件成功!一共需要碰撞' + str(queues_size) + '次!')


for ip in ip_list:
for host in host_list:
for host in host_list:
for ip in ip_list:
queues.put((host, ip))
global now_size
now_size += 1
Expand Down

0 comments on commit 997173c

Please sign in to comment.