Entypreter Rootkit 一款渗透测试工具
2019-10-27 10:40:07 Author: mp.weixin.qq.com(查看原文) 阅读量:76 收藏

Entypreter Rootkit是Windows开发后的rootkit,与其他渗透测试工具(如Meterpreter和Powershell Invader Framework)相似。主要的区别是,Entypreter Rootkit不使用Windows脚本宿主(或者叫JScript / VBScript),具有兼容性,核心支持默认其业务插件。

安装
cd entypreterchmod x install.sh
./install.sh

卸载
cd entypreter
chmod x卸载.sh
./uninstall.sh


运行
entypreter -h
usage: entypreter [-h] [--autorun AUTORUN] [--restore RESTORE] [-u]
optional arguments:
  -h, --help         show this help message and exit
  --autorun AUTORUN  A file containing Entypreter commands.
  --restore RESTORE  An Entypreter restore json file.
  -u, --update       Update The Entypreter Rootkit.文章来源及下载:

https://github.com/entynetproject/entypreter


文章来源: http://mp.weixin.qq.com/s?__biz=MzAxMjE3ODU3MQ==&mid=2650457807&idx=4&sn=6bd6722f145a24cac234a12b6516d2e3&chksm=83bba32bb4cc2a3dcd6c6b8c2bcfbae1d10e4e27e5a3a02f05f74ef62c870a6ec7310c1672e2#rd
如有侵权请联系:admin#unsafe.sh