A utility to check bulk availability of Virginia DMV vanity plates.
Read the Full Writeup »
This tool is meant to be a proof-of-concept only. I take no responsibility for the unintended consequences of sending thousands of simultaneous requests to a government website.
- Download the latest release
- Unzip and run the tool from the command line:
MacOS/LinuxWindows$ ./og-plates [args]
$ og-plates.exe [args]
- A list of arguments will be output to the command line.
Below are the prerequisites to build your own version of this tool from source.
- Clone the repo
$ git clone https://github.com/TwoNull/og-plates.git
- Navigate to the project directory and build the tool
$ cd og-plates $ go build
- The executable will output as
og-plates
orog-plates.exe
depending on your environment.
Distributed under the MIT License. See LICENSE
for more information.