Changeset 287
- Timestamp:
- 01/28/2010 05:38:15 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/plugins/nikto_core.plugin (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/nikto_core.plugin
r285 r287 2252 2252 { 2253 2253 $answer=read_data("\n 2254 ***** Portions of the server's ident string ($updated_version)2255 are not in the Nikto database or is newer than the known string.2256 Would you like to submit this information (*no server specific data*)2257 to CIRT.net for a Nikto update (or you may email to sullo\@cirt.net)2258 (y/n)? ","");2254 ********************************************************************* 2255 Portions of the server's ident string ($updated_version) are not in 2256 the Nikto database or is newer than the known string. Would you like 2257 to submit this information (*no server specific data*) to CIRT.net 2258 for a Nikto update (or you may email to sullo\@cirt.net) (y/n)? ",""); 2259 2259 } 2260 2260 … … 2325 2325 if ($CONTENT !~ /SUCCESS/) 2326 2326 { 2327 print STDERR "+ ERROR: ($RES, $CONTENT): Unable to send update d version string(s)to CIRT.net\n";2327 print STDERR "+ ERROR: ($RES, $CONTENT): Unable to send update info to CIRT.net\n"; 2328 2328 } 2329 2329 else 2330 2330 { 2331 nprint "- Sent updated version string(s) to CIRT.net\n";2331 nprint "- Sent updated info to CIRT.net -- Thank you!\n"; 2332 2332 } 2333 2333
Note: See TracChangeset
for help on using the changeset viewer.