Changeset 195


Ignore:
Timestamp:
10/27/2009 03:50:53 AM (4 years ago)
Author:
sullo
Message:

Forgot to take out 404 code (testing)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/nikto_multiple_index.plugin

    r193 r195  
    4949        my ($res, $content) = nfetch($mark,"/$item->{index}", "GET"); 
    5050 
    51         if (($res == 200) || ($res == 404)) 
     51        if (($res == 200) || ($res == 302)) 
    5252        { 
    5353                $content=rm_active_content($result{'whisker'}->{'data'}); 
Note: See TracChangeset for help on using the changeset viewer.