Changeset 287


Ignore:
Timestamp:
01/28/2010 05:38:15 AM (3 years ago)
Author:
sullo
Message:

Output message prettification

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/nikto_core.plugin

    r285 r287  
    22522252  { 
    22532253   $answer=read_data("\n 
    2254    ***** Portions of the server's ident string ($updated_version) 
    2255    are not in the Nikto database or is newer than the known string. 
    2256    Would you like to submit this information (*no server specific data*) 
    2257    to CIRT.net for a Nikto update (or you may email to sullo\@cirt.net) 
    2258    (y/n)? ",""); 
     2254   ********************************************************************* 
     2255   Portions of the server's ident string ($updated_version) are not in 
     2256   the Nikto database or is newer than the known string. Would you like 
     2257   to submit this information (*no server specific data*) to CIRT.net 
     2258   for a Nikto update (or you may email to sullo\@cirt.net) (y/n)? ",""); 
    22592259  } 
    22602260 
     
    23252325 if ($CONTENT !~ /SUCCESS/)  
    23262326  {  
    2327    print STDERR "+ ERROR: ($RES, $CONTENT): Unable to send updated version string(s) to CIRT.net\n";  
     2327   print STDERR "+ ERROR: ($RES, $CONTENT): Unable to send update info to CIRT.net\n";  
    23282328  } 
    23292329 else 
    23302330  { 
    2331    nprint "- Sent updated version string(s) to CIRT.net\n";  
     2331   nprint "- Sent updated info to CIRT.net -- Thank you!\n";  
    23322332  } 
    23332333 
Note: See TracChangeset for help on using the changeset viewer.