-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
48 lines (48 loc) · 1.28 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
{
"name": "white-spikes",
"version": "2.0.0",
"description": "Automated Social Media Phishing Tool. Automated tool that allow us to hack accounts with 2FA Bypass.",
"main": "server.js",
"scripts": {
"test": "electron test.js",
"start": "node ./utils/banner.js && electron --remote-debugging-port=6450 --no-sandbox .",
"headless": "node ./utils/banner.js && electron --remote-debugging-port=6450 --no-sandbox --headless ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/madhanmaaz/white-spikes.git"
},
"keywords": [
"phishing tool",
"madhanmaaz",
"madhan",
"white spikes"
],
"author": "madhan",
"autherWebsite": "https://madhanmaaz.netlify.app",
"license": "ISC",
"bugs": {
"url": "https://github.com/madhanmaaz/white-spikes/issues"
},
"homepage": "https://github.com/madhanmaaz/white-spikes#readme",
"dependencies": {
"adm-zip": "^0.5.10",
"axios": "^1.6.7",
"cheerio": "^1.0.0-rc.12",
"cloudflared": "^0.5.1",
"cookie-parser": "^1.4.6",
"ejs": "^3.1.9",
"electron": "^28.2.3",
"express": "^4.18.2",
"express-device": "^0.4.2",
"express-fileupload": "^1.4.3",
"ipware": "^2.0.0",
"octavia-db": "^1.0.0",
"puppeteer-core": "^22.1.0",
"socket.io": "^4.7.4",
"uuid": "^9.0.1"
},
"devDependencies": {
"nodemon": "^3.0.3"
}
}