I’m getting a bit sick of large corporations a) demanding excess data as a condition of doing business with me, b) allowing it to be stolen, and c) giving zero fucks about it.
What are some things that us netizens can do to make our displeasure known.
Extra points for funny ideas.
Report bugs that don’t actually exist. Keep reporting the same bug from different emails. Works especially well for apps.
luigi had an idea
Do not use actual names, birthdays, phone numbers, addresses, email addresses, etc. There’s no reason they need to know that info and I love/hate seeing physical mail and email show up with my made up info. Doesn’t work when paying for stuff though.
Start Self hosting. Keeping my data at home is how I’m sticking it to the man these days.
If anyone has one specifically for airlines, I’d love to hear it! Got plenty of time to read the comments with my cancelled flight
Stop using as many services as possible. It might not be funny but, I mean, what if you went to a music store and bought used CDs instead of using Spotify? Do all of that you can.
Use bots to apply for the open positions to waste time. Reject them all for not enough pay.
Post public info of the CEO class
Piracy
Give fake data when using all services.
Start and join boycott groups.
Use their social media against them. Eg post their dirty laundry as a comment on their post.
he doesn’t rename low res episodes of the golden girls to “tax return[year].docx” and hide them in plain sight.
If someone stoles the data then the corp can’t be trusted. Punishment: erase ALL records from ALL of their databases and forbid that corp to take data for at least one year. The time would depend on the severity of the leak. If the leak if catastrophic, 10 years minimum.
If a company is publicly traded, then all leaked individuals are given 50.1% controlling stock in the company, split among the victims with new stocks created for them, with unclaimed stocks held in a trust controlled by anyone that did respond to claim stocks. They can sell the stocks, or drive the company into the ground out of spite. Maybe even both.
Companies not publicly traded have 3 months to make all code used, trademarked material, and patents open source in perpetuity, and 1 year to convert their corporate structure into a non-profit.
Regardless of the size of the company, the CEO, CTO, and board must eat their weight in fried bugs. They get to pick the type of bug from a list of 5 options, and any seasoning they want. Live streams of the bug eating will be monetized and the proceeds given to orphans, under the title of “It’s not a bug, its a feature.”
Edit: whoops, I missed the “il” part in “not illegal”. Anyway you should definitely not do the following. Allegedly doing the following would be arson, and society frowns upon such things.
Easy:
- Identify company
- Wait until it’s a weekend night. We’re not after the wage slaves after all.
- Mix polystyrene and gasoline. Remember that gasoline can melt some plastics, so if using a plastic container for mixing do a test first. You do not want napalm all over the place.
- Fill the gooey substance in glass bottles.
- Cap the bottles. (see #7)
- Drive to the company.
- Open bottles and put wicks in them. (important not to do this earlier. Driving with open gasoline containers in your car will make you drowsy and is a fire hazard)
- If you haven’t already got gloves on, put them on and wipe down the bottles - you may have to leave some at some point.
- Have accomplices trigger fire alarms all over the local fire department’s district. Either automatic fire alarms will be discarded for a bit or the marshall will be tied up investigating.
- Light a wick, throw the bottle at the company, try to get it to break a window.
- If you’re out of bottles or you see blue lights cheese it. Otherwise go back a step and repeat it.
I heard you should mix the gasoline with diesel for more mileage.
Soap shavings
Don’t use their services.
The fake name generator might be useful. There are also temporary email services for when a site account requires a confirmed email.
Sounds like it does the opposite of what OP wants:
I stopped counting after 2000+ vendors
Nice
Not exactly what you’re looking for, but Ad-Nauseum is a nice way to inject a ton of garbage into the data corps collect.
Explanation for illiterates?
It’s an SQL injection joke.
Basically, when dealing with databases, you can use SQL to search or modify the data in that database. By default, you can do this by polling the database with an SQL query. But this introduces a vulnerability called SQL injection. Basically, imagine if instead of filling in a name in the “Name” field, you filled in an SQL query. If the database admins haven’t protected themselves against it, then the database will happily run that query; You have just injected an SQL query into their database. Maybe you’re a malicious attacker, looking to get a virus onto the system, or looking to extract the data.
Protecting the database from injection is done with something called sanitizing. Basically, you set up filters to disallow SQL, so it can’t touch your database. In this comic, the database admins didn’t do that, so they were unprotected.
The actual SQL uses the student’s middle name to search for any tables named “Students” and permanently delete it. The joke is that when the school admin staff enters his name into their database, it will delete any tables named “Students” and wreck their database.
https://www.explainxkcd.com/wiki/index.php/327:_Exploits_of_a_Mom
SQL sanitization joke. Won’t affect most databases today.
As a security consultant who tests web applications on the regular: LOL
Still, any programmer worth their salt should filter their inputs. One group at work refuses to do it and they always get away with it and it’s infuriating
One group at work refuses to do it
Sounds like a huge liability to the company.
and they always get away with it
Until they don’t. All it would take is one malicious actor (competing company, spurned employee, data thief, etc) wrecking/stealing their entire database with an injection attack.
Their exact position would make it significantly less likely, since they aren’t working with databases, but software for individual products. That being said, it’s still shitty practice