折腾几天,总算是在虚拟机中安装好了4.2版本的metasploit,能够成功打开console,这里将metasploit console的指令用中文翻一下:

原文及翻译:

    back          Move back from the current context
返回 从当前上下文返回
banner Display an awesome metasploit banner
横幅 显示一个 真棒 的横幅(测试后发现在图片下面还有当前metasploit的
版本信息,以及exploits,auxiliary,payload,encoders的总数信息)
cd Change the current working directory
改变当前的工作目录,类似于dos命令
color Toggle color
切换颜色
connect Communicate with a host
与主机通讯
exit Exit the console
退出控制台程序
help Help menu
帮助菜单
info Displays information about one or more module
显示关于一个或多个模块的信息
irb Drop into irb scripting mode
落入IRB脚本模式
jobs Displays and manages jobs
显示和管理工作
kill Kill a job
取消一个工作
load Load a framework plugin
加载一个框架插件
loadpath Searches for and loads modules from a path
查找并且加载指定路径下的模块
makerc Save commands entered since start to a file
保存自开始时输入的命令到一个文件
popm Pops the latest module off of the module stack and makes it active
???
previous Sets the previously loaded module as the current module
设置先前加载模块,作为当前的模块
pushm Pushes the active or list of modules onto the module stack
???
quit Exit the console
退出控制台程序
reload_all Reloads all modules from all defined module paths
重新加载所有模块的所有定义的模块路径
resource Run the commands stored in a file
运行存储在一个文件中的命令
route Route traffic through a session
在路由中通过一个会话
save Saves the active datastores
保存活动数据存储
search Searches module names and descriptions
搜索模块名称和说明
sessions Dump session listings and display information about sessions
转储会话列表和显示有关会话的信息
set Sets a variable to a value
设置一个变量的值
setg Sets a global variable to a value
设置一个全局变量的值
show Displays modules of a given type, or all modules
显示给定类型的模块或所有模块
sleep Do nothing for the specified number of seconds
休眠指定的秒数
spool Write console output into a file as well the screen
写控制台输出到一个文件中,以及在屏幕
threads View and manipulate background threads
显示和操作后台线程
unload Unload a framework plugin
卸载一个框架插件
unset Unsets one or more variables
取消设置一个变量的值
unsetg Unsets one or more global variables
取消设置一个全局变量的值
use Selects a module by name
根据名称选择一个模块
version Show the framework and console library version numbers
显示框架和类库的版本信息

  

metasploit console 命令解释的更多相关文章

  1. metasploit msfconsole 命令

    metasploit msfconsole 命令 msf > help db_autopwn Commands =================== Command Description - ...

  2. [转]九个Console命令,让js调试更简单

    转自:九个Console命令,让js调试更简单 一.显示信息的命令 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 <!DOCTYPE html> <html ...

  3. 理解docker容器和镜像(layer,ufs)和docker命令解释

    博客好文1:http://blog.csdn.net/x931100537/article/details/49633107(理解docker容器和镜像,理解简单,从原理入手,什么是layer,什么是 ...

  4. js调试工具Console命令详解

    这篇文章主要介绍了js调试工具Console命令详解,需要的朋友可以参考下   一.显示信息的命令 复制代码 代码如下: < !DOCTYPE html> < html> &l ...

  5. 9 个让 JavaScript 调试更简单的 Console 命令

    一.显示信息的命令 <!DOCTYPE html> <html> <head> <title>常用console命令</title> < ...

  6. 九个Console命令,让 JS 调试更简单

    一.显示信息的命令 <!DOCTYPE html> <html> <head> <title>常用console命令</title> < ...

  7. 【转】nagios 命令解释

    nagios 命令解释 check_ssh                 界面拼装参数格式如下共3个元素:                         命令!端口!连接超时时间          ...

  8. 9个Console命令

    九个Console命令,让js调试更简单 By.cllgeek 一.显示信息的命令 1: <!DOCTYPE html> 2: <html> 3: <head> 4 ...

  9. metasploit 常用命令备忘

    metasploit 常用命令备忘    MSFconsole Commands-------------------------------------24show exploits 查看所有exp ...

随机推荐

  1. 200-Java语言基础-Java编程入门-006 | Java数组定义及使用(引用数据类型)

    一.数组概述和定义格式说明 为什么要有数组(容器): 为了存储同种数据类型的多个值 数组概念: 数组是存储同一种数据类型多个元素的集合.也可以看成是一个容器. 数组既可以存储基本数据类型,也可以存储引 ...

  2. vue 给一个值重置初始值

    查了下资料很多都是如下: 1. this.$options.data() 这个可以获取原始的data值,this.$data 获取当前状态下的data,拷贝重新赋值一下就行了. 1 Object.as ...

  3. RabbitMQ 入门 (Go) - 4. 使用 Fanout Exchange 做服务发现(上)

    到目前为止,我们项目的结果大致如下: 传感器生成的模拟数据(包含传感器名称.数据.时间戳)是通过传感器在运行时动态创建的 Queue 来发送的.这些 Queue 很难直接被发现. 为了解决这个问题,我 ...

  4. ls(list)命令详解及生产使用示例

    文件有文件名与数据,在linux上被分为两个部分:用户数据(user data)与元数据(metadata) 用户数据,即文件数据块(data block),数据块是记录文件真实内容的地方,我们将其称 ...

  5. Windows Server 2016不小心卸载了.NET Framwork4.6后服务器管理器等功能都不能用的解决方案

    之前卸载IIS的时候手贱把.NET FrameWork 4.6给卸载了,下面有一个比较简单的恢复方法. 可以尝试一下通过cmd命令DISM启用.NET 4.6:1. 首先运行如下命令查看当前的功能安装 ...

  6. SpringBoot项目war包部署

    服务部署 记录原因 将本地SpringBoot项目通过war包部署到虚拟机中,验证服务器部署. 使用war包是为了方便替换配置文件等. 工具 对象 版本 Spring Boot 2.4.0 VMwar ...

  7. libnet的使用详解

    最近搬砖需要对libnet进行介绍在这里对知识进行汇总. 1.libnet简介 在libnet出现以前,如果要构造数据包并发送到网络中,程序员要通过一些复杂的接口来处理.libnet的出现,为程序员提 ...

  8. (数据科学学习手札117)Python+Dash快速web应用开发——交互表格篇(下)

    本文示例代码已上传至我的Github仓库https://github.com/CNFeffery/DataScienceStudyNotes 1 简介 这是我的系列教程Python+Dash快速web ...

  9. buuctf pwn wp---part1

    pwn难啊 1.test_your_nc 测试你nc,不用说,连上就有. 2.rip ida中已经包含了system函数: 溢出,覆盖rip为fun函数,peda计算偏移为23: from pwn i ...

  10. Jmeter对数据库批量增删改查

    本文主要的内容是使用Jmeter对数据库进行数据的操作,包括单条语句的增删改查,多条语句的增删改查,本文主要介绍操作流程,关于流程的运作原理,对原理感兴趣的同学可自行查阅资料. 首先需要准备一个数据库 ...