From 557de5f2f0f07b48450eea49288bd6c89fc2ba69 Mon Sep 17 00:00:00 2001 From: Tib3rius <48113936+Tib3rius@users.noreply.github.com> Date: Tue, 18 Jun 2019 14:10:20 -0400 Subject: [PATCH] Added a final completion message indicating that all targets were scanned. --- autorecon.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/autorecon.py b/autorecon.py index 41144f8..de289ed 100644 --- a/autorecon.py +++ b/autorecon.py @@ -704,3 +704,5 @@ if __name__ == '__main__': future.cancel() executor.shutdown(wait=False) sys.exit(1) + + info('{bgreen}Finished scanning all targets!{rst}')