-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.json
More file actions
84 lines (84 loc) · 2.27 KB
/
config.json
File metadata and controls
84 lines (84 loc) · 2.27 KB
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
{
"settings": {
"tor_proxy": {
"host": "127.0.0.1",
"port": 9050
},
"request_timeout": 30,
"delay_between_requests": 3,
"max_retries": 3,
"user_agent": "Mozilla/5.0 (Windows NT 10.0; rv:91.0) Gecko/20100101 Firefox/91.0",
"output_format": "csv",
"database_file": "results.db",
"csv_file": "results.csv",
"log_file": "scraper.log",
"max_pages_per_site": 5
},
"keywords": [
"data breach",
"leaked data",
"stolen credentials",
"database leak",
"password dump",
"email dump",
"ransomware",
"cybercrime",
"hack",
"exploit",
"vulnerability",
"malware",
"botnet",
"phishing",
"fraud",
"scam",
"credit card",
"bank account",
"social security",
"identity theft",
"personal data",
"breach notification",
"security incident",
"data theft",
"information disclosure",
"unauthorized access",
"cyber attack",
"security breach",
"leaked database",
"compromised account"
],
"target_sites": [
"http://duckduckgogg42xjoc72x3sjasowoarfbgcmvfimaftt6twagswzczad.onion",
"http://3g2upl4pq6kufc4m.onion",
"http://facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion",
"http://www.facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion",
"http://dreadditevelidot.onion",
"http://darkfailenbsdla5mal2mxn2uz66od5vtzd5qozslagrfxdmvfqelp6ad.onion",
"http://searchgf7gdtauh7bhnbyed4ivxqmuoat3nm6zfrg3ymkq6mtnpye3ad.onion",
"http://haystak5njsmn2hqkewecpaxetahtwhsbsa64jom2k22z5afxhnpxfid.onion",
"http://torch4st6fx5oo6oa6hd75dv45gql6azqjvzzcnf3slugyrlqzn4u6ad.onion",
"http://archiveiya74codqgiixo33q62qlrqtkgmcitqx5u2oeqnmn5bpcbiyd.onion",
"http://ahmia7c4ineu7cffmxn7kqmrgk6n7wqp5pn3eidgfh4wwwwtnqe5zid.onion",
"http://zbsgdmgb5c3fg7czhw7v3xgwbdp7xkqrmfwrhg22lrsplgqxj5hvfcid.onion"
],
"alerts": {
"enabled": false,
"email": {
"enabled": false,
"smtp_server": "smtp.gmail.com",
"smtp_port": 587,
"sender_email": "",
"sender_password": "",
"recipient_email": ""
},
"telegram": {
"enabled": false,
"bot_token": "",
"chat_id": ""
}
},
"scheduling": {
"enabled": false,
"frequency": "daily",
"time": "02:00"
}
}