Earlier quoted context omitted.
> In fact many resources can be discovered by programmatic access, and there is no inherent reason to think this is wrong. Agreed. There is no inherent or intrinsic reason to expect that any given document or any given URL ought to be restricted. However, a look at the documents could have provided some extrinsic reason to stop looking. For example, if I find a filing cabinet full of classified documents, I will not…
> if they saw the first classified document, then pulled down the rest of the trove hunting for more.. Per the articles: nothing was "classified", it was an archive of public documents that the government published periodically. The issue is that a small subset weren't redacted properly - but there's no apparent reason the teen would have known that. It appears that someone simply archived a bunch of documents they r…
Teenager facing prison for downloading unsecured files from government website
491–500 of 502 posts
Re: Teenager facing prison for downloading unsecured files from government website
#492Earlier quoted context omitted.
> It did, however, damage the privacy of various Canadian citizens. Did it? I understand that the stupid contractor who put this data on the website did (potentially--but note that nobody is saying that anyone has actually suffered harm because of that data being accessible). But did the teenager who got this bomb dropped on him damage anyone's privacy? As I understand it, he downloaded the data, put it on his hard d…
Can you please send me a copy of your last 3 tax returns? My email address is in my HN profile. I don't know you have don't particularly care about your financial situation, so I'm not gonna read them or share them with anyone else. I'll just keep them on my hard drive.
Re: Teenager facing prison for downloading unsecured files from government website
#493Earlier quoted context omitted.
I agree with you but I don't think the law does. The CFAA says that if access isn't authorized, it's no good. Now we can say that if the system was programmed to give it up (200) instead of telling you you aren't authorized (403/401) then you are authorized, but I think the law is more about whether a human intended to authorize you. Accidentally programming the authorization is (however stupid it may be) not what it…
How is someone supposed to determine that one unauthorized thing is hidden among many authorized, similarly named things?
I don't like this but I think it's how it legally could play out.
Re: Teenager facing prison for downloading unsecured files from government website
#494Earlier quoted context omitted.
Sure, but your carelessness doesn't absolve me of my crime. If you lose your diamond ring out of carelessness, it's still not ok for me to steal it.
These analogies involving valuable physical items are way off base. If I'm walking along the street and see a diamond ring lying there, I can only assume that it belongs to someone else and they've misplaced it (because it's very valuable and, crucially, there is no way for the owner to make use of its value if they've lost possession of it). I may not have any way to locate the owner, but I still recognize that it b…
Re: Teenager facing prison for downloading unsecured files from government website
#495Earlier quoted context omitted.
Sorry, I should have written >Federal Government ministers all have their phone bill summaries released as part of public record Why?
So that the public knows they aren't making secret phone calls to lobbyists or what have you. The purpose of transparency is always to reduce corruption.
Re: Teenager facing prison for downloading unsecured files from government website
#496Earlier quoted context omitted.
It really needs one. Cory Doctorow went to work for the EFF despite being Canadian probably because the Canadian analogues are pretty weak and disorganized by comparison.
Open Media is pretty good at social media and pressure campaigns. The BCCLA is top notch if you actually need to win a court case. When they take on a case they don't fuck around, and they have high powered lawyers working pro-bono for them.
Re: Teenager facing prison for downloading unsecured files from government website
#497Earlier quoted context omitted.
Except they’ve been given access. The server should represent its owners in its sharing of data.
Failure to properly secure one's private property does not make it legal for someone else to access it. It doesn't matter if we're talking about physical property in the real world or virtual property on a server.
Leaving your property on the curb is a good example. If someone takes it, you would be hard pressed to get it back from a legal standpoint.
This is very similar. The government left all those documents on the curb.
Re: Teenager facing prison for downloading unsecured files from government website
#498I've contacted the reporter to see if we can setup a legal fund for this guy. It sounds like he's being bullied. This could also get a very bad precedent in Canada as this is totally absurd.
Re: Teenager facing prison for downloading unsecured files from government website
#499From the article: "When he was around eight, he remembered playing around with the HTML of the Google search page, making the coloured letters spell out his name." Isn't the Google logo an image? Smells a bit fishy to me.
I make that about 11 years ago - the page was rather different then.
http://web.archive.org/web/20070106132559/http://www.google....
Re: Teenager facing prison for downloading unsecured files from government website
#500Earlier quoted context omitted.
I use the following configuration: I run two tinyproxy instances on my home server and I point all browser traffic to the first instance. The first instance run with the default routing table on port 8888 and has entries like upstream localhost:8889 ".somesite.com" the second instance, which run on port 8889 is run with the vpn as default route (I use setfib under FreeBSD). With this setup, traffic goes by default di…
Won't this leak DNS and won't lots of system process go avoid the HTTP_PROXY settings?
If you want to route all traffic to a vpn for a specific machine, you can use pf rules to forward an ip through another routing table.