-
Notifications
You must be signed in to change notification settings - Fork 6
/
config-example.json
20 lines (20 loc) · 1.05 KB
/
config-example.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"zmap": "zmap -i eth0",
"rate": 500000,
"recvrate": 50000,
"blacklist_example": "http://seahawk.cs.washington.edu:8080/blacklist.conf",
"domainlist_example": "http://seahawk.cs.washington.edu:8080/domains.txt",
"archive_args": ["-i", "id_rsa", "-q", "-b", "-", "[email protected]"],
"local_address": "satellite.cs.washington.edu",
"local_ip": "128.48.92.104",
"shards": 10,
"aggregation_processes": 8,
"notification_server": {"host": "mx1.cs.washington.edu"},
"notification_email": {
"to": "[email protected], [email protected]",
"from": "[email protected]",
"subject": "Internet Scans from Satellite.cs.washington.edu",
"text": "This is a notification that we will be running an internet-wide scan from satellite on Monday.\n\r\nSource IPs for the probes will be 198.48.92.101-104.\n\r\nScan will begin on Monday and last roughly 24 hours.\r\nMaximum scan rate will be 500k packets/second.\r\nScan will cover the full address space.\r\nI am the emergency contact, you can reach me by email."
},
"notification_delay": 86400,
}