Changeset 449 for trunk/plugins/nikto_apacheusers.plugin
- Timestamp:
- 06/18/2010 01:39:41 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/plugins/nikto_apacheusers.plugin (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/nikto_apacheusers.plugin
r392 r449 48 48 (my $result, $content) = nfetch($mark, "/~root", "GET", "", "", "", "apacheusers: known user"); 49 49 50 $content = char_escape($content);50 $content = quotemeta($content); 51 51 if ($content =~ /forbidden/i) # good on "root" 52 52 { … … 54 54 "GET", "", "", "", "apacheusers: invalid user"); 55 55 56 $content = char_escape($content);56 $content = quotemeta($content); 57 57 if ($content !~ /forbidden/i) # Good, it gave an error instead of forbidden 58 58 {
Note: See TracChangeset
for help on using the changeset viewer.