https://nushackers.github.io/hackertools-slides/2020ht4/
"X"
: must appear and must appear exactlysite:xyz.com
: results from xyz.com onlyfiletype:xyz
: xyz filetype onlydefine:xyz
: define xyzMore: Google docs; External docs
Long press the +
about:config
tweaksdom.select_events.enabled: false
dom.event.clipboardevents.enabled: false
dom.event.contextmenu.enabled: false
Not only useful for development; can be used for one-off scraping, removing annoyances, etc
Bookmarks, but the URL starts with javascript:
Snippets of JavaScript to do stuff. E.g.
Like bookmarklets on steroids
Scripts that automatically run on each page load
Some useful scripts:
// ==UserScript==
// @name Example
// @match https://www.google.com/webhp
// ==/UserScript==
let searchbox = document.getElementsByName("q")[0];
searchbox.value = "Hello";
searchbox.form.submit();
curl -L 'https://api.telegram.org/bot<TOKEN>/sendMessage?chat_id=<CHAT ID>&text=Build+completed.
Automation with Selenium
Government? Random person getting hold of your laptop?
There's always a tradeoff when you make things more secure
Protect your data at rest
Protect individual files
Protect your online privacy
Run your own VPN
Setting up a server is out of scope. Here are some guides: OpenVPN, WireGuard
WireGuard is a very modern (but very new) VPN. If you are setting up a new VPN, and it meets your needs, use it!
There are many other messengers but most offer no privacy at all.
See privacytools.io for more privacy-focused alternatives to common software.
You could consider reducing your dependency on Google, for example, by moving to a different email provider.
Mobile phones nowadays have better isolation
Feedback: bit.ly/2020ht4