On Sun, Feb 22, 2004 at 05:09:13PM +0100, Audun Larsen wrote: > > A simple plugin to see if the host is running smallftpd 1.0.3. Thanks. Two comments : if("smallftpd 1.0.3" >< data) should really be something like : if ( egrep(pattern:"smallftpd 1\.0\.[0-3][^0-9]", string:data) ) So that it catches version 1.0.0 thru 1.0.3 (instead of just 1.0.3). Also, did you install smallftpd ? Are you sure this is its banner ? -- Renaud _______________________________________________ Plugins-writers mailing list Plugins-writers@private http://mail.nessus.org/mailman/listinfo/plugins-writers
This archive was generated by hypermail 2b30 : Sun Feb 22 2004 - 08:24:36 PST