Skip to content

Commit

Permalink
fix proxy_pool bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jm33-m0 committed Jun 27, 2020
1 parent e625e9e commit 791a623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cli/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ def scan(self):
if not self.session.dynamic_proxy("proxy"):
console.print_error("[-] Cannot get proxy from proxy_pool")

return
return

for line in target_list:
target_ip = line.strip()
Expand Down

0 comments on commit 791a623

Please sign in to comment.