msfconsole启动msf控制台后
└─msfconsole                                         2 ⨯

.                                         .
 .

dBBBBBBb  dBBBP dBBBBBBP dBBBBBb  .                       o
       '   dB'                     BBP
    dB'dB'dB' dBBP     dBP     dBP BB
   dB'dB'dB' dBP      dBP     dBP  BB
  dB'dB'dB' dBBBBP   dBP     dBBBBBBB

dBBBBBP  dBBBBBb  dBP    dBBBBP dBP dBBBBBBP
          .                  .                  dB' dBP    dB'.BP
                             |       dBP    dBBBB' dBP    dB'.BP dBP    dBP
                           --o--    dBP    dBP    dBP    dB'.BP dBP    dBP
                             |     dBBBBP dBP    dBBBBP dBBBBP dBP    dBP

.
                .
        o                  To boldly go where no
                            shell has gone before

=[ metasploit v6.1.28-dev                          ]
+ -- --=[ 2197 exploits - 1163 auxiliary - 400 post       ]
+ -- --=[ 596 payloads - 45 encoders - 11 nops            ]
+ -- --=[ 9 evasion                                       ]

Metasploit tip: View all productivity tips with the
tips command

msf6 > banner
Call trans opt: received. 2-19-98 13:24:18 REC:Loc

Trace program: running

wake up, Neo...
        the matrix has you
      follow the white rabbit.

knock, knock, Neo.

(`.         ,-,
                        ` `.    ,;' /
                         `.  ,'/ .'
                          `. X /.'
                .-;--''--.._` ` (
              .'            /   `
             ,           ` '   Q '
             ,         ,   `._    \
          ,.|         '     `-.;_'
          :  . `  ;    `  ` --,.._;
           ' `    ,   )   .'
              `._ ,  '   /_
                 ; ,''-,;' ``-
                  ``-..__``--`

https://metasploit.com

=[ metasploit v6.1.28-dev                          ]
+ -- --=[ 2197 exploits - 1163 auxiliary - 400 post       ]
+ -- --=[ 596 payloads - 45 encoders - 11 nops            ]
+ -- --=[ 9 evasion                                       ]

Metasploit tip: You can pivot connections over sessions
started with the ssh_login modules

Cve指定平台Exp漏洞搜索搭配参数如下:

msf6 > grep windows search cve:2021
   0 exploit/windows/http/advantech_iview_unauth_rce                         2021-02-09       excellent  Yes    Advantech iView Unauthenticated Remote Code Execution
   4   exploit/windows/local/canon_driver_privesc                              2021-08-07       normal     Yes    Canon Driver Privilege Escalation
   8   exploit/windows/local/cve_2021_21551_dbutil_memmove                     2021-05-04       good       Yes    Dell DBUtil_2_3.sys IOCTL memmove
   12  exploit/windows/http/fortilogger_arbitrary_fileupload                   2021-02-26       normal     Yes    FortiLogger Arbitrary File Upload Exploit
   17  exploit/windows/local/lexmark_driver_privesc                            2021-07-15       normal     Yes    Lexmark Driver Privilege Escalation
   20  exploit/windows/http/exchange_proxylogon_rce                            2021-03-02       excellent  Yes    Microsoft Exchange ProxyLogon RCE
   22  exploit/windows/http/sharepoint_unsafe_control                          2021-05-11       excellent  Yes    Microsoft SharePoint Unsafe Control and ViewState RCE
   23  exploit/windows/http/netmotion_mobility_mvcutil_deserialization         2021-02-08       excellent  Yes    NetMotion Mobility Server MvcUtil Java Deserialization
   34  exploit/windows/local/cve_2021_1732_win32k                              2021-02-10       good       Yes    Win32k ConsoleControl Offset Confusion
   35  post/windows/gather/credentials/windows_sam_hivenightmare               2021-07-20       normal     No     Windows SAM secrets leak - HiveNightmare
msf6 >

更多

msf6 > help search
Usage: search [<options>] [<keywords>:<value>]

Prepending a value with '-' will exclude any matching results.
If no options or keywords are provided, cached results are displayed.

OPTIONS:

-h, --help                      Help banner
    -I, --ignore                    Ignore the command if the only match has the same name as the search
    -o, --output <filename>         Send output to a file in csv format
    -r, --sort-descending <column>  Reverse the order of search results to descending order
    -S, --filter <filter>           Regex pattern used to filter search results
    -s, --sort-ascending <column>   Sort search results by the specified column in ascending order
    -u, --use                       Use module if there is one result

Keywords:
  aka              :  Modules with a matching AKA (also-known-as) name
  author           :  Modules written by this author
  arch             :  Modules affecting this architecture
  bid              :  Modules with a matching Bugtraq ID
  cve              :  Modules with a matching CVE ID
  edb              :  Modules with a matching Exploit-DB ID
  check            :  Modules that support the 'check' method
  date             :  Modules with a matching disclosure date
  description      :  Modules with a matching description
  fullname         :  Modules with a matching full name
  mod_time         :  Modules with a matching modification date  name             :  Modules with a matching descriptive name
  path             :  Modules with a matching path
  platform         :  Modules affecting this platform
  port             :  Modules with a matching port
  rank             :  Modules with a matching rank (Can be descriptive (ex: 'good') or numeric with comparison operators (ex: 'gte400'))
  ref              :  Modules with a matching ref
  reference        :  Modules with a matching reference
  target           :  Modules affecting this target
  type             :  Modules of a specific type (exploit, payload, auxiliary, encoder, evasion, post, or nop)

Supported search columns:
  rank             :  Sort modules by their exploitabilty rank
  date             :  Sort modules by their disclosure date. Alias for disclosure_date
  disclosure_date  :  Sort modules by their disclosure date
  name             :  Sort modules by their name
  type             :  Sort modules by their type
  check            :  Sort modules by whether or not they have a check method

searchExamples:
  search cve:2009 type:exploit
  search cve:2009 type:exploit platform:-linux
  search cve:2009 -s name
  search type:exploit -s type -r

msfconsole常用搜索命令search相关推荐

  1. Linux常用搜索命令

    1.通过locate搜索.(这个比较好)   Locate是通过文件名搜索文件的工具.它的用法也比较简单.Locate的应用,首先要通过updatedb建立索引数据库,然后再应用. 2.whereis ...

  2. everything常用搜索命令

    参考:玩转Everything(三) https://baijiahao.baidu.com/s?id=1735662355311796969&wfr=spider&for=pc 可右 ...

  3. alfred 常用搜索_如何使用Alfred完善macOS的Spotlight搜索

    alfred 常用搜索 Spotlight Search on macOS has gotten a lot better over the last few years, but there's s ...

  4. 一些常用的GOOGLE、YAHOO、BAIDU三大搜索引擎搜索命令

    GOOGLE.YAHOO.BAIDU三大搜索引擎的搜索命令不尽相同,我整理了一下共享给大家,GOOGLE.YAHOO.BAIDU三大搜索引 擎一些常用的搜索命令整理如下: 一.baidu的使用 1.查 ...

  5. 【MSFconsole工具】下载、启动方法、msf常用基础命令、模块功能、核心命令(入门初识)

    目录 一.简介: 二.下载: 2.1.kali 2.2.官网: 2.3.GitHub: 三.启动方法 四.msf常用基础命令 五.msf结构 六. 核心命令: 一.简介: 很容易地获取.开发并对计算机 ...

  6. Linux常用命令(第二版) --文件搜索命令

    文件搜索命令 1.which /usr/bin/which #显示系统命令所在目录,绝对目录,不能查找文件 格式:which [系统命令] e.g. which ls 附-whereis:也可以查找到 ...

  7. Linux常用命令之文件搜索命令

    目录 1.最强大的搜索命令:find 一.根据 文件或目录名称 搜索 二.根据 文件大小 搜索 三.根据 所有者和所属组 搜索 四.根据 时间属性 搜索 五.根据 文件类型或i节点 搜索 六.组合条件 ...

  8. Linux常用命令之搜索命令

    Linux下查找相关命令主要有以下4个:which.whereis.locate.find,外加一个关键字行搜索grep 4个命令的比较如下表所示: 一.最常用的搜索命令:find 注意:Linux搜 ...

  9. Linux常用命令--文件搜索命令

    本文主要记录Linux常用命令中的文件搜索命令,如下. 文件搜索命令locate 命令搜索命令 whereis 与which 文件搜索命令 find 字符串搜索命令grep find命令与grep的区 ...

  10. Linux学习4之常用命令--文件搜索命令

    一.文件搜索命令  find 语法:find [搜索范围] [匹配条件]  {find [搜索范围] [搜索模式] [搜索条件]} 1.以文件名来查找  -name(区分大小写)-iname (不区分 ...

最新文章

  1. Matlab中cq是什么,Matlab中gradient函数(梯度计算原理)
  2. 历届试题 快速排序:
  3. 160 - 25 CodeZero.1
  4. linux platform 驱动模型分析
  5. (转载)解决eclipse安装maven的问题:Unable to update index for central|http://repo1.maven.org/maven2...
  6. 动态分配IP之dhcp服务
  7. 为什么Bert的三个Embedding可以进行相加?
  8. 第五章 基于时序差分和Q学习的无模型预测与控制-强化学习理论学习与代码实现(强化学习导论第二版)
  9. Web2.0:天使投资与VC的竞技场
  10. 主梁弹性模量计算_轮扣模板计算书(GB51210-2016规范)
  11. 电信云服务器装系统,天翼云主机重装系统的详细操作步骤
  12. 10 种为React应用程序设计样式的方法
  13. 手机开热点如何查看接入热点的所有ip
  14. 东南大学计算机学院分数线,“东南大学”2019本一批次专业录取分数整理!计算机、建筑领域实力强,又是985、211、双一流名校!...
  15. 编程日记——第一次写博客
  16. ECCV 2022|通往数据高效的Transformer目标检测器
  17. Mysql数据库管理系统原理及基本操作
  18. 耶格肺功能仪软件 - 弥散测试
  19. F - 恐怖分子 CodeForces - 514B
  20. 打印系统开发(39)——检查打印机状态

热门文章

  1. C#webservice实例
  2. springboot elementui vue商城微信小程序源码(毕设)开发讲解
  3. 按键精灵手机助手界面三级联动
  4. 软件测试网上订餐系统,星月外卖网上订餐系统软件测试报告(正式).doc
  5. 电子科大+矩阵理论+真题总结
  6. 雨滴win7计算机路径,win7系统设置雨滴桌面(Rainmeter)开机自启动的操作方法
  7. python做var模型_python中VAR模型的条件预测
  8. 【软技能】完全写作指南--演讲幻灯片
  9. bochs运行xp_bochs xp镜像
  10. jQuery倒计时插件