Skip to content

Commit 791a623

Browse files
committed
fix proxy_pool bug
1 parent e625e9e commit 791a623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cli/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ def scan(self):
494494
if not self.session.dynamic_proxy("proxy"):
495495
console.print_error("[-] Cannot get proxy from proxy_pool")
496496

497-
return
497+
return
498498

499499
for line in target_list:
500500
target_ip = line.strip()

0 commit comments

Comments
 (0)