-
Notifications
You must be signed in to change notification settings - Fork 289
/
config.json
39 lines (34 loc) · 936 Bytes
/
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
{
"report_path": "./reports/{}.json",
"plateform": {
"email": {
"rate_limit": 1500,
"domains": [
"gmail.com",
"yahoo.com",
"hotmail.com"
],
"format" : "{permutation}@{domain}"
},
"facebook": {
"rate_limit": 1000,
"format": "https://facebook.com/{permutation}"
},
"twitter": {
"rate_limit": 1000,
"format": "https://twitter.com/{permutation}"
},
"tiktok": {
"rate_limit": 1000,
"format": "https://www.tiktok.com/@{permutation}"
},
"instagram": {
"rate_limit": 1000,
"format": "https://instagram.com/{permutation}"
},
"onlyfans": {
"rate_limit": 1000,
"format": "https://onlyfans.com/{permutation}"
}
}
}