-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
51 lines (51 loc) · 1.45 KB
/
package.json
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
{
"name": "camjacking",
"version": "0.0.2",
"description": "CamJacking is a tool designed for use in human penetration testing tool. It is intended to simulate potential security threats by testing the negligence of people, and is used to identify weaknesses in an organization's security infrastructure. By using CamJacking, security professionals can gain a better understanding of their organization's potential risks and take proactive measures to improve their security posture.",
"homepage": "https://github.com/karthi-the-hacker/camjacking",
"main": "app.js",
"scripts": {
"start": "node ."
},
"repository": {
"type": "git",
"url": "https://github.com/karthi-the-hacker/camjacking.git"
},
"bin": {
"camjacking": "./app.js",
"CamJacking": "./app.js"
},
"readme": "README.md",
"author": {
"name": "karthikeyan V (karthithehacker)",
"email": "contact@karthithehacker.com",
"url": "https://karthithehacker.com/"
},
"keywords": [
"webcam",
"social engineering",
"ethicalhacking",
"cybersecurity",
"cybersecurity tool",
"tool",
"security audit",
"karthithehacker"
],
"files": [
"app.js",
"views",
"Assets",
"includes"
],
"license": "MIT",
"dependencies": {
"axios": "^1.7.2",
"body-parser": "^1.20.2",
"ejs": "^3.1.9",
"express": "^4.18.2",
"fs": "^0.0.1-security",
"fs-extra": "^11.2.0",
"js-yaml": "^4.1.0",
"yargs": "^17.7.1"
}
}