Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phith0n/xray-poc-generation
🧬 辅助生成 XRay YAML POC
https://github.com/phith0n/xray-poc-generation
Last synced: 22 days ago
JSON representation
🧬 辅助生成 XRay YAML POC
- Host: GitHub
- URL: https://github.com/phith0n/xray-poc-generation
- Owner: phith0n
- Archived: true
- Created: 2019-07-06T21:45:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T06:15:48.000Z (almost 2 years ago)
- Last Synced: 2024-08-05T17:28:43.091Z (4 months ago)
- Language: JavaScript
- Homepage: https://phith0n.github.io/xray-poc-generation/
- Size: 5.27 MB
- Stars: 252
- Watchers: 4
- Forks: 35
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - phith0n/xray-poc-generation - 🧬 辅助生成 XRay YAML POC (JavaScript)
README
# 🧬 XRay POC Generation
XRay安全评估 > POC辅助生成工具。
关于XRay:
- [XRay 安全评估工具](https://github.com/chaitin/xray)
- [如何编写YAML格式POC](https://chaitin.github.io/xray/#/guide/poc)访问 即可直接使用。
![](screenshot.png)
## 💻 本地运行
本地运行XRay POC Generation:
```shell script
git clone https://github.com/phith0n/xray-poc-generation
cd xray-poc-generation
yarn
yarn build
```编译完成后,Web目录在`build/`文件夹。