/psg/ - Privacy & Security General

Technical Information for Privacy & Security #53

>Resources
privacytools.io
eff.org
haveibeenpwned.com
stallman.org/facebook.html
madaidans-insecurities.github.io
sizeof.cat/links
ryf.fsf.org/products
youtube.com/techlore
youtube.com/TheHatedOne

>Browser tests
browserleaks.com
ipleak.net
d3ward.github.io/toolz/adblock.html

>Advanced content blocking
github.com/gorhill/uBlock/wiki/Blocking-mode:-medium-mode

>Privacy oriented DNS
nextdns.io
quad9.net
adguard.com/en/adguard-dns/overview.html

>Recommended browsers
Chromium based:
Brave, Bromite, Ungoogled Chromium
Firefox based:
Firefox (w/user.js), IceCat, LibreWolf

>Recommended search engines
Brave Search, DuckDuckGo, Searx, Startpage

>Privacy oriented email
CTemplar, Disroot, mailbox.org, ProtonMail, StartMail, Tutanota
Cock.li, RiseUp (invite only)

>YouTube front end
redirect.invidious.io
newpipe.net
freetubeapp.io
github.com/TeamPiped/Piped

>Beginner-friendly distros
Linux Mint
Manjaro
K/L/Xubuntu
Fedora

>Additional resources
torproject.org/download
chromium.woolyss.com
ffprofile.com
pastebin.com/eQUZTzYC
eldritchdata.neocities.org
vez.mrsk.me/linux-hardening.html

>"Facebook is not your friend, it is a surveillance engine."
--Richard Stallman

>"The NSA has built an infrastructure that allows it to intercept almost everything."
--Edward Snowden

Attached: 1643403192813.png (700x394, 322.1K)

Other urls found in this thread:

bleepingcomputer.com/news/security/researchers-use-gpu-fingerprinting-to-track-users-online/
twitter.com/NSFWRedditGif

why is cock.li down?

vincent ran out of money

I want to self host invidous/searx/mumble but I don't want it to be tied to my IP. Should I use tor for these? How should I manage that assuming that I don't want to torify my whole traffic but just these 3 services?

bump

cock.li invites anyone?

cock li got so many donation that vincent can run the service for years. check it out on his site when it comes back online

that was a joke...

bump

where cock.li
why cock.li is 404

This is why I'm always laughing at folks e-begging for cock invites in these threads, the service is absolute shit and it's blocked by a lot of places

what do you use

If you want a Riseup invite, I can give you one, send me an email to captain_planet TA riseup TOD net. Write something interesting, link me a project, a website, anything (of yours), pls.

guerrilla mail

disroot, previously had used proton and tuta

Has anyone worked at a SOC? How did you find it and so on, is it a good first place to start to work in a security related field?

"A team of researchers from French, Israeli, and Australian universities has explored the possibility of using people's GPUs to create unique fingerprints and use them for persistent web tracking."
bleepingcomputer.com/news/security/researchers-use-gpu-fingerprinting-to-track-users-online/

What do I do when I used up all of the free queries on NextDNS? Make a new account?

seems like even more invasive than webgl hashing

Attached: gputiming.png (510x913, 178.89K)

print your webgl renderer string (works in console)

var canvas = document.createElement("canvas")
webglcontext = canvas.getContext("webgl") || canvas.getContext("experimental-webgl")
debugInfo = webglcontext.getExtension("WEBGL_debug_renderer_info")
webglcontext.getParameter(debugInfo.UNMASKED_RENDERER_WEBGL)

Attached: webglrenderer.png (435x186, 19.55K)