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


What kind of Attack can Java perform? - Gintoki Ameto - 12-01-2013

I have a question, since Java is a bytecode language programming, what kind of attack suite with the way Java work?
It's kinda abstract so I guess it won't be use in develop malware, will it?
Sorry if my English kinda fail, I'm not native English speaker.
Thanks for read :Thumbs-Up: ,
Gintoki Ameto


What kind of Attack can Java perform? - Gintoki Ameto - 12-01-2013

I have a question, since Java is a bytecode language programming, what kind of attack suite with the way Java work?
It's kinda abstract so I guess it won't be use in develop malware, will it?
Sorry if my English kinda fail, I'm not native English speaker.
Thanks for read :Thumbs-Up: ,
Gintoki Ameto


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

First of all Java is a Object Oriented Programming Language and not Bytecode oriented. Java code is compiler to to form the bytecode which is then interpreted by the JVM.

Secondly, what kind of attack suite are you talking about. Just be clear with your requirement and so we can help better.

Check these :-

http://www.hackcommunity.com/Thread-Tutorial-Virus-PE-infection-strategies

http://www.hackcommunity.com/Thread-Tutorial-How-Mozilla-saves-passwords

http://www.hackcommunity.com/Thread-Portable-Executable-format-and-its-rsrc-section

http://www.hackcommunity.com/Thread-Tutorial-Creating-a-jar-virus


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

First of all Java is a Object Oriented Programming Language and not Bytecode oriented. Java code is compiler to to form the bytecode which is then interpreted by the JVM.

Secondly, what kind of attack suite are you talking about. Just be clear with your requirement and so we can help better.

Check these :-

http://www.hackcommunity.com/Thread-Tutorial-Virus-PE-infection-strategies

http://www.hackcommunity.com/Thread-Tutorial-How-Mozilla-saves-passwords

http://www.hackcommunity.com/Thread-Portable-Executable-format-and-its-rsrc-section

http://www.hackcommunity.com/Thread-Tutorial-Creating-a-jar-virus


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

I was talking about writing Malware or Trojan, or Tracing Program, is Java capable to make them?
Well, by bytecode I mean that Java is compile into bytecode, because it is a high level language, thanks for answer my question, Mr.Psycho_Coder Biggrin


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

I was talking about writing Malware or Trojan, or Tracing Program, is Java capable to make them?
Well, by bytecode I mean that Java is compile into bytecode, because it is a high level language, thanks for answer my question, Mr.Psycho_Coder Biggrin


RE: What kind of Attack can Java perform? - Psycho_Coder - 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?
Well, by bytecode I mean that Java is compile into bytecode, because it is a high level language, thanks for answer my question, Mr.Psycho_Coder Biggrin

See the links I have given in my last post. @Deque will be able to help you better since she is has studied about Malware Analysis. All of the previous threads are related.


RE: What kind of Attack can Java perform? - Psycho_Coder - 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?
Well, by bytecode I mean that Java is compile into bytecode, because it is a high level language, thanks for answer my question, Mr.Psycho_Coder Biggrin

See the links I have given in my last post. @Deque will be able to help you better since she is has studied about Malware Analysis. All of the previous threads are related.


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

Thankyou very much, Mr Psycho_Coder


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

Thankyou very much, Mr Psycho_Coder