-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.37 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
52
53
54
55
56
57
58
59
{
"name": "pwnscription",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"get": "node ./pwnagetty/pwnagetty-get-pcaps.mjs",
"vagrant-up": "cd ./windows/vagrant && vagrant up --provision",
"vagrant-destroy": "cd ./windows/vagrant && vagrant destroy -f",
"generate": "node ./pwnagetty/pwnagetty-generate.mjs",
"cli": "node ./utils/cli/cli.mjs",
"results": "node ./scripts/cracked-networks-results.mjs",
"utils": "node ./utils/utils.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ivy00johns/pwnscription.git"
},
"keywords": [
"hashcat",
"password-cracking",
"security",
"penetration-testing",
"hacking-tools",
"cli",
"inquirer",
"node.js",
"command-line",
"automation",
"password-recovery",
"wordlist",
"brute-force",
"hybrid-attack",
"dictionary-attack",
"pwnagotchi",
"pwnagetty"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ivy00johns/pwnscription/issues"
},
"homepage": "https://github.com/ivy00johns/pwnscription#readme",
"dependencies": {
"chalk": "^5.3.0",
"clear": "^0.1.0",
"clipboardy": "^4.0.0",
"clui": "^0.3.6",
"commander": "^11.1.0",
"configstore": "^6.0.0",
"figlet": "^1.7.0",
"fs": "^0.0.1-security",
"inquirer": "^9.2.12",
"minimist": "^1.2.8",
"ssh2": "^1.14.0",
"ssh2-sftp-client": "^9.1.0",
"table": "^6.8.1"
}
}