hatching / vmcloak

Automated Virtual Machine Generation and Cloaking for Cuckoo Sandbox.
479 stars 118 forks source link

List VMs, fix list deps, and update sqlalchemy version #151

Closed RicoVZ closed 5 years ago

RicoVZ commented 5 years ago

Can be used for commands such as: while read -r vm ip; do cuckoo machine --add $vm $ip; done < <(vmcloak list vms)