Changeset 406


Ignore:
Timestamp:
05/05/2010 07:32:13 PM (3 years ago)
Author:
sullo
Message:

more FP fixes, test updates

Location:
trunk/plugins
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/db_tests

    r405 r406  
    62106210"006209","0","2","/uploads/readme.txt","GET","200","","","","","Readme file found.","","" 
    62116211"006210","0","b","/cadence/help/help.htm","GET","Cadre Technologies","","","","","Cadre Technologies Cadence WebAccess help files found.","","" 
     6212"006211","0","b","/","GET","img src=\"welcome.png\" alt=\"IIS7\"","","","","","Appears to be a default IIS 7 install.","","" 
  • trunk/plugins/nikto_core.plugin

    r403 r406  
    6262    } 
    6363    elsif ($FoF{$ext}{'mode'} eq "REDIR") { 
     64        my $file=$loc_header; 
     65        $file=~ s/^https?:\/\/[^\/]+//; 
     66        $file= char_escape($file); 
     67        $loc_header =~ s/$file//; 
    6468        if ($loc_header eq $FoF{$ext}{'location'}) { 
    6569            return 1; 
    66         } 
     70                } 
    6771    } 
    6872    elsif (($FoF{$ext}{'type'} eq "BLANK") && ($content eq "")) { 
Note: See TracChangeset for help on using the changeset viewer.