View Single Post
  #4 (permalink)  
Old 12-27-2007, 08:08 PM
JavaBean's Avatar
JavaBean JavaBean is offline
Moderator
 
Join Date: May 2007
Posts: 1,272
JavaBean is on a distinguished road
I am not an hacking expert but my comments are...

If you do that via a automatic program over network, then Java's networking libraries are enough to to that in high protocol levels. I mean fi you find a bug in FTP protocol, you can use it with Java. But for lower level, you need to develop a JNI interface to low level networking details.

If you are doing it on the host computer (e.g. using a console), then i think you should find the bugs inside the system software on that system and try to exploit it.. And as far as i know, there is nothing related to Java here unless that system software is written in Java.
Reply With Quote