/usr/share/ooni/inputs/README is in ooniprobe 1.3.2-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | In here you will find some very simple input lists that are useful for testing
the correct functionality of the various OONIProbe tests.
# DNS Consistency
./ooniprobe-dev -o dns_tamper_test.yamloo data/nettests/blocking/dns_consistency.py -t
example_inputs/dns_tamper_test_resolvers.txt -f example_inputs/dns_tamper_file.txt
less dns_tamper_test.yamloo
# Captive Portal
./ooniprobe-dev -o captive_portal_test.yamloo data/nettests/core/captiveportal.py
less captive_portal_test.yamloo
# HTTP Host
./ooniprobe-dev -o http_host.yamloo data/nettests/manipulation/http_host.py -b http://ooni.nu/test -f example_inputs/http_host_file.txt
less http_host.yamloo
# Keyword filtering
./ooniprobe-dev -o keyword_filtering.yamloo data/nettests/core/keyword_filtering.py -b http://ooni.nu/test/ -f test_inputs/keyword_filtering_file.txt
less keyword_filtering.yamloo
# URL List
./ooniprobe-dev -o url_lists.yamloo data/nettests/core/url_list.py -f test_inputs/url_lists_file.txt
less url_lists.yamloo
# Squid transparent proxy
./ooniprobe-dev -o squid.yamloo data/nettests/core/squid.py
less squid.yamloo
# HTTP Requests
Not Implemented
# Traceroute
Not Implemented
|