Sinisterly
Replica NHS check-in & vaccine passport app - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Hacking (https://sinister.ly/Forum-Hacking)
+--- Forum: Hacking Tools (https://sinister.ly/Forum-Hacking-Tools)
+--- Thread: Replica NHS check-in & vaccine passport app (/Thread-Replica-NHS-check-in-vaccine-passport-app)



Replica NHS check-in & vaccine passport app - rectangles - 05-28-2021

A Redditor who goes by the name /u/dieselcopperfield has made a web app which mimics the NHS app.

Do check it out: https://hack-and-trace.xyz (It only looks good on mobile)

The website can currently do the following:
  • Decrypt NHS barcodes and display a fake 'successful check-in' page
  • Generate NHS vaccine passports

Definitely worth a look. I have found it very useful, myself.


RE: Replica NHS check-in & vaccine passport app - ConcernedCitizen - 05-28-2021

Are we pasting our private details like Full Name and DOB and Address, etc. in public now?
I would think people would have better OPSEC than this in 2000+20+1. Sad


RE: Replica NHS check-in & vaccine passport app - rectangles - 05-28-2021

According to the explanation: https://hack-and-trace.xyz/passport-info/

No information is stored on the server in order for this to work. It's all in a unique base64 url string at the end of the URL.


RE: Replica NHS check-in & vaccine passport app - fritz - 05-28-2021

(05-28-2021, 02:19 PM)rectangles Wrote: According to the explanation: https://hack-and-trace.xyz/passport-info/

No information is stored on the server in order for this to work. It's all in a unique base64 url string at the end of the URL.
Well if no information is stored and this is just some b64 generation, they could have just made it in JS instead of using a backend (where we can't see what they'll do with the datas anyway).