-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 729 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 729 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "xxe-file-enum",
"version": "0.9.0",
"description": "Automate brute force files using XXE with external DTD and out of band file retrieval",
"main": "client.js",
"dependencies": {
"async": "^2.6.0",
"minimist": "^1.2.0"
},
"devDependencies": {},
"scripts": {
"test": "node client.js -h",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mrpinghe/xxe-file-enum.git"
},
"keywords": [
"xxe",
"enumeration",
"xml",
"brute"
],
"author": "Ping He",
"license": "ISC",
"bugs": {
"url": "https://github.com/mrpinghe/xxe-file-enum/issues"
},
"homepage": "https://github.com/mrpinghe/xxe-file-enum#readme"
}