ShadowFl0w / YNM3000

要你命三千,集多种渗透工具于一身的终极武器霸王。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

1. 简介

要你命三千,集多种渗透工具于一身的终极武器霸王。
通过yaml文件配置任意命令行工具的调度引擎。


2. 源码安装(MacOS/Linux)

git clone https://github.com/ShadowFl0w/YNM3000.git
cd YNM3000
go build

安装基础工具(确保安装有golang,并配置好了$GOPATH):

./install.sh

install.sh会安装如下二进制文件到binaries目录

anew    https://github.com/tomnomnom/anew
ksubdomain  https://github.com/boy-hack/ksubdomain
cleansub    https://github.com/j3ssie/go-auxs/tree/master/cleansub
finddomain  https://github.com/ShadowFl0w/mytools/tree/main/finddomain
httpx   https://github.com/projectdiscovery/httpx
nuclei  https://github.com/projectdiscovery/nuclei
subfinder   https://github.com/projectdiscovery/subfinder

3. 使用

  1. 需要的二进制文件已放入binaries目录
  2. 在workflow里面配置模板。
YNM3000 scan -f ./target.txt --org test

4. 结果保存

结果保存在results目录
通过--org参数指定results目录下的子目录
如果不适用--org参数则保存在./results/no-org目录

4. 模板

workflow目录用于存放模板,可以进行任意组合配置(通过yaml配置)

About

要你命三千,集多种渗透工具于一身的终极武器霸王。

License:Other


Languages

Language:Go 90.7%Language:Shell 9.3%