Skip to content

集漏洞验证和漏洞利用的一个框架

Notifications You must be signed in to change notification settings

sv3nbeast/ARL-NPoC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

说明

集漏洞验证和漏洞利用的一个框架

依赖

https://nmap.org/ncrack/

安装

pip3 install -e .

使用

xing -h

usage: xing [-h] [--version] [--quit]
            [--log {debug,info,success,warning,error}]
            {list,scan,sniffer,exploit,brute} ...

positional arguments:
  {list,scan,sniffer,exploit,brute}
                        子命令
    list                显示插件
    scan                扫描
    sniffer             协议识别
    exploit             漏洞利用
    brute               弱口令爆破

optional arguments:
  -h, --help            show this help message and exit
  --version, -V         show program's version number and exit
  --quit, -q            安静模式 (default: False)
  --log {debug,info,success,warning,error}, -L {debug,info,success,warning,error
}
                        日志等级 (default: info)

其中子命令的-t参数可以为文件名也可以为单个指定的目标,-n 按照文件名筛选PoC

备注

本项目是ARL中的子模块

https://github.com/TophantTechnology/ARL

About

集漏洞验证和漏洞利用的一个框架

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages