MSFConsole命令常用
msfconsole //启动
search 模块关键字 //搜索要使用的模块
use 模块 //使用模块
show options //显示选项
set 相关信息 //根据选项设置相关信息
exploit 或 run //开始攻击
show exploits :列出Metasploit框架中的所有渗透攻击模块。
show payloads :列出Metasploit框架中所有的攻击载荷。
show auxiliary :列出Metasploit框架中的所有辅助攻击模块。
search 关键字 :查找Metasploit框架中包含关键字的所有模块与载荷。
info 关键字 :展示出相关模块的信息。
show options :列出模块、载荷的选项。
show targets :列出模块、载荷所支持的所有平台。
show advanced :列出高级选项。
exploit 或 run :开始攻击
sessions -l :列出可用的交互会话
sessions -K :杀死所有活跃的交互会话
Meterpreter命令
help :帮助。
run 脚本名 :运行Meterpreter脚本,在scripts/meterpreter目录下的所有脚本。
sysinfo :列出受控主机的系统信息。
ls :列出目标主机的文件和目录信息。
use priv :加载特权提升扩展模块
ps :显示受控主机的进程信息。
getsystem :在受控主机上提升至特权权限。
shell : 在受控主机上运行一个可交互的shell。
screenshot :对受控主机进行截屏。
shutdown :关闭受控主机。
reboot :重启受控主机。