Sinisterly
What kind of Attack can Java perform? - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Coding (https://sinister.ly/Forum-Coding)
+--- Forum: Java, JVM, & JRE (https://sinister.ly/Forum-Java-JVM-JRE)
+--- Thread: What kind of Attack can Java perform? (/Thread-What-kind-of-Attack-can-Java-perform)

Pages: 1 2


RE: What kind of Attack can Java perform? - Deque - 12-01-2013

(12-01-2013, 06:15 AM)Gintoki Ameto Wrote: I was talking about writing Malware or Trojan, or Tracing Program, is Java capable to make them?

Java is capable doing so, yes. But depending on the very kind of malware and your target group another language might be more suitable.
If you need OS dependend functions, it might be better to choose a language that has direct access to them instead of using JNI.
If you want a malware that works on a very broad range of platforms, Java might be a really good choice.


RE: What kind of Attack can Java perform? - Deque - 12-01-2013

(12-01-2013, 06:15 AM)Gintoki Ameto Wrote: I was talking about writing Malware or Trojan, or Tracing Program, is Java capable to make them?

Java is capable doing so, yes. But depending on the very kind of malware and your target group another language might be more suitable.
If you need OS dependend functions, it might be better to choose a language that has direct access to them instead of using JNI.
If you want a malware that works on a very broad range of platforms, Java might be a really good choice.


RE: What kind of Attack can Java perform? - passwd - 12-01-2013

You can do allot with Java I don't know all but I know that you can steel peoples passwords and make malwear to crash computers.


RE: What kind of Attack can Java perform? - passwd - 12-01-2013

You can do allot with Java I don't know all but I know that you can steel peoples passwords and make malwear to crash computers.


RE: What kind of Attack can Java perform? - Gintoki Ameto - 12-02-2013

Thank you all for your reply Biggrin


RE: What kind of Attack can Java perform? - Gintoki Ameto - 12-02-2013

Thank you all for your reply Biggrin