Changeset 488


Ignore:
Timestamp:
07/19/2010 12:51:26 PM (3 years ago)
Author:
sullo
Message:

From Dave: Print proper redirect location.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/nikto_core.plugin

    r485 r488  
    188188 
    189189    if (defined $headers{'location'}) { 
    190         nprint("+ Root page / redirects to: $result{'location'}"); 
     190        nprint("+ Root page / redirects to: $headers{'location'}"); 
    191191        if ($headers{'location'} =~ /^$mark->{'hostname'}/i)    # same host 
    192192        { 
Note: See TracChangeset for help on using the changeset viewer.