------------------
By Matteo Baccan (baccan@infomedia.it)
--------------------------------------
Java FTP Hack is an FTP Login Scanner written in Java 1.3.
I believe that this program will also work with all JDK versions, but you
need to recompile it.
I have written this program to allow programmers to have one FTP Login
scanner for all operating systems that they use instead of one FTP Login
Scanner for every system.
Use this program in Linux, Windows, AIX, AS/400 or all environment you want.
How To use:
-----------
Usage: java ftpHack [<options>]
-ip <ip address>
When it is possible to specify the ip when you start the scan
ex.
java ftpHack -ip 194.168.0.1
java ftpHack -ip localhost
-port <port>
When it is possible to specify the port when you start the scan
ex.
java ftpHack -port 21
java ftpHack -port 22
-login <name>
When it is possible to specify the user to use for scan
ex.
java ftpHack -login root
java ftpHack -login annymous
-pwdfile <file>
When it is possible to specify the password file to use for scan
ex.
java ftpHack -pwdfile password.ini
-thread <nThread>
When it is possible to specify the number of threads to use for scan
ex.
java ftpHack -thread 20
Update:
-------
0.11
----
Add FTPHack executable created with MS Java SDK Compiler
0.12
----
Corrected some spelling and grammar errors in the Readme.
Thanks to Joel M.Blackman
You may find the latest version of Java FTP Hack at:
http://www.infomedia.it/artic/Baccan
Please e-mail any comments, suggestions, or ideas to Matteo Baccan at:
baccan@infomedia.it
I like Italians
Wkd..




