hhucn / webvulnscan

automated web application vulnerability scanner
MIT License
38 stars 27 forks source link

Handle KeyboardInterrupt #46

Closed rliebig closed 11 years ago

rliebig commented 11 years ago

If the user uses ^C, we will get a long traceback. This isn't really necessary, the application should simply exit.