Changeset 761


Ignore:
Timestamp:
06/20/2012 02:32:14 PM (11 months ago)
Author:
sullo
Message:

quote host names in output in case they are blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/nikto_core.plugin

    r757 r761  
    23412341                    && !exists $mark->{'bannerchanged'}) { 
    23422342                    nprint( 
    2343                         "+ Server banner has changed from $mark->{banner} to $result{server} which may suggest a WAF, load balancer or proxy is in place" 
     2343                        "+ Server banner has changed from '$mark->{banner}' to '$result{server}' which may suggest a WAF, load balancer or proxy is in place" 
    23442344                        ); 
    23452345                    $mark->{'bannerchanged'} = 1; 
Note: See TracChangeset for help on using the changeset viewer.