Path: blob/master/modules/browser/hooked_origin/overflow_cookiejar/config.yaml
1154 views
#1# Copyright (c) 2006-2025 Wade Alcorn - [email protected]2# Browser Exploitation Framework (BeEF) - https://beefproject.com3# See the file 'doc/COPYING' for copying permission4#5beef:6module:7overflow_cookiejar:8enable: true9category: ["Browser", "Hooked Domain"]10name: "Overflow Cookie Jar"11description: "This module attempts to perform John Wilander's CookieJar overflow. He demonstrated this in his <a href='https://www.owasp.org/index.php/OWASP_1-Liner'>Owasp 1-liner project</a>. With this module, cookies that have the HTTPOnly-flag and/or HTTPS-flag can be wiped. You can try to recreate these cookies afterwards as normal cookies."12authors: ["Bart Leppens"]13target:14working: ["S", "C", "FF", "IE"]151617