Show HN: ShadowCat – file transfer through QR Codes in a Browser
31–40 of 74 posts
Re: Show HN: ShadowCat – file transfer through QR Codes in a Browser
#32https://gist.github.com/SMUsamaShah/fd6e275e44009b72f64d0570...
Re: Show HN: ShadowCat – file transfer through QR Codes in a Browser
#33Re: Show HN: ShadowCat – file transfer through QR Codes in a Browser
#34Re: Show HN: ShadowCat – file transfer through QR Codes in a Browser
#35I once heard someone create a QR code scanner to retrieve gigabytes of data, but the biggest problem is that cameras aren't powerful enough to handle it all. Essentially, the QR code needs to be downloaded to the device for loading; relying on the camera to retrieve it is very difficult. Am I wrong about this project? What's your solution?
Re: Show HN: ShadowCat – file transfer through QR Codes in a Browser
#36I once heard someone create a QR code scanner to retrieve gigabytes of data, but the biggest problem is that cameras aren't powerful enough to handle it all. Essentially, the QR code needs to be downloaded to the device for loading; relying on the camera to retrieve it is very difficult. Am I wrong about this project? What's your solution?
Re: Show HN: ShadowCat – file transfer through QR Codes in a Browser
#37Single page file transfer using QR Codes and a browser. Sending device loads a file into the page, gets chunked. Receiver gets all the chunks through a camera, tosses lightly and reassembles, CRC to garnish. Designed to push data from an old phone that had broken comms after it took a swimming lesson in a coffee mug, it's been quite handy.
If the phone had broken comms, how did you get the code onto the phone to run?
Re: Show HN: ShadowCat – file transfer through QR Codes in a Browser
#38I've done this exact approach before. It's a good way to exfiltrate data. Post the software on GitHub pages, or a popular CDN that co-hosts other shared libraries and you've got a very difficult to block method. Really goes to show that it's very difficult to stop a motivated and informed actor.
If you can connect to Github pages couldn't you exfil that way? This takes 2 mins for 100KB.
Downloading a tiny JS from a CDN, or accessing a GitHub page is mostly noise, especially if obfuscated well.
Re: Show HN: ShadowCat – file transfer through QR Codes in a Browser
#39I've done this exact approach before. It's a good way to exfiltrate data. Post the software on GitHub pages, or a popular CDN that co-hosts other shared libraries and you've got a very difficult to block method. Really goes to show that it's very difficult to stop a motivated and informed actor.
Npm install qr-made-up-name Can show qr in console. How do you stop that?
Re: Show HN: ShadowCat – file transfer through QR Codes in a Browser
#40Earlier quoted context omitted.
If the phone had broken comms, how did you get the code onto the phone to run?
In ye olden days we used cables to sync all of our apps and data to our phones.