-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Module: Get Clipboard
Haoxi Tan edited this page Jan 7, 2020
·
2 revisions
TODO## Summary
-
Objective: Steals content of the user's clipboard
-
Authors: bcoles
-
Browsers: IE 6-8 (IE 7&8 will prompt for permission)
Uses the clipboardData
API to retrieve content, and send it back in plaintext via a GET request.
var clipboard = clipboardData.getData("Text");
- Configuration
- Interface
- Information Gathering
- Social Engineering
- Network Discovery
- Metasploit
- Tunneling
- XSS Rays
- Persistence
- Creating a Module
- Geolocation
- Using-BeEF-With-NGROK