- Kali Linux Cookbook(Second Edition)
- Corey P. Schultz Bob Perciaccante
- 179字
- 2021-07-02 18:27:09
The hypervisor networking
In our lab, we are going to be using two networks within VirtualBox: a NAT network and a host-only network. Our Kali box will be connected to both the networks, so it can communicate with devices on the internet, download updates, and get software packages as needed. Our target machines will only be connected to the host-only network. The host-only network can only talk within the host and among other devices connected to the host-only network. It cannot communicate through your Ethernet or wireless networks. This setup is extremely critical to our testing environment, as we do not ever want to expose our testing hosts to the outside world, as they are very vulnerable and will be hacked rather quickly.
To further protect the networks that your lab is connected to, we would actually suggest disconnecting the virtual adapter of the Kali virtual machine that connects to the NAT network, unless specifically required for the recipe operation. This way, your network is protected from accidental exposures to any attacks you may be sourcing from Kali.
- Visual C++程序設計學習筆記
- JavaScript+jQuery網頁特效設計任務驅動教程(第2版)
- Clojure for Domain:specific Languages
- Learning AWS Lumberyard Game Development
- Python神經網絡項目實戰
- Java:Data Science Made Easy
- Serverless架構
- 精通Linux(第2版)
- .NET 3.5編程
- MySQL入門很輕松(微課超值版)
- 編程改變生活:用Python提升你的能力(進階篇·微課視頻版)
- Mastering Apache Storm
- 從Excel到Python數據分析:Pandas、xlwings、openpyxl、Matplotlib的交互與應用
- Android Studio開發實戰:從零基礎到App上線 (移動開發叢書)
- 從零開始構建深度前饋神經網絡:Python+TensorFlow 2.x