Changeset 406
- Timestamp:
- 05/05/2010 07:32:13 PM (3 years ago)
- Location:
- trunk/plugins
- Files:
-
- 2 edited
-
db_tests (modified) (1 diff)
-
nikto_core.plugin (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/db_tests
r405 r406 6210 6210 "006209","0","2","/uploads/readme.txt","GET","200","","","","","Readme file found.","","" 6211 6211 "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 62 62 } 63 63 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//; 64 68 if ($loc_header eq $FoF{$ext}{'location'}) { 65 69 return 1; 66 }70 } 67 71 } 68 72 elsif (($FoF{$ext}{'type'} eq "BLANK") && ($content eq "")) {
Note: See TracChangeset
for help on using the changeset viewer.