首页 > 系统相关 >Metasploit Pro 4.22.2-2024071501 (Linux, Windows) - 专业渗透测试框架

Metasploit Pro 4.22.2-2024071501 (Linux, Windows) - 专业渗透测试框架

时间:2024-07-22 10:52:44浏览次数:16  
标签:Metasploit Windows Pro Server Linux Microsoft

Metasploit Pro 4.22.2-2024071501 (Linux, Windows) - 专业渗透测试框架

Rapid7 Penetration testing, release Jul 15, 2024

请访问原文链接:https://sysin.org/blog/metasploit-pro-4/,查看最新版。原创作品,转载请保留出处。

作者主页:sysin.org


sysin

世界上最广泛使用的渗透测试框架

知识就是力量,尤其是当它被分享时。作为开源社区和 Rapid7 之间的合作,Metasploit 帮助安全团队做的不仅仅是验证漏洞、管理安全评估和提高安全意识 (sysin);它使防守队员能够始终领先比赛一步(或两步)。

dashboard

版本比较

Open Source: Metasploit Framework

下载:Metasploit Framework 6.4 (macOS, Linux, Windows) - 开源渗透测试框架

Commercial Support: Metasploit Pro

All Features Pro Framework
- Collect
De-facto standard for penetration testing with more than 1,500 exploits
Import of network data scan
Network discovery
Basic exploitation
MetaModules for discrete tasks such as network segmentation testing
Integrations via Remote API
- Automate
Simple web interface
Smart Exploitation
Automated credentials brute forcing
Baseline penetration testing reports
Wizards for standard baseline audits
Task chains for automated custom workflows
Closed-Loop vulnerability validation to prioritize remediation
- Infiltrate
Basic command-line interface
Manual exploitation
Manual credentials brute forcing
Dynamic payloads to evade leading anti-virus solutions
Phishing awareness management and spear phishing
Choice of advance command-line (Pro Console) and web interface

系统要求

MINIMUM HARDWARE:

  • 2 GHz+ processor
  • 4 GB RAM available (8 GB recommended)
  • 1 GB available disk space (50 GB recommended)

OPERATING SYSTEMS:

64-bit versions of the following platforms are supported.

Linux

  • Ubuntu Linux 24.04 LTS (Not listed)
  • Ubuntu Linux 20.04 LTS (Recommended)
  • Ubuntu Linux 18.04 LTS
  • Ubuntu Linux 16.04 LTS
  • Ubuntu Linux 14.04 LTS
  • Red Hat Enterprise Linux 9 or later (Not listed)
  • Red Hat Enterprise Linux 8 or later
  • Red Hat Enterprise Linux 7.1 or later
  • Red Hat Enterprise Linux 6.5 or later

Windows

  • Microsoft Windows Server 2022 (Not listed)
  • Microsoft Windows Server 2019
  • Microsoft Windows Server 2016
  • Microsoft Windows Server 2012 R2
  • Microsoft Windows Server 2008 R2
  • Microsoft Windows 11 (Not listed)
  • Microsoft Windows 10

BROWSERS:

  • Google Chrome (latest)
  • Mozilla Firefox (latest)

View more information on Rapid7’s end of life policy.

下载地址

仅显示最新版,历史版本已存档,不定期清理。

Metasploit Pro 4.22.2-2024071501 for Linux, Jul 15, 2024
百度网盘链接:https://sysin.org/blog/metasploit-pro-4/

推荐运行在 Ubuntu 22.04 OVF 中!

Metasploit Pro 4.22.2-2024071501 for Windows, Jul 15, 2024
百度网盘链接:https://sysin.org/blog/metasploit-pro-4/

推荐运行在 Windows Server 2022 OVF 中!

关于 Release Notes,小版本通常为 Bug 修复或者漏洞库例行更新不在赘述。

更多:HTTP 协议与安全

标签:Metasploit,Windows,Pro,Server,Linux,Microsoft
From: https://www.cnblogs.com/sysin/p/18311625

相关文章

  • 【windows】防火墙命令
    #关闭防火墙netshfirewallsetopmodemode=disable#放行远程8888端口进来的流量netshadvfirewallfirewalladdrulename="88"protocol=TCPdir=inremoteport=8888action=allow#放行出去到远程8888端口的流量netshadvfirewallfirewalladdrulename="88"protoc......
  • Yet Another Problem
    遇到连续段的异或和,考虑前缀异或和对区间\([l,r]\),观察实施一次操作\([L,R]\)后,区间会变成什么样。不难发现,\([L,R]\)的异或前缀和会变成\([sum_R,sum_{L-1},sum_R,...,sum_{L-1},sum_R]\),于是可以知道,如果\(sum_R≠sum_{L-1}\),就无解;如果\([l,r]\)的长度为奇数,操作一次整个区间......
  • 无法再现 Transformer 库的 ViTImageProcessor 预处理
    我正在编写一个用于预处理图像的独立代码image_processing_vit但是,我的结果与图书馆的结果不同。以下代码包含两部分:(1)不使用变压器,(2)使用变压器。我不知道我错过了什么。我已阅读代码+询问副驾驶,但它不能解决问题。请帮助我!谢谢。importcv2importnump......
  • Teamcenter AWC开发,代码报错Error: Cannot read properties of undefined (reading 'h
    1、调用setProperties接口报错awaitsoaSvc.post('Core-2010-09-DataManagement','setProperties',info)Error:Cannotreadpropertiesofundefined(reading'hasOwnProperty')atObject.createError(soaService.js:486:1)ateval......
  • 关于Codigger之软件项目体检Software Project HealthCheck
    项目体检是Codigger推出的智能代码质量检查工具,可以系统地帮助您交付干净的代码。作为我们Codigger解决方案的重要元素,代码体检集成到您现有的工作流程中并检测代码中的问题,以帮助您对项目执行持续的代码检查。这个强大的静态分析引擎使开发团队能够自动进行代码审查、构建质量关......
  • python中使用mitmproxy的http模块出错
    我有一个使用mitmproxyhttp函数的代码,它在这里惨败:defmain(stdscr):try:parser=argparse.ArgumentParser(description='NetSourNetworkAnalyzer')parser.add_argument('--proxy',action='store_true',help='EnableH......
  • 我在 Windows 10 上运行 Python 代码后控制台立​​即关闭
    虽然我在代码末尾使用input(),但在Windows10(IDLE之外)的窗口中输入名称后,控制台仍然立即关闭,并且我看不到结果。我该怎么做才能阻止控制台关闭?#!python3name=input('Enteryourname:')print('Hello'+name)input('pressEntertoexit:')你在代码末尾......
  • 使用 WSL 时截取 Windows 桌面的屏幕截图
    我主要使用Windows,其中运行WSL2。因此,从子系统中运行的python脚本中,我想截取Windows监视器上的所有内容,就像这样简单:v1importmssimportosos.environ['DISPLAY']=':0'withmss.mss()assct:sct.shot()这只会给出“分段错误”错误并且没有图像。因......
  • 如何找到 Windows 上 Python 的安装位置?
    我想找出我的Python在Windows上的安装路径。例如:C:\Python25如何找到Python的安装位置?在Windows上查找Python安装位置的方法有很多种:1.使用where命令(推荐方法):打开命令提示符(cmd)。输入以下命令并按回车键:wherepython......
  • 记一次 Windows 锁屏广告处理步骤
    说实在的,国内流氓软件真的狗!!!中招情况电脑放置一会儿不动,就会给你弹传奇广告这是之前的情况最新的情况是:广告主题不定,昨天看到的是莫名主题(图片好像肉类)/健康主题(肺结节相关)处理方法找出病根这个用火绒弹窗拦截貌似不生效,所以只能另想它招我们需要Process......