16 ms·
Welp glad to know I was trying to dig www.pornhub.com on my work network.
by JohnKacz 8y ago
Welp glad to know I was trying to dig www.pornhub.com on my work network.
- cleanbrowsing 8y agoGood point. Removed it from the default tested domains.
- ddacunha 8y agoGlad I pulled after it was removed. In some countries (incl. Singapore) this domain is banned & blocked. Plus off-course I ran it from work...
- corobo 8y agoWorse than that, you were running scripts without knowing what they do
- nothrabannosir 8y agoTo be fair, every single time I install an emacs or vim plugin, npm lib, ruby gem, pip package, or anything close, so do I. Really the only code I audit is a 2 page script on HN because I feel someone might judge me if I don't. But even then, I sort of gave up after the first page. Computer security is so fubar, it's not even funny.
- LinuxBender 8y agoI used to teach people not to pipe curl to bash. Now I just add sudo -n tests to my scripts and see if they have passwordless sudo. It turns out, a lot of people have passwordless sudo.