Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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 :)

share|improve this question
Try searching Amazon for "penetration testing". But if you are serious about it, you need it penetration tested by an expert. Otherwise, all you are proving is that the applet is secure against a non-expert! – DNA Sep 30 '12 at 17:36

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.