Which of the following is a major difference between XSS attacks and remote code exploits?
- XSS attacks use machine language, while remote exploits use interpreted language
- XSS attacks targets servers, while remote code exploits targets clients
- Remote code exploits aim to escalate attackers’ privileges, while XSS attacks aim to gain access only
- Remote code exploits allow writing code at the client side and executing it, while XSS attacks require no code to work.