Phishing attack stuck with jsp loginAction.do page?

Posted by user970533 on Pro Webmasters See other posts from Pro Webmasters or by user970533
Published on 2012-09-27T15:25:36Z Indexed on 2012/09/27 15:51 UTC
Read the original article Hit count: 394

Filed under:
|
|

I'm testing a phishing website on a staged replica of an jsp web-application. I'm doing the usual attack which involves changing the post and action field of source code to divert to my own written jsp script capture the logins and redirect the victim to the original website.

It looks easy, but trust me, it's has been me more then 2 weeks and I cannot write the logins to the text file. I have tested the jsp page on my local wamp server it works fine. In staged, when I click on the ok button for user/password field I'm taken to loginAction.do script. I checked this using the tamper data add-on on Firefox. The only way I was able to make my script run was to use burp proxy intercept the request and change action parameter to refer my uploaded script.

I want to know what does an loginAction.do? I have googled it - it's quite common to see it in jsp application. I have checked the code; there is nothing that tells me why the page always points to the .do script instead of mine. Is there some kind of redirection in Tomcat? I like to know. I'm unable to exploit this attack vector? I need the community's help.

© Pro Webmasters or respective owner

Related posts about web-development

Related posts about webserver