Created
December 15, 2014 18:21
-
-
Save hellais/1c1f000aaf01f1fb7f94 to your computer and use it in GitHub Desktop.
first ever libight ooniprobe report
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
test_name: dns_injection | |
test_version: 0.0.1 | |
probe_ip: 127.0.0.1 | |
software_name: ight | |
software_version: 0.0.1 | |
data_format_version: 0.1 | |
... | |
--- | |
input: google.com | |
injected: true | |
resolver: | |
- 8.8.8.8 | |
- 53 | |
queries: | |
- query_type: A | |
query: "[Query('google.com, 1, 1')]" | |
rtt: 0.1134939193725586 | |
answers: | |
- | |
- <RR name=google.com type=A class=IN ttl=34 auth=False>, <A address=74.125.195.113 ttl=34> | |
- | |
- <RR name=google.com type=A class=IN ttl=34 auth=False>, <A address=74.125.195.139 ttl=34> | |
- | |
- <RR name=google.com type=A class=IN ttl=34 auth=False>, <A address=74.125.195.101 ttl=34> | |
- | |
- <RR name=google.com type=A class=IN ttl=34 auth=False>, <A address=74.125.195.138 ttl=34> | |
- | |
- <RR name=google.com type=A class=IN ttl=34 auth=False>, <A address=74.125.195.102 ttl=34> | |
- | |
- <RR name=google.com type=A class=IN ttl=34 auth=False>, <A address=74.125.195.100 ttl=34> | |
... | |
--- | |
input: facebook.com | |
injected: true | |
resolver: | |
- 8.8.8.8 | |
- 53 | |
queries: | |
- query_type: A | |
query: "[Query('facebook.com, 1, 1')]" | |
answers: | |
- | |
- <RR name=facebook.com type=A class=IN ttl=598 auth=False>, <A address=173.252.120.6 ttl=598> | |
rtt: 0.02863287925720215 | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment