XSS Code
I figured out where a website that works with a point system is vunerable to cross site scripting.
I am not a great hacker so if someone can tell me what i would need to type in to change the point value.
Thank you.
Chances are you won't be able to change your points with xss. Also, the payload is highly dependent on where the xss is located. I'm not sure if you found it in a submit form, chat box, or header. Anyways, xss is done at the client side, so you would only be changing local data.
A guy already did this but people weren't sure how he did it,Im just looking to try
Without any context this is impossible.