Ignore:
Timestamp:
07/12/2010 01:39:38 PM (3 years ago)
Author:
sullo
Message:

A few output message tweaks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/nikto_core.plugin

    r474 r485  
    188188 
    189189    if (defined $headers{'location'}) { 
    190         nprint("- Root page / redirects to: $result{'location'}"); 
     190        nprint("+ Root page / redirects to: $result{'location'}"); 
    191191        if ($headers{'location'} =~ /^$mark->{'hostname'}/i)    # same host 
    192192        { 
     
    367367    if (defined $request{'whisker'}->{'proxy_host'}) { 
    368368        nprint( 
    369             "- Proxy:              $request{'whisker'}->{'proxy_host'}:$request{'whisker'}->{'proxy_port'}" 
     369            "+ Proxy:              $request{'whisker'}->{'proxy_host'}:$request{'whisker'}->{'proxy_port'}" 
    370370            ); 
    371371    } 
    372372    if (defined $NIKTO{'hostid'}) { 
    373373        nprint( 
    374             "- Host Auth:       ID: $NIKTO{'hostid'}, PW: $NIKTO{'hostpw'}, Realm: $NIKTO{'hostdomain'}", 
     374            "+ Host Auth:       ID: $NIKTO{'hostid'}, PW: $NIKTO{'hostpw'}, Realm: $NIKTO{'hostdomain'}", 
    375375            "v" 
    376376            ); 
Note: See TracChangeset for help on using the changeset viewer.