Added a final completion message indicating that all targets were scanned.
This commit is contained in:
parent
03edc190e6
commit
557de5f2f0
|
@ -704,3 +704,5 @@ if __name__ == '__main__':
|
||||||
future.cancel()
|
future.cancel()
|
||||||
executor.shutdown(wait=False)
|
executor.shutdown(wait=False)
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
|
info('{bgreen}Finished scanning all targets!{rst}')
|
||||||
|
|
Loading…
Reference in New Issue