Tag Archives: XSS

Clickjacking and XSS for reading autocomplete credentials.

By combining Cross Site Scripting (XSS) with Clickjacking and JavaScript it is possible to extract passwords and data stored within the browsers Autocomplete cache. Autocomplete is a feature supported by all browsers to cache input field values – it can … Continue reading

Posted in JavaScript | Tagged , , | Leave a comment

Javascript keylogger in JQuery.

I needed to capture someone’s login credentials using cross site scripting. However I had 3 problems. Firstly there was no XSS on the login page, secondly the only XSS was reflected, meaning it only affected the current page and thirdly … Continue reading

Posted in Exploits, JavaScript | Tagged , , , | Leave a comment