PT0-002 · Question #578
A penetration tester team is looking for the best way to steal an active session cookie that is managed on an unprotected JavaScript variable on the client side. Which of the following is the best…
The correct answer is A. BeEF. BeEF (Browser Exploitation Framework) is specifically designed for exploiting vulnerabilities in web browsers. It can be used to steal active session cookies by injecting malicious JavaScript code into a client-side application or by leveraging an XSS (Cross-Site Scripting)…
Question
A penetration tester team is looking for the best way to steal an active session cookie that is managed on an unprotected JavaScript variable on the client side. Which of the following is the best tool to use for this task?
Options
- ABeEF
- BBurp Suite
- CGobuster
- DSET
How the community answered
(29 responses)- A83% (24)
- B3% (1)
- C10% (3)
- D3% (1)
Explanation
BeEF (Browser Exploitation Framework) is specifically designed for exploiting vulnerabilities in web browsers. It can be used to steal active session cookies by injecting malicious JavaScript code into a client-side application or by leveraging an XSS (Cross-Site Scripting) vulnerability. Since the session cookie is stored in an unprotected JavaScript variable, BeEF is an ideal tool to target and extract this information.
Topics
Community Discussion
No community discussion yet for this question.