Hacking a parking ticket system
31–40 of 65 posts
Re: Hacking a parking ticket system
#32After the felony fraud charges, he would have been better off just shoplifting the sets instead.
Re: Hacking a parking ticket system
#33This reminds me of the guy who was caught a few years ago for putting homemade UPC stickers over the printed UPC symbol for expensive LEGO sets so that they'd ring up as inexpensive LEGO sets. After the felony fraud charges, he would have been better off just shoplifting the sets instead.
http://lego.gizmodo.com/high-profile-silicon-valley-exec-gui...
http://gizmodo.com/5912141/multimillionaire-software-exec-ar...
http://news.yahoo.com/blogs/technology-blog/incredibly-wealt...
http://www.mercurynews.com/ci_20675946/silicon-valley-tech-e...
But there's this earlier story too:
Re: Hacking a parking ticket system
#34Re: Hacking a parking ticket system
#35A friend of mine in college did this, but it was even simpler- there was no barcode, just a number that increased by one for each ticket sold. He went the entire year just making his own to avoid paying $3 per day. Just take the last three days tickets, increment by the average difference, print and display. When they caught him (he parked in the wrong lot or something) he admitted everything, paid $80, and offered t…
A much simpler "hack" occurred to me recently. Suppose you wanted to store your car for a long time in a gated garage that also holds ZipCars. Drive your car in and take a ticket as normal. When it's time to leave, book a ZipCar for one hour. Grab its parking pass and use it to exit the garage with your car. Park on the street nearby, walk the pass back to the ZipCar. Are there typically countermeasures in place for…
Re: Hacking a parking ticket system
#36The checksum algorithm they used will only produce 73 different checksums (00000000-99999999: 0-72) - and all of them even. There is space for 9999 different values. Tips to improve: f(x) = ( x * secret) mod 1000 - mod 10000 instead of mod 1000 (as mentioned in the article) - make sure the 'x' varies between 0-9999 (e.g. by splitting the number in half and adding the parts 03001909 > 0300+1909 = 2209) - make sure the…
Re: Hacking a parking ticket system
#37Seriously, the easiest way to abuse (private) parking systems is usually to make them write the ticket to a plate that doesn't come back to you.
Another "hack" was that the parking gates at most public garages in the DC area had a rubber sweep on the bottom and were tall enough that most 90s compacts could squeeze under if you retract the antenna, saves about $6 per usage.
Re: Hacking a parking ticket system
#38Over a summer I lived in "intern housing" at a university in the DC area. They wanted $150 for parking for 2mo, yeah, nope. A little bit of research told me that the parking services were a separate entity from the school and that the school would put a hold on my student account and transcripts if there were unpaid charges. I also found that they supposedly boot you after 3 tickets. Tickets are $100 minimum and go u…
Re: Hacking a parking ticket system
#39Earlier quoted context omitted.
> So just get a new ticket from the entrance Getting a new ticket from the printer before the barrier will be hard if your car is inside the car park. Often the ticket printer will only work if it notices a large metal object (such as a car) in front of the barrier.
Many automated garages ban motorcycles because they're unable to trigger the sensor.
Anyway, I guess motorcycles are not quite as maneuverable as a bicycle, so would find it harder to trigger the sensors in this deliberate way.
Re: Hacking a parking ticket system
#40A friend of mine in college did this, but it was even simpler- there was no barcode, just a number that increased by one for each ticket sold. He went the entire year just making his own to avoid paying $3 per day. Just take the last three days tickets, increment by the average difference, print and display. When they caught him (he parked in the wrong lot or something) he admitted everything, paid $80, and offered t…
A much simpler "hack" occurred to me recently. Suppose you wanted to store your car for a long time in a gated garage that also holds ZipCars. Drive your car in and take a ticket as normal. When it's time to leave, book a ZipCar for one hour. Grab its parking pass and use it to exit the garage with your car. Park on the street nearby, walk the pass back to the ZipCar. Are there typically countermeasures in place for…
The cost of the zip car + the hassle of booking the zipcar, walking from to it to grab the card, driving your car out and finding parking, then walking back to the car.
I would emphasize that this method requires finding parking outside the parking garage. Around where I live, that could be a long walk back to the garage (and paying a meter...)