Update docs/tech_docs/OpenWrt.md

This commit is contained in:
2024-04-21 23:59:50 +00:00
parent 52b26edbe7
commit da330fb768

View File

@@ -189,18 +189,9 @@ docker run hello-world
## Kali Linux Container Setup
### Description
This section provides instructions for configuring a Kali Linux container, geared towards security professionals and penetration testers. This container is set up with increased resources to support the intensive tasks typically performed on Kali Linux, including various security tests and analyses.
### Step-by-Step Configuration
1. Create the Kali Linux container with enhanced CPU and memory settings to handle demanding security tools.
2. Start the container to ensure it is running smoothly.
3. Perform system updates and install necessary security tools as required.
### Commands
```bash
# Create and configure the Kali Linux container
pct create 200 /var/lib/vz/template/cache/kali-default-rootfs.tar.xz --unprivileged 1 --arch amd64 --ostype debian --hostname kali-0 --password changeme --tag tools --storage local-lvm --
cores 2 --memory 2048 --swap 1024 --rootfs local-lvm:1,size=10G --net0 name=eth0,bridge=vmbr0,firewall=1 --cpuunits 1500 --onboot 1 --debug 0 --features nesting=1,keyctl=1
```bash
pct create 200 /var/lib/vz/template/cache/kali-default-rootfs.tar.xz --unprivileged 1 --arch amd64 --ostype debian --hostname kali-0 --password changeme --tag tools --storage local-lvm --cores 2 --memory 2048 --swap 1024 --rootfs local-lvm:1,size=10G --net0 name=eth0,bridge=vmbr0,firewall=1 --cpuunits 1500 --onboot 1 --debug 0 --features nesting=1,keyctl=1
```