Thanks to visit codestin.com
Credit goes to github.com

Skip to content

vasilevp/opswatemu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

opswatemu

An OPSWAT emulator

First-time setup

  1. Run actual OPSWAT on a VM
  2. Get that VM's HWID and save it for later use:
sudo dmidecode -s system-uuid | tr -d "-"
  1. Get the emulator:
go get github.com/vasilevp/opswatemu
  1. Plug the HWID in and run the emulator:
opswatemu --hwid ABCDEF...

or

HWID=ABCDEF... opswatemu
  1. 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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages