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}')