banner
andrewji8

Being towards death

Heed not to the tree-rustling and leaf-lashing rain, Why not stroll along, whistle and sing under its rein. Lighter and better suited than horses are straw sandals and a bamboo staff, Who's afraid? A palm-leaf plaited cape provides enough to misty weather in life sustain. A thorny spring breeze sobers up the spirit, I feel a slight chill, The setting sun over the mountain offers greetings still. Looking back over the bleak passage survived, The return in time Shall not be affected by windswept rain or shine.
telegram
twitter
github

EasyPen!图形化跨平台安全扫描工具

EasyPen 是使用 Python + wxPython 编写、提供简洁图形界面、支持跨平台的安全扫描工具,可用于企业内外网巡检、应急响应、白帽子对各 SRC 的持续检测。
其内置超过 100 个漏洞检测插件,用户可以自写插件,并快速应用于大范围扫描。

核心功能#

资产发现:域名、IP、端口、服务的发现,构建资产库,用于后续扫描

漏洞扫描:基于 AsyncIO 实现的扫描框架,内置超过 100 个漏洞检测插件,支持调度 Hydra/Medusa/Ncrack 扫描常见弱口令
应急响应:高危漏洞爆发后,依托框架和现成资产库,通常只需要编写十余行检测逻辑代码,就可以在几分钟内完成对数千目标的扫描
漏洞利用:集成多个漏洞利用工具
工具安装

Windows 可以下载运行生成的可执行文件,解压后运行 EasyPen.exe

熟悉 Python 的用户可以使用 pip3 安装

pip3 install -r requirements.txt

注:本工具主要使用 Python3.8 开发测试,请使用 Python3.8 安装运行本程序

Ubuntu 用户安装依赖工具

apt install masscan nmap hydra medusa nfs-common ipmitool rsync -y

CentOS 用户安装依赖工具

yum install masscan nmap nfs-utils ipmitool rsync -y

安装 hydra: https://github.com/vanhauser-thc/thc-hydra
或者安装 medusa: https://github.com/jmk-foofus/medusa

image

image

加载中...
此文章数据所有权由区块链加密技术和智能合约保障仅归创作者所有。