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