|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.gnu.mp3Spider.mp3Spider
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.
Constructor Summary | |
mp3Spider()
|
Method Summary | |
static void |
main(java.lang.String[] args)
Entry point. |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public mp3Spider()
Method Detail |
public static void main(java.lang.String[] args) throws java.io.IOException, java.lang.InterruptedException
args[0]
- Domain controller name.args[1]
- Domain user name.args[2]
- Domain password.args[3]
- Optional file name. Default is mp3Spider.out
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |