org.gnu.mp3Spider
Class mp3Spider

java.lang.Object
  |
  +--org.gnu.mp3Spider.mp3Spider

public class mp3Spider
extends java.lang.Object

This program searches SMB shares of all available machines in the given domain recursively, for files ending with .mp3. The results will be written to the given file or to mp3Spider.out if none is specified. The program is based on Norbert Hranitzky's jCifs client (which is quite diferent from jCifs seen at jcifs.samba.org).
KNOWN ISSUES:
Will not enumerate more than 500 machines.
Due to obscure reasons, jCifs will not enumerate shares whose names are longer than 12 characters (This behaviour is also seen in smbclient).
Program creates one thread per machine, this can bog down your machine! JDK1.3 is needed for this to work.

Since:
0.1
See Also:
jCifs Client,
Constructor Summary
mp3Spider()
           
 
Method Summary
static void main(java.lang.String[] args)
          Entry point.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

mp3Spider

public mp3Spider()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException,
                        java.lang.InterruptedException
Entry point.
Parameters:
args[0] - Domain controller name.
args[1] - Domain user name.
args[2] - Domain password.
args[3] - Optional file name. Default is mp3Spider.out