-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
52 lines (52 loc) · 1.22 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
{
"name": "subsleuth",
"version": "0.0.2",
"description": "Subsleuth is a powerful subdomain bruteforcing for bug bounty hunters and penetration testers to discover subdomains and enhance their web security testing.",
"homepage": "https://github.com/karthi-the-hacker/subsleuth",
"main": "index.js",
"scripts": {
"start": "node ."
},
"repository": {
"type": "git",
"url": "https://github.com/karthi-the-hacker/subsleuth.git"
},
"bin": {
"subsleuth": "./index.js",
"Subsleuth": "./index.js"
},
"readme": "README.md",
"author": {
"name": "karthikeyan V (karthithehacker)",
"email": "contact@karthithehacker.com",
"url": "https://karthithehacker.com"
},
"keywords": [
"subsleuth",
"Subdomain discovery",
"recon",
"bugbounty tool",
"automation",
"websecurity",
"bugbounty",
"bugbountytool",
"subdomainbruteforce",
"bruteforcing",
"subdomain-bruteforcing",
"karthithehacker"
],
"files": [
"index.js",
"utils"
],
"license": "MIT",
"dependencies": {
"axios": "^1.3.5",
"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"
}
}