0
Installing WMIC on Ubuntu 14.04
Step 1 – Install building applications sudo apt-get install autoconf make gcc Step 2 – Download the ‘wmic’ source cd ~/Downloads wget http://www.openvas.org/download/wmi/wmi-1.3.14.tar.bz2 Step 3 – Untar the source tar -xvf wmi-1.3.14.tar.bz2 Step 4 – Go into the directory cd wmi-1.3.14 Step 5 – Compile and grab a butty as will take a few minutes […]