Skip to content

justinmerrell/VCHIP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VCHIP

A prank website intended to "scan" the chip that has been embeded when someone recives the vaccine. The web app makes use of a phones embeded hardware to communicate a false perception that a scan is indeed happening, because of this it is intended to only work on mobile devices.

If the web app is opened on a non-mobile device the user is told the app will not work.

View Flow

  1. To start the user is instructed to place their phone over the "injection" site and then hit the button to find the chip.
  2. A screen indicating the chip has been found and if the users moves the chip is lost.

Getting Started

sudo apt update && sudo apt upgrade -y
sudo apt install software-properties-common -y
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt install python3.10 -y
sudo apt install nginx -y

sudo git clone git@github.com:justinmerrell/VCHIP.git
cd VCHIP

sudo apt-get install python3.10-venv -y
python3.10 -m venv env

source env/bin/activate
python -m pip install -r requirements.txt