1. Install dependencies
All you need is Docker and Make!
sudo apt install docker.io make
2. Clone the GitHub Repo
You can use git to download the source code. You can also download it as a zip file.
git clone https://github.com/LyndLabs/DNS-Driveby
3. Navigate into Code Folder
Change directories into the source code folder.
cd DNS-Driveby/src
4. Create a DNS CanaryToken
Generate a DNS Token at canarytokens.org.
5. Flash the code!
Replace <CANARYTOKEN>
with your custom CanaryToken generated above!
sudo make flash canaryurl="<CANARYTOKEN>"
6. Monitoring your Token
coming soon
7. Adding a Screen
coming soon