-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 1.74 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 1.74 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
{
"name": "@karthithehacker/ipchanger",
"version": "1.0.0",
"description": "Tor-based IP changer CLI tool that rotates your public IP address automatically using the Tor network and displays it in a clean terminal table.",
"keywords": [
"ip changer",
"tor ip changer",
"ip rotation",
"tor proxy",
"tor cli",
"tor network",
"anonymous browsing",
"anonymity tool",
"privacy tool",
"ip rotator",
"proxy cli",
"socks5 proxy",
"nodejs cli",
"cli tool",
"cybersecurity",
"cybersecurity tools",
"ethical hacking",
"ethical hacking tools",
"security testing",
"penetration testing",
"red team",
"red team tools",
"osint",
"network security",
"privacy protection",
"anonymous network",
"tor anonymity",
"security research",
"security toolkit"
],
"files": [
"ipchanger.js",
"includes",
"README.md",
"LICENSE"
],
"main": "ipchanger.js",
"bin": {
"ipchanger": "./ipchanger.js",
"ip-changer": "./ipchanger.js",
"IPChanger": "./ipchanger.js",
"IpChanger": "./ipchanger.js",
"IPCHANGER": "./ipchanger.js"
},
"scripts": {
"start": "node ipchanger.js"
},
"author": {
"name": "Karthikeyan V (karthithehacker)",
"email": "contact@karthithehacker.com",
"url": "https://karthithehacker.com"
},
"license": "MIT",
"homepage": "https://github.com/Cappricio-Securities/ipchanger",
"repository": {
"type": "git",
"url": "https://github.com/Cappricio-Securities/ipchanger.git"
},
"bugs": {
"url": "https://github.com/Cappricio-Securities/ipchanger/issues"
},
"dependencies": {
"axios": "^1.13.6",
"chalk": "^4.1.2",
"cli-table3": "^0.6.0",
"commander": "^10.0.0",
"figlet": "^1.5.2",
"socks-proxy-agent": "^7.0.0"
}
}