You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
404StarLink/detail/Viper.md

4.5 KiB

Viper https://github.com/FunnyWolf/Viper

Language Author GitHub stars Version Time

  • Viper(炫彩蛇)是一款图形化内网渗透工具,将内网渗透过程中常用的战术及技术进行模块化及武器化.
  • Viper(炫彩蛇)集成杀软绕过,内网隧道,文件管理,命令行等基础功能.
  • Viper(炫彩蛇)当前已集成70+个模块,覆盖初始访问/持久化/权限提升/防御绕过/凭证访问/信息收集/横向移动等大类.
  • Viper(炫彩蛇)目标是帮助红队工程师提高攻击效率,简化操作,降低技术门槛.
  • Viper(炫彩蛇)支持在浏览器中运行原生msfconsole,且支持多人协作.

image.png


image.png


image.png


image.png

官网

安装

常见问题

问题反馈

模块列表

系统架构图

viper.png

开发手册

源代码

  • viperjs (前端)

https://github.com/FunnyWolf/viperjs

  • viperpython (后台)

https://github.com/FunnyWolf/viperpython

  • vipermsf (渗透服务)

https://github.com/FunnyWolf/vipermsf

项目相关

最近更新

[v1.5.28] - 2023-05-06

新功能

  • 新增只显示Session功能(首页和网络拓扑更简洁)
  • 面向互联网的handler被扫描(网络测绘)时会在Notice提示

优化

  • 合并metasploit-framework 6.3.16版本

Bugfix

  • 修复无法修改包含中文内容的文件问题
  • 修复文件管理无法上传文件问题

[v1.5.27] - 2023-04-29

新功能

  • 新增基础LoaderShellcode分离免杀(Linux)模块

优化

  • 合并metasploit-framework 6.3.15版本

Bugfix

  • 修复Python类型payload无法上线问题
  • 修复命令终端输出中文报错问题(提示执行超时)
  • 修复Session通信信道功能无法使用问题

[v1.5.25] - 2023-02-05

优化

  • 合并metasploit-framework 6.3.2版本 (更新多个域渗透模块)

Bugfix

  • 修复编译前端代码时监听载荷报错的问题
  • 修复持久化密码修改失败的问题

[v1.5.24] - 2022-09-11

新功能

  • 新增UI提示框获取用户输入的密码模块

优化

  • mitmproxy开放公网访问,添加http代理认证
  • msfrpc web组件由puma替换为thin,减少cpu占用
  • msfrpc默认开启cpulimit 50%
  • msfrpc使用OJ为默认json组件,替换yajl
  • 更新Django 4.0
  • 合并metasploit-framework 6.2.18版本

[v1.5.23] - 2022-08-07

优化

  • 合并 metasploit-framework 6.2.12版本

Bugfix

  • 修复yajl-ruby bug导致的渗透服务无响应问题
  • 修复msf cpu占用100%问题
  • 修复内存占用过高问题