Ignore:
Timestamp:
06/18/2010 03:23:53 PM (3 years ago)
Author:
sullo
Message:

Capture C in check_input and call safe exit sub.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/nikto_core.plugin

    r454 r455  
    698698                else { $OUTPUT{'show_auth'}=1; } 
    699699        } 
    700         elsif ($key eq 'q') {  
     700       elsif (($key eq 'q') || (ord($key) eq 3)){  
    701701                safe_quit(); 
    702702        } 
Note: See TracChangeset for help on using the changeset viewer.