What's new

Noisy/Squawk script on RT-AC66U-B1

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Prismatique

New Around Here
Hello everybody

I'm absolute beginner in Linux & scripting.
In actual days of Internet security, Privacy, ISP/DNS data-mining & so on, I discovered what seems like a nice little tool : "Noisy" or "Squawk" Python scripts.

More precisely, it's a "simple Python script that generates random HTTP/DNS traffic noise in the background while you go about your regular web browsing." In this way, your data is no longer unique or useful to advertisers or other data analytic firms.

More Details here : https://null-byte.wonderhowto.com/h...y-data-protect-your-privacy-internet-0186193/
https://null-byte.wonderhowto.com/h...y-data-protect-your-privacy-internet-0186193/
- Would it be possible to run this script inside Asus-Merlin (On RT-AC66U-B1) ?
- If so, not to much ressources intensive task for that router ?

- Is just creating the script, based on linked page (noisy.py) and putting the file in the "INIT-D" folder enough to do the trick ?

Many thanks for all your enlightements !
 
- Is just creating the script, based on linked page (noisy.py) and putting the file in the "INIT-D" folder enough to do the trick ?
No. The router doesn't have python or the init.d file structure. The router is an embedded device not a Linux distribution.
 
Hello, My bad on the explanation, I know it's not full distro.

I thought It was possible to install "Python", trough "Entware", on Asus-WRT, and run custom script on boot ? Am I wrong ?

(edit) here is a page from AsusWrt Wiki, in which script are launched from an init-d folder..: https://github.com/RMerl/asuswrt-merlin/wiki/Secure-DNS-queries-using-DNSCrypt

I just would like to know if it is coherent to have this kind of Counter-measure script on a Router, and if it is possible. Or if I need to explore the Raspberry way..

Many thanks !
 
I thought It was possible to install "Python", trough "Entware", on Asus-WRT, and run custom script on boot ? Am I wrong ?
Yes you could install Entware and then install its Python package.

(edit) here is a page from AsusWrt Wiki, in which script are launched from an init-d folder..: https://github.com/RMerl/asuswrt-merlin/wiki/Secure-DNS-queries-using-DNSCrypt
That is one of Entware's directories (so it's dependent on Entware being installed), it's not native to the firmware. Merlin's native firmware uses other scripts for customisation.

I just would like to know if it is coherent to have this kind of Counter-measure script on a Router, and if it is possible. Or if I need to explore the Raspberry way..
No idea. Try it and find out I suppose.
 
I just would like to know if it is coherent to have this kind of Counter-measure script on a Router, and if it is possible. Or if I need to explore the Raspberry way..
Will probably work as @ColinTaylor said...but Python can be fairly resource hungry and remember the router only has 256M of memory.

Me....I like to keep things simple on the router. Personally, I'd look at running those types of apps elsewhere.
 
Why not just do DoH or DoT? My AC66U_B1 runs Stubby quite well!

Sent from my SM-T380 using Tapatalk
 

Similar threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top