Does anyone have an idea about how to pentest a java applet. I mean if there is a website that is written in php .. we try to pentest the site against sql injection, XSS and CSRF, but how can I pentest a java applet..and what are kind of vulnerabilities I might found.. buffer overflow !! ? or .... For example, let's assume I have a java file called room.jnlp that opens a chat room .. I tried to change my profile name to
<h1>Profile name</h1>
but I was sure that the h1 tags will not be executed because it is not a webserver. I also was trying to enter a very long string in the profile name hoping to find a buffer overflow but I was sure this is not gonna happen .. because java checks the boundaries of its arrays
I also would be grateful if you could provide me with online tutorials or some books that talk about how to pentest java application, applets and servlets. Thank you :)