--
null - Spreading the right Information
null Mailing list charter: http://null.co.in/section/about/null_list_charter/
your question is confusing, it will be great if you can jot down the
steps you are trying to do, what result are you expecting at each step
and actual result.
Are you facing problem in setting cookie ? or facing problem in
retriving cookie <and post that exploit to dom based css?>
Raxit
On Sun, Sep 11, 2011 at 4:01 PM, Prashanth Sivarajan
<pras...@gmail.com> wrote:
--
null - Spreading the right Information
null Mailing list charter: http://null.co.in/section/about/null_list_charter/
XSS is possible in
>>>> <input type="text" id="txtName" value="" size="30" title="User Name" name="txtUserName" />
>>>> document.getElementById ('txtName').value= readUserName() ;
try to set the username you able to inject HTML Markup tags
not checked though,
cheers,
cons0ul
in
check this out
http://weblogs.java.net/blog/gmurray71/archive/2006/09/preventing_cros.html
cheers,
cons0ul
@aditya
Xss is executed in the client side only..so it can read cookies at the client side code.. But this script can be persisted into DB and can be executed client side on user action..
Sanjeev Sharma