MyGit
🚩收到GitHub仓库的更新通知

WAY29/pocV

Fork: 23 Star: 169 (更新于 1970-01-01 00:00:00)

license: MIT

Language: Go .

Compatible with xray and nuclei poc framework

最后发布版本: v3.7.5 ( 2023-02-09 16:22:25)

GitHub网址

✨免费申请网站SSL证书,支持多域名和泛域名,点击查看

pocV

一个兼容xray V2 poc和nuclei的poc扫描框架,某知识星球作业(A compatible with xray and nuclei poc framework)

Feature

  • 支持请求缓存,加快请求速度 (Support request caching to speed up requests)
  • 支持ceye.io和dnslog.cn作为反连平台 (Support ceye.io and dnslog.cn as dns platform)
  • 支持tag子命令为xray/nuclei的poc添加/删除tag,tag可用于筛选poc (supports tag subcommand to add/remove tags for the xray/nucleis poc, and tag can be used to filter poc)
  • 支持update子命令实现自我更新 (Support update subcommand to self-update)

Short

  • 代码未经过大量测试,仅供学习 (The code is not heavily tested, just for learning)

TODO

  • xrayV2 http poc
  • xrayV2 tcp/udp poc
  • nuclei
  • 使用tag筛选poc (Filter the poc through tags)

Reference

Install

github

# install pocV
git clone --recurse-submodules https://github.com/WAY29/pocV
go build  -ldflags "-w -s" ./cmd/pocV/
# update all pocs
git submodule update --remote --recursive
# self-update
pocV update

release

# download releases from https://github.com/WAY29/pocV/releases
# ...
# clone pocs 
git clone https://github.com/projectdiscovery/nuclei-templates && git clone https://github.com/chaitin/xray
# update pocs
cd ./nuclei-templates && git pull && cd ../xray && git pull
# self-update
pocV update

Usage / Quickstart

run

# run single poc
pocV run -t http://example.com -p ./pocs/test/xray/rule_test.yml
# run multiple pocs
pocV run -t http://example.com -P "./pocs/test/nuclei/*"
pocV run -t http://example.com -P "./pocs/nuclei/*"
pocV run -t http://example.com -P "./pocs/xray/pocs/*"
# Specify multiple targets
pocV run -T target.txt -p ./pocs/test/xray/rule_test.yml
# Filter the poc through tags
pocV run -T target.txt --tag test -p "./pocs/test/xray/*"

tag

# add tag
pocV tag -p ./pocs/test/nuclei/tag_test.yml newtag
# remove tag
pocV tag -p ./pocs/test/nuclei/tag_test.yml -r newtag

最近版本更新:(数据更新于 1970-01-01 00:00:00)

2023-02-09 16:22:25 v3.7.5

2023-02-09 15:31:23 v3.7.4

2023-02-08 18:53:59 v3.7.3

2023-02-08 18:46:36 v3.7.2

2022-05-20 17:21:17 v3.7.1

2022-05-20 17:03:12 v3.7.0

2022-03-28 18:18:18 v3.6.7

2022-03-16 21:05:11 v3.6.6

2022-03-15 11:11:35 v3.6.5

2022-03-15 10:13:28 v3.6.4

WAY29/pocV同语言 Go最近更新仓库

2024-05-18 17:58:05 SagerNet/sing-box

2024-05-18 06:38:00 dolthub/dolt

2024-05-18 04:35:49 containerd/containerd

2024-05-18 02:28:56 aws/aws-sdk-go

2024-05-18 00:27:14 aurora-develop/aurora

2024-05-17 16:35:04 bnb-chain/bsc