Jump to content

[SOLVED] What can you do with XSS?


PugJr

Recommended Posts

Is there a way to disable jscript? So far my website has never used any jscript so if I was to disable it all together would that fix it?

 

 

EDIT: And by disabling it I don't mean by client side but like server side?

 

 

Edit: Oh wait a minute, what am I saying? All jscript is, is something on the webpage that the client reads, so how could you disable that?

According to Chris Shiflett's book on essential PHP security, XSS can wreck a range of havoc on applications that displays input from possibly spoofing forms to cross-site request forgery (CSRF) (which translates to sending arbitrary http requests from the victim) for example.

My understanding is it is the client, not the server. Think in terms of the display of webpages (and what can be manipulated if those pages are not secure enough).

 

You can also google XSS for more info as well, such as XSS info on wikipedia for example.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.