-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (75 loc) · 1.81 KB
/
Copy pathpackage.json
File metadata and controls
76 lines (75 loc) · 1.81 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "burpflow",
"version": "1.0.0",
"description": "BurpFlow is a powerful Burp Suite automation tool and a must-have for bug bounty hunters and penetration testers, enabling fast recon-to-testing workflows, proxy-based URL loading, and efficient web application security testing.",
"homepage": "https://github.com/Cappricio-Securities/burpflow",
"main": "burpflow.js",
"repository": {
"type": "git",
"url": "https://github.com/Cappricio-Securities/burpflow.git"
},
"scripts": {
"start": "node burpflow.js"
},
"bin": {
"burpflow": "./burpflow.js",
"BurpFlow": "./burpflow.js"
},
"readme": "README.md",
"author": {
"name": "karthikeyan V (karthithehacker)",
"email": "contact@karthithehacker.com",
"url": "https://karthithehacker.com"
},
"keywords": [
"proxy",
"burpflow",
"burpsuite",
"burp suite",
"burp proxy",
"burp automation",
"burp suite tool",
"burp suite extension",
"burp suite integration",
"bug bounty tool",
"bug bounty automation",
"top bug bounty tools",
"best bug bounty tools",
"web penetration testing",
"pentesting tools",
"recon",
"recon automation",
"url automation",
"security testing tool",
"web security",
"websecurity",
"cybersecurity",
"cybersecurity tools",
"infosec",
"ethical hacking",
"ethical hacking tools",
"ethicalhacking",
"bugbounty",
"vulnerability testing",
"karthithehacker",
"cappricio securities",
"cappriciosec university",
"cappriciosecuniversity",
"cappriciosecurities"
],
"files": [
"burpflow.js",
"includes"
],
"license": "ISC",
"dependencies": {
"axios": "^1.3.5",
"chalk": "^4.1.2",
"events": "^3.3.0",
"line-reader": "^0.4.0",
"request": "^2.88.2",
"requests": "^0.3.0",
"username": "^6.0.0",
"yargs": "^17.7.1"
}
}