https://github.com/zhuyingda/veneno
https://github.com/zhuyingda/veneno
security web-security xss
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/zhuyingda/veneno
- Owner: zhuyingda
- License: other
- Created: 2015-11-04T13:11:39.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-04-10T02:15:44.000Z (about 7 years ago)
- Last Synced: 2025-04-02T18:55:08.955Z (about 1 year ago)
- Topics: security, web-security, xss
- Language: JavaScript
- Size: 16.8 MB
- Stars: 238
- Watchers: 20
- Forks: 43
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
项目介绍
============
一个用Node.js编写的Web安全测试框架
a Web security tool written by NodeJs.
测试方法
============
安装依赖
------------
```
npm install
```
启动环境
-----------
```
npm test
```
打开新的命令行执行测试用例
-----------
测试爬虫模块
```
npm run spider
```
测试持久型XSS扫描模块
```
npm run stored-xss
```
测试反射型XSS扫描模块
```
npm run reflected-xss
```
测试C++扩展
```
npm run cpp-addon
```
description(项目背景介绍)
------------------
[official website(官方文档)](http://www.zhuyingda.com/docs/veneno.html)