An OPSWAT emulator
- Run actual OPSWAT on a VM
- Get that VM's HWID and save it for later use:
sudo dmidecode -s system-uuid | tr -d "-"- Get the emulator:
go get github.com/vasilevp/opswatemu- Plug the HWID in and run the emulator:
opswatemu --hwid ABCDEF...or
HWID=ABCDEF... opswatemu- A status webpage will open - this is done to provide an easy way to add the self-signed certificate to browser exceptions.
After this initial setup you should be fine by just doing step 4 again.