Changeset 485 for trunk/plugins/nikto_core.plugin
- Timestamp:
- 07/12/2010 01:39:38 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/plugins/nikto_core.plugin (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/nikto_core.plugin
r474 r485 188 188 189 189 if (defined $headers{'location'}) { 190 nprint(" -Root page / redirects to: $result{'location'}");190 nprint("+ Root page / redirects to: $result{'location'}"); 191 191 if ($headers{'location'} =~ /^$mark->{'hostname'}/i) # same host 192 192 { … … 367 367 if (defined $request{'whisker'}->{'proxy_host'}) { 368 368 nprint( 369 " -Proxy: $request{'whisker'}->{'proxy_host'}:$request{'whisker'}->{'proxy_port'}"369 "+ Proxy: $request{'whisker'}->{'proxy_host'}:$request{'whisker'}->{'proxy_port'}" 370 370 ); 371 371 } 372 372 if (defined $NIKTO{'hostid'}) { 373 373 nprint( 374 " -Host Auth: ID: $NIKTO{'hostid'}, PW: $NIKTO{'hostpw'}, Realm: $NIKTO{'hostdomain'}",374 "+ Host Auth: ID: $NIKTO{'hostid'}, PW: $NIKTO{'hostpw'}, Realm: $NIKTO{'hostdomain'}", 375 375 "v" 376 376 );
Note: See TracChangeset
for help on using the changeset viewer.