├── .gitignore
├── README.md
├── ngxpt-demo.gif
└── ngxpt-demo.mp4
/.gitignore:
--------------------------------------------------------------------------------
1 | # Binaries for programs and plugins
2 | *.exe
3 | *.exe~
4 | *.dll
5 | *.so
6 | *.dylib
7 |
8 | # Test binary, built with `go test -c`
9 | *.test
10 |
11 | # Output of the go coverage tool, specifically when used with LiteIDE
12 | *.out
13 |
14 | # Dependency directories (remove the comment below to include it)
15 | # vendor/
16 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 |
ngxpt
2 |
3 | 新一代XSS平台,持续性连接,分布式节点,远控般体验
4 |
5 |
6 |
7 | ## 描述
8 |
9 | 新一代XSS平台,即新一代跨站脚本攻击平台(Next Generation Cross-Site Scripting Attack Platform),简称NG XPT,是一款抛弃传统XSS攻击概念的高效实时的跨站脚本攻击平台。
10 |
11 | 本项目采用golang+echo+vue+grpc进行开发。
12 |
13 | ## 特点
14 |
15 | - 远控体验
16 | - 模块实时生效
17 | - 多节点分布式
18 | - 私有节点
19 | - 支持http2
20 |
21 | > 私有节点:用户可申请自己创建节点,并决定是否开放,若不开放,则该节点做为私有节点。私有节点,仅创建者本身可使用,且相关数据保存在该节点上/或自定义密钥存储到平台上(此过程不涉及到密钥传输,平台仅存储密文,平台管理者无法看到内容,最大化保证隐私数据安全)。
22 |
23 | > 公有节点:所有人都可以免费使用。
24 |
25 | ## 计划开发
26 |
27 | - 私有节点
28 |
29 |
30 | ## 更新日志
31 | ### v0.4.0-(2022/09/27)
32 | - 后端重构优化
33 |
34 | ### v0.2.0-(2021/11/30)
35 | - 任务状态切换
36 | - grpc通信
37 | - master断线重发
38 | - 双击“删除”删除所有失效且没有记录的连接
39 | - 获取图片的访问信息
40 | - 面板bug修复
41 |
42 |
43 | ### v0.1.2-(2021/09/22)
44 | - 增加上线提醒(企业微信)
45 |
46 | ### v0.1.1-(2021/09/16)
47 | - 增加无人值守
48 | - 全加密改造(RSA)
49 |
50 | ### v0.1.0-(2021/08/10)
51 | - 增加通知管理
52 | - 增加用户反馈
53 | - 增加模块参数
54 | - 解决超时bug
55 |
56 | ### v0.0.1-alpha(2021/07/28)
57 | - 增加用户中心
58 | - 普通用户每自然月可生成一个邀请码
59 | - 分页查询
60 | - 增加https
61 |
62 | ### v0.0.1-beta(2021/07/22)
63 |
64 | - 项目上线
65 |
66 |
67 |
68 | ## 内测激活码
69 | ~~若有测试需求,请在issue留言~~
70 | 公众号Zer0ne安全研究留言
71 |
72 | ## 使用说明
73 | 
74 |
75 | ## 测试地址
76 | https://ngxpt.co/
77 |
--------------------------------------------------------------------------------
/ngxpt-demo.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Zer0ne-Sec/ngxpt/19a2da9893a3db9016e367368665d44c4aef7cf0/ngxpt-demo.gif
--------------------------------------------------------------------------------
/ngxpt-demo.mp4:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Zer0ne-Sec/ngxpt/19a2da9893a3db9016e367368665d44c4aef7cf0/ngxpt-demo.mp4
--------------------------------------------------------------------------------