Added a final completion message indicating that all targets were scanned.

This commit is contained in:
Tib3rius 2019-06-18 14:10:20 -04:00
parent 03edc190e6
commit 557de5f2f0
1 changed files with 2 additions and 0 deletions

View File

@ -704,3 +704,5 @@ if __name__ == '__main__':
future.cancel()
executor.shutdown(wait=False)
sys.exit(1)
info('{bgreen}Finished scanning all targets!{rst}')