-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmemory.json.template
More file actions
41 lines (41 loc) · 986 Bytes
/
Copy pathmemory.json.template
File metadata and controls
41 lines (41 loc) · 986 Bytes
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
{
"userPreferences": {
"favoriteForums": ["BestBlackHatForum"],
"domains": ["SEO", "Black Hat Techniques", "Traffic Arbitrage", "Automation Tools"],
"lastUsedDomain": "Black Hat SEO"
},
"forumCredentials": {
"bestblackhatforum.com": {
"username": "",
"password": "",
"lastLogin": "",
"loginCount": 1,
"cookies": null,
"localStorage": null,
"sessionValid": true
}
},
"crawledResources": [
{
"url": "",
"title": "",
"forum": "",
"author": "",
"timestamp": "",
"hash": ""
}
],
"antiDetection": {
"viewport": {
"width": 1920,
"height": 1080
},
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36",
"timezone": "America/New_York",
"locale": "en-US",
"randomDelayRange": [5000, 30000],
"maxLoginPerDay": 3,
"reuseSession": true,
"sessionExpiryHours": 24
}
}