What kind of network attack redirects a user from a legitimate website to a fraudulent one by altering the local DNS cache or host records? MCQ with Answer and Explanation
Explanation:
The 'HttpOnly' security flag prevents client-side scripts from reading cookie strings via properties like 'document.cookie', protecting session tokens from malicious script injection exploits.
Which protocol provides a secure method for executing command-line instructions, managing servers, and tunneling network configurations over an encrypted connection on the internet?
Explanation:
SSH (Secure Shell) provides a secure, encrypted channel for running remote terminal commands and managing network systems safely over public paths.
No comments yet. Be the first to start the discussion!