-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
executable file
·147 lines (147 loc) · 4.21 KB
/
config.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
{
"config_path": "./config.json",
"separators": {
"Dot": ".",
"Dash": "-",
"Underscore": "_"
},
"report_elements": [
"email",
"facebook",
"twitter"
],
"json_report_path": "./reports/json/{}.json",
"html_report_path": "./reports/html/{}.html",
"plateform": {
"domain": {
"rate_limit": 100,
"format": "http://{permutation}.{domain}",
"TLD": [
"org",
"com",
"net"
],
"type": "domain"
},
"email": {
"rate_limit": 1500,
"domains": [
"gmail.com",
"yahoo.com",
"hotmail.com"
],
"format": "{permutation}@{domain}",
"type": "email"
},
"facebook": {
"rate_limit": 1000,
"format": "https://facebook.com/{permutation}",
"type": "social"
},
"twitter": {
"rate_limit": 1000,
"format": "https://twitter.com/{permutation}",
"type": "social"
},
"tiktok": {
"rate_limit": 1000,
"format": "https://www.tiktok.com/@{permutation}",
"type": "social"
},
"instagram": {
"rate_limit": 1000,
"format": "https://instagram.com/{permutation}",
"type": "social"
},
"soundcloud": {
"rate_limit": 1000,
"format": "https://soundcloud.com/{permutation}",
"type": "music"
},
"github": {
"rate_limit": 1000,
"format": "https://github.com/{permutation}",
"type": "programming"
},
"0x00sec": {
"rate_limit": 1000,
"format": "https://0x00sec.org/u/{permutation}",
"type": "forum"
},
"jeuxvideo.com": {
"rate_limit": 1000,
"format": "https://www.jeuxvideo.com/profil/{permutation}?mode=infos",
"type": "forum"
},
"skype": {
"rate_limit": 1000,
"format": "{permutation}",
"type": "tchat"
},
"dailymotion": {
"rate_limit": 1000,
"format": "https://dailymotion.com/{permutation}",
"type": "entertainment"
},
"pastebin": {
"rate_limit": 1000,
"format": "https://pastebin.com/u/{permutation}",
"type": "programming"
},
"spotify": {
"rate_limit": 1000,
"format": "https://open.spotify.com/user/{permutation}",
"type": "music"
},
"pinterest": {
"rate_limit": 1000,
"format": "https://pinterest.fr/{permutation}",
"type": "social"
},
"hackernews": {
"rate_limit": 1000,
"format": "https://news.ycombinator.com/user?id={permutation}",
"type": "forum"
},
"pornhub": {
"rate_limit": 1000,
"format": "https://pornhub.com/users/{permutation}",
"type": "porn"
},
"redtube": {
"rate_limit": 1000,
"format": "https://redtube.com/users/{permutation}",
"type": "porn"
},
"replit": {
"rate_limit": 1000,
"format": "https://replit.com/@{permutation}",
"type": "programming"
},
"linktree": {
"rate_limit": 1000,
"format": "https://linktr.ee/{permutation}",
"type": "social"
},
"buymeacoffee": {
"rate_limit": 1000,
"format": "https://buymeacoffee.com/{permutation}",
"type": "money"
},
"myspace": {
"rate_limit": 1000,
"format": "https://myspace.com/{permutation}",
"type": "social"
},
"crackedto": {
"rate_limit": 1000,
"format": "https://cracked.to/{permutation}",
"type": "forum"
},
"vimeo": {
"rate_limit": 1000,
"format": "https://vimeo.com/{permutation}",
"type": "entertainment"
}
}
}