swetoast
Guest
http://winaero.com/blog/how-to-disable-telemetry-and-data-collection-in-windows-10/
some additional things one can do to turn of telemetry in windows
some additional things one can do to turn of telemetry in windows
ASUSWRT-Merlin RT-AC87U 380.65-4 Wed Mar 29 04:40:59 UTC 2017
...@RT-AC87U:/tmp/home/root# /jffs/scripts/privacy-filter
awk: cmd. line:1: Unexpected token
system: Privacy Filter (ipv4) loaded 0 unique ip addresses that will be rejected from contacting your router.
system: Privacy Filter (ipv6) loaded 0 unique ip addresses that will be rejected from contacting your router.
...@RT-AC87U:/tmp/home/root# rm /jffs/scripts/privacy-filter
...@RT-AC87U:/tmp/home/root# wget https://gitlab.com/swe_toast/privacy-filter/raw/master/privacy-filter -O /jffs/scrip
ts/privacy-filter
--2017-04-14 20:03:57-- https://gitlab.com/swe_toast/privacy-filter/raw/master/privacy-filter
Resolving gitlab.com... 52.167.219.168
Connecting to gitlab.com|52.167.219.168|:443... connected.
ERROR: cannot verify gitlab.com's certificate, issued by 'CN=COMODO RSA Domain Validation Secure Server CA,O=COMODO CA Limited,L=Salford,ST=Greater Manchester,C=GB':
Unable to locally verify the issuer's authority.
To connect to gitlab.com insecurely, use `--no-check-certificate'.
Thanks for the answer ...
Code:...@RT-AC87U:/tmp/home/root# rm /jffs/scripts/privacy-filter ...@RT-AC87U:/tmp/home/root# wget https://gitlab.com/swe_toast/privacy-filter/raw/master/privacy-filter -O /jffs/scrip ts/privacy-filter --2017-04-14 20:03:57-- https://gitlab.com/swe_toast/privacy-filter/raw/master/privacy-filter Resolving gitlab.com... 52.167.219.168 Connecting to gitlab.com|52.167.219.168|:443... connected. ERROR: cannot verify gitlab.com's certificate, issued by 'CN=COMODO RSA Domain Validation Secure Server CA,O=COMODO CA Limited,L=Salford,ST=Greater Manchester,C=GB': Unable to locally verify the issuer's authority. To connect to gitlab.com insecurely, use `--no-check-certificate'.
wget --no-check-certificate https://gitlab.com/swe_toast/privacy-filter/raw/master/privacy-filter -O /jffs/scrip
ts/privacy-filter
pkts bytes target prot opt in out source destination
158 8232 REJECT all -- any any anywhere anywhere match-set privacy-filter_ipv4 dst reject-with icmp-port-unreachable
...@RT-AC87U:/tmp/home/root# wget --no-check-certificate https://gitlab.com/swe_toast/privacy-filter/raw/master/privacy-filter -O /jffs/scripts/privacy-filter
Will not apply HSTS. The HSTS database must be a regular and non-world-writable file.
ERROR: could not open HSTS store at '/root/.wget-hsts'. HSTS will be disabled.
--2017-04-15 07:57:31-- https://gitlab.com/swe_toast/privacy-filter/raw/master/privacy-filter
Resolving gitlab.com... 52.167.219.168
Connecting to gitlab.com|52.167.219.168|:443... connected.
WARNING: cannot verify gitlab.com's certificate, issued by 'CN=COMODO RSA Domain Validation Secure Server CA,O=COMODO CA Limited,L=Salford,ST=Greater Manchester,C=GB':
Unable to locally verify the issuer's authority.
HTTP request sent, awaiting response... 200 OK
Length: 6939 (6.8K) [text/plain]
Saving to: '/jffs/scripts/privacy-filter'
/jffs/scripts/privacy-filter 100%[==============================================>] 6.78K --.-KB/s in 0.003s
2017-04-15 07:57:31 (2.04 MB/s) - '/jffs/scripts/privacy-filter' saved [6939/6939]
...@RT-AC87U:/tmp/home/root# dos2unix /jffs/scripts/privacy-filter
...@RT-AC87U:/tmp/home/root# /jffs/scripts/privacy-filter
awk: cmd. line:1: Unexpected token
system: Privacy Filter (ipv4) loaded 0 unique ip addresses that will be rejected from contacting your router.
system: Privacy Filter (ipv6) loaded 0 unique ip addresses that will be rejected from contacting your router.
...@RT-AC87U:/tmp/home/root#
Apr 15 09:58:25 system: Privacy Filter (ipv4) loaded 0 unique ip addresses that will be rejected from contacting your router.
Apr 15 09:58:25 system: Privacy Filter (ipv6) loaded 0 unique ip addresses that will be rejected from contacting your router.
here's another output - i did all the steps you described but am still getting these errors:
Unable to locally verify the issuer's authority.
and
awk: cmd. line:1: Unexpected token
I am also using your malware script w/o any issues, i have AB-solutions installed as well. Any suggestions?
Code:...@RT-AC87U:/tmp/home/root# wget --no-check-certificate https://gitlab.com/swe_toast/privacy-filter/raw/master/privacy-filter -O /jffs/scripts/privacy-filter Will not apply HSTS. The HSTS database must be a regular and non-world-writable file. ERROR: could not open HSTS store at '/root/.wget-hsts'. HSTS will be disabled. --2017-04-15 07:57:31-- https://gitlab.com/swe_toast/privacy-filter/raw/master/privacy-filter Resolving gitlab.com... 52.167.219.168 Connecting to gitlab.com|52.167.219.168|:443... connected. WARNING: cannot verify gitlab.com's certificate, issued by 'CN=COMODO RSA Domain Validation Secure Server CA,O=COMODO CA Limited,L=Salford,ST=Greater Manchester,C=GB': Unable to locally verify the issuer's authority. HTTP request sent, awaiting response... 200 OK Length: 6939 (6.8K) [text/plain] Saving to: '/jffs/scripts/privacy-filter' /jffs/scripts/privacy-filter 100%[==============================================>] 6.78K --.-KB/s in 0.003s 2017-04-15 07:57:31 (2.04 MB/s) - '/jffs/scripts/privacy-filter' saved [6939/6939] ...@RT-AC87U:/tmp/home/root# dos2unix /jffs/scripts/privacy-filter ...@RT-AC87U:/tmp/home/root# /jffs/scripts/privacy-filter awk: cmd. line:1: Unexpected token system: Privacy Filter (ipv4) loaded 0 unique ip addresses that will be rejected from contacting your router. system: Privacy Filter (ipv6) loaded 0 unique ip addresses that will be rejected from contacting your router. ...@RT-AC87U:/tmp/home/root#
Code:Apr 15 09:58:25 system: Privacy Filter (ipv4) loaded 0 unique ip addresses that will be rejected from contacting your router. Apr 15 09:58:25 system: Privacy Filter (ipv6) loaded 0 unique ip addresses that will be rejected from contacting your router.
wget -V | grep built
GNU Wget 1.16 built on linux-gnu.
GNU Wget 1.18 built on linux-gnu.
...@RT-AC87U:/tmp/home/root# /jffs/scripts/debugtool.sh
grep not installedca-certificates not installedcoreutils-stat not installedDo you want to review the debug log and send it (y/n)?y
Router Model:
ASUSWRT-Merlin RT-AC87U 380.65-4 Wed Mar 29 04:40:59 UTC 2017
Checking for Entware:
Entware is present
Entware packages:
wget - 1.18-2
pixelserv-tls - V35.HZ12.Ki-1
Locating uBlockr Paths
Locating Malware-Filter Paths
/jffs/scripts/malware-filter
/jffs/malware-filter.list
Detecting Ipset version on router
ipset v6.29, protocol version: 6
Locating Malware-Filter Paths
/jffs/scripts/privacy-filter
/jffs/privacy-filter.list
/tmp/privacy-filter_ipv6.prelist
/tmp/privacy-filter_ipv4.prelist
Detecting Ipset version on router
ipset v6.29, protocol version: 6
Press any key to continue... or press CTRL+C to cancel
...@RT-AC87U:/tmp/home/root#
...@RT-AC87U:/tmp/home/root# dos2unix /jffs/scripts/privacy-filter
...@RT-AC87U:/tmp/home/root# /jffs/scripts/privacy-filter
awk: cmd. line:1: Unexpected token
system: Privacy Filter (ipv4) loaded 0 unique ip addresses that will be rejected from contacting your router.
system: Privacy Filter (ipv6) loaded 0 unique ip addresses that will be rejected from contacting your router.
What about the contents of /jffs/privacy-filter.list? Is it there or have DOS characters in it?Thank you for your efforts, sir.
Unfortunately, the change has no effect.
Code:...@RT-AC87U:/tmp/home/root# ...@RT-AC87U:/tmp/home/root# dos2unix /jffs/scripts/privacy-filter ...@RT-AC87U:/tmp/home/root# /jffs/scripts/privacy-filter awk: cmd. line:1: Unexpected token system: Privacy Filter (ipv4) loaded 0 unique ip addresses that will be rejected from contacting your router. system: Privacy Filter (ipv6) loaded 0 unique ip addresses that will be rejected from contacting your router.
ASUSWRT-Merlin RT-AC87U 380.65-4 Wed Mar 29 04:40:59 UTC 2017
...@RT-AC87U:/tmp/home/root# awk --version
awk: unrecognized option `--version'
BusyBox v1.25.1 (2017-03-29 00:40:57 EDT) multi-call binary.
Usage: awk [OPTIONS] [AWK_PROGRAM] [FILE]...
# which awk
/usr/bin/awk
forgot that awk didnt have version but it looks like its the busybox version shipped with merlin, freaking wierd since it works for everyone else running the same script
cause this lines should not cause problems
https://gitlab.com/swe_toast/privacy-filter/blob/master/privacy-filter#L61
https://gitlab.com/swe_toast/privacy-filter/blob/master/privacy-filter#L78
awk /$string/ /file_name
awk /tmp/syslog.log
awk kernel /tmp/syslog.log
awk /kernel/ /tmp/syslog.log
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!