Win / GreatAwakening
GreatAwakening
Communities Topics Log In Sign Up
Sign In
Hot
All Posts
Settings
All
Profile
Saved
Upvoted
Hidden
Messages

Your Communities

General
AskWin
Funny
Technology
Animals
Sports
Gaming
DIY
Health
Positive
Privacy
News
Changelogs

More Communities

frenworld
OhTwitter
MillionDollarExtreme
NoNewNormal
Ladies
Conspiracies
GreatAwakening
IP2Always
GameDev
ParallelSociety
Privacy Policy
Terms of Service
Content Policy
DEFAULT COMMUNITIES • All General AskWin Funny Technology Animals Sports Gaming DIY Health Positive Privacy
GreatAwakening Where We Go Qne, We Go All!
hot new rising top

Sign In or Create an Account

30
Can a QR code run malware? Canada requires proof of Vax via QR Code. Asking for a fren (media.greatawakening.win)
posted 4 years ago by Irishman4Trump4 4 years ago by Irishman4Trump4 +30 / -0
17 comments share
17 comments share save hide report block hide replies
Comments (17)
sorted by:
▲ 12 ▼
– BGridd 12 points 4 years ago +12 / -0

Short answer yes. Longer answer. The qr can link to a drop, or script address that "theoretically" could load some additional items.

permalink save report block reply
▲ 4 ▼
– user2827 4 points 4 years ago +4 / -0

I still won't get one, but the best approach I could think would be to look at how their app reads the code, then using the input part to figure a way to create the code in such a way that it will cause their reader to crash from an overflow or something.

Actually, given Canada's privacy act, even finding out if the app leaks data to 3rd parties would mean they are liable. (That lawsuit would be worth 100k, but that assumes the justice system here wasn't comped to the gills)

permalink parent save report block reply
▲ 4 ▼
– scyenceFiction 4 points 4 years ago +4 / -0

Or, assuming the app scanning the QR code itself has poor input sanitization (a very good assumption, btw), a specially crafted string could exploit the app itself.

It would be cool to fuzz the hell out of it and see what we can do. Maybe find a cheat code.

permalink parent save report block reply
▲ 2 ▼
– user2827 2 points 4 years ago +2 / -0

Will try to find the APK, I'm Alberta. Ontario is doing the same, we should find collaborators to try to break this thing.

permalink parent save report block reply
▲ 7 ▼
– Patriot_Perks 7 points 4 years ago +7 / -0

Lol that would be hilarious

permalink save report block reply
▲ 4 ▼
– beatnet 4 points 4 years ago +4 / -0

Never a bad idea to throw some sand in the gears..

permalink save report block reply
▲ 3 ▼
– MatildaJ 3 points 4 years ago +3 / -0

The QR code’s that was ramped up in Australia via the jab and linked via an app to all business and gov. bodies, stores everything. If I needed to go to the doctor, before entering I MUST open the gov app where the QR lives and scan. It ‘checks me into that location’. When I’m seeing the dr. - any doctor- of late I don’t need to hand by over my ‘Medicare’ card as the system already has me at the surgery. My doctor- any doctor- via my Medicare card - now linked to my COVID checkin, shows the dr what my medical condition is, if I’ve been vaxxed, what tests I have had, recent illnesses etc. Upon leaving, I go back into gov app via the CV checkin and hit recent. It will indicate what time I entered the surgery and it will keep me at this location until I log out. Same for pharmacy. If you’re vaxxed, apart from essential services, or doctors, food outlets, your COVID certificate is there as well. This same app can register your vehicle, pay a parking fine, pay for boat license, pay your council rates, etc. It’s ALL connected. How convenient we thought to be able to pay the usual council and gov. fees etc. Now your every move is monitored. How many apps do you has? It was sold as being safe and convenient. Not having to line up to pay, just do it from the app. I hear that Hong Kong has been hit with another wet market disease killing people. Timing with China is very suspicious but if we have to go down that road again, the infrastructure is already in place.

permalink save report block reply
▲ 1 ▼
– Irishman4Trump4 [S] 1 point 4 years ago +1 / -0

Fuck me…can anyone say tattooed number on our wrist?

permalink parent save report block reply
▲ 1 ▼
– VaccinesCauseSIDS 1 point 4 years ago +1 / -0

Sounds like a good reason to Hillary Clinton your cell phone

permalink parent save report block reply
▲ 2 ▼
– Semmelweis 2 points 4 years ago +2 / -0

"I can only show you the door, you have to walk through it". The QR Code is the door, you have to open it, then step through.

Since the code is just an encoding of data or a web url, it cannot execute anything on its own. The app you use may have flaws in it that could allow a buffer overflow or the like though.

As to using it for vaccines, I've not probed anything like this yet. How I would program it would be my app uses encryption to encode personal information (name, dob, amountofjabs). I would then create the QR code from that. The counterapp would then read that code, decode it, and show the person how many jabs. I would hack this by either modifying the app to have a bogus amountofjabs before it goes to the qrcode creation as that would be the easiest point. If someone extracts the encryption method, they can just create their own qrcode, however encoding personal identification in prevents you from using someone else's code. I wouldn't be surprised if they rushed this and made it easier than the above though.

permalink save report block reply
▲ 2 ▼
– Irishman4Trump4 [S] 2 points 4 years ago +2 / -0

I am constantly amazed at the level of sophistication and knowledge of my fellow Pedes. Thank you!

permalink parent save report block reply
▲ 2 ▼
– user2827 2 points 4 years ago +2 / -0

So, first step is get APK, decompile and then find methods of attack.

permalink parent save report block reply
▲ 2 ▼
– Semmelweis 2 points 4 years ago +2 / -0

My first step would be to get a couple of datasets/qrcodes then put them into a QR Reader site and determine if the data is raw or encrypted.

If it's encrypted, then I would attack the app at that point as I've never been good at dealing with encryption functions and prefer to just MITM the app before encryption/decryption. I haven't touched modern cell apps, but the tools used to be pretty good for taking apart Blackberry apps and such when I used those. Heard that they're not too horrible but don't know much about the process using the tools, or the tools required afterwards ala getting it signed so your cell phone doesn't have to use debug mode for normies to use and etc.

If the QR Code is not encrypted I would just work on making my own spoofer app/site that generates the appropriate QR code if I was able to determine all the elements with my dataset. The app may still need to go through some analysis though in the event of something like a nonstandard checksum method.

permalink parent save report block reply
▲ 2 ▼
– user2827 2 points 4 years ago +2 / -0

Getting the data is tricky, but yes that would also be a good approach.

The little bit I know about reading QR codes is that the larger the code the more fragile they are to start.

My initial search shows the government app as about 2 stars with mostly vaxxed reviews of false negatives.

I think making a QR code that would break the app might be enough where you just say that it's their fault the machine doesn't work.

permalink parent save report block reply
▲ 2 ▼
– HBalzanya69 2 points 4 years ago +2 / -0

Just make your own QR codes that links to a big middle finger picture. You won't get in but you'll get a laugh.

permalink save report block reply
▲ 2 ▼
– Lapstrake 2 points 4 years ago +2 / -0

A QR code is the same thing as copying an internet link.

No code from the image is executed directly.

permalink save report block reply
▲ 1 ▼
– the_coyote_jr 1 point 4 years ago +1 / -0

Hello, my name is Robert; drop table VaccineRecords haha. In reality they are using very crappy development for these things. Probably not that difficult to mess up or somehow link to a different URL that shows a sanitized page of what they want to see. Or do a dropper. Or login with a random healthcare provider creds and insert records or or or. but I wouldn't risk it. I may be tempted to Rick roll them tho. Plus they will fix all of that over time. The ultimate badass move would be for a certain state or country to declare sanctuary and just taint the well in a legal way.

permalink save report block reply

Welcome


The Great Awakening


We are researchers who deal in open-source information, reasoned argument, and dank memes. We do battle in the sphere of ideas and ideas only. We neither need nor condone the use of force in our work here. WE ARE THE PUBLIC FACE OF Q. OUR MISSION IS TO RED-PILL NORMIES.


WHY Q?

"Those who cannot understand that we cannot simply start arresting w/o first: ensuring the safety & well-being of the population shifting the narrative removing those in DC through resignation to ensure success defeating ISIS/MS13 to prevent fail-safes freezing assets to remove network-to-network abilities kill off COC to prevent top-down comms/org, etc. etc. should not be participating in discussions." Q


Welcome to the Digital Battlefield — Together We Win

Rules


Q Supporters

This is The Great Awakening. Our community is international, focused on helping ourselves and others walk away from the programming, and return our governments to "by the people, for the people!"



Follow the Law

No posts or comments that violate laws in your jurisdiction or the United States. The Feds are always watching!



No Bad Behavior!

No doxing, including revealing personal information of non-public figures, as well as addresses, phone numbers, etc. of public figures. All GAW users must adhere to the highest standards of conduct, whichever .WIN they are on. If we are notified by other moderators of incivil behavior on other .WINs, you WILL be banned here!



Civil Discussion ONLY**

They want you divided.

They want you labeled by race, religion, class, sex, etc.

Divided you are weak [no collective power].

Divided you attack each other and miss the true target [them].



No PAYtriots/No Self Promotion

Linking or promoting merchandise, fundraising, or spamming personal websites, blogs, or channels is not permitted. Do not attempt to profit from Q or advertise for those who do. Peace is the prize. We do it for free.



Questions and Concerns

All moderation questions and concerns should be submitted via modmail. DO NOT GRIEF the mods.



Expand your thinking

Remember, this .WIN is the public face of the Great Awakening, and, as a member here, you agree to represent the Great Awakening movement against Globalism, Communism and Progressive Insanity in the best, most positive way possible. NOTE: Your comments and posts may become news. Keep it classy!

This is not a 'fringe conspiracy' site: Visit https://conspiracies.win if that's your thing!



No doomers or shills

If you can't use common sense, you'll get banned without hesitation. If you're a shill, you fall under this rule. If you're a doomer, you fall under this rule as you just add garbage to the site like the other two. This includes forum sliding.



General Rules

  • Mods will issue NO warnings, followed by temporary bans and/or permanent bans. DO NOT GRIEF THE MODS.

  • Keep posts related to topics Q has raised or that are current.

  • Keep post duplication (especially from other .WINs) to a minimum.

  • HIGH EFFORT, HIGH-INFO posts only! Please respect other readers' time. Please use descriptive titles. No URLs in titles, pls. No clickbait.

  • No fame-fagging; no, "your" post did not get removed! Were you the original author?? Eyes on the prize, people!

  • Memes encouraged, but no low-quality, low-info posts.

  • Keep it honest and accurate.

  • GAW Supporters ONLY. (Sorry, the train had no brakes.)

  • Handshake noobs will be scrutinized by their Q knowledge, sincerity, and respect.

  • Remember, your conduct here represents the Q movement! OUR ENEMIES ARE WATCHING!

  • Please direct all complaints to modmail first!


Resources


WELCOME TO THE DIGITAL BATTLEFIELD


"River of Search" script:


GAW post formatting tips


Q Research (Q only posts at 8kun)


Q post archives (qagg.news) others 1 2 3 4


Browse Drops from the beginning


QProofs.com


Learn to read the Q map


Book of Q Proofs v1.3 (pdf)


Law of War & Majic Eyes Qnly Resources


Trumps twitter archive


POTUS: The Calm Before The Storm


Pedosta and DNC dumps


GIFs & QPosts


Poll Post Format


SPY ON US! See: mod Logs


The Greatest Show on Earth!


New to Q? "The Earth Chronicles Ep 12: Q & The White-Hat Op: What's Real, What's Not?"


Moderators

  • dropgun
  • catsfive
  • AutoMod
  • Filter
  • parallax_crow
  • Fatality
  • BasedCitizen
  • Qanaut
  • and 8 more...
Message the Moderators

Terms of Service | Privacy Policy

2026.02.01 - w2qgj (status)

Copyright © 2026.

Terms of Service | Privacy Policy