codingo / Reconnoitre

A security tool for multithreaded information gathering and service enumeration whilst building directory structures to store results, along with writing out recommendations for further testing.
GNU General Public License v3.0
2.11k stars 456 forks source link

Graceful exiting #77

Closed codingo closed 5 years ago

codingo commented 6 years ago

When exiting the KeywordInterrupt exception isn't caught, leading to a stacktrace. This isn't really necessary and should be handled gracefully.

Edu4rdSHL commented 5 years ago

Why not just call exit?

tonydelanuez commented 5 years ago

I can take this if nobody is working on it.