- Kali Linux 2018:Assuring Security by Penetration Testing
- Shiva V. N Parasram Alex Samm Damian Boodoo Gerard Johansen Lee Allen Tedi Heriyanto Shakeel Ali
- 226字
- 2021-06-24 18:19:00
Installing Packer
Packer by Hashicorp is used to easily build automates images such as Metasploitable 3. Visit https://www.packer.io/downloads.html and download the version of Packer for your OS. In this instance, I've downloaded the Windows 64-bit version:

Once downloaded, extract the contents of the file. There should be one file, in this case packer.exe.
From there, create a folder anywhere you like and name it packer. I've placed it on the C: drive of my system:

At this point, you'll need to add the path to this folder in order to call the Packer application in the Command Prompt. Simply edit your environment variables and paste it into the path to packer.exe.
Go to your Control Panel and click on Advanced system settings:

In the System Properties window, under the Advanced tab, click on Environment Variables:
You should see the Path entry under User variables for admin. In the System variables box, you should also the Path variable with an entry of C:\Program Files (x86)\Common Files\Oracle|Java\javapath:..
Click on the Edit button to continue:
In the Edit environment variable, click on the New button in the top-right corner and select C:\packer from the list in the main window. Click on OK.
To test that the change was successful, launch the Command Prompt and type packer. You should return usage parameters and available commands if all is successful:

- 白話網(wǎng)絡(luò)安全2:網(wǎng)安戰(zhàn)略篇
- 科技安全:戰(zhàn)略實踐與展望
- unidbg逆向工程:原理與實踐
- CSO進階之路:從安全工程師到首席安全官
- 網(wǎng)絡(luò)安全保障能力研究
- 特種木馬防御與檢測技術(shù)研究
- INSTANT Burp Suite Starter
- 從0到1:CTFer成長之路
- 情報驅(qū)動應(yīng)急響應(yīng)
- CTF那些事兒
- 解密數(shù)據(jù)恢復(fù)
- SQL Injection Strategies
- 持續(xù)集成:軟件質(zhì)量改進和風險降低之道
- 博弈論與數(shù)據(jù)安全
- 網(wǎng)絡(luò)安全大數(shù)據(jù)分析與實戰(zhàn)