phpmyadmin to manage multiple databases on the same network
478
docker run --name dbadmin -d -p 443:443 fagneftr/phpmyadmin_cyberlab:latest
docker run --name dbadmin --net=host -d fagneftr/phpmyadmin_cyberlab:latest
Afterwards, open the login page in the web browser: https://127.0.0.1
You can change the host and port of the server using the <IP_HOST>:<PORT>

# Kali Linux VM
docker run --name dbadmin --net=host -d fagneftr/phpmyadmin_cyberlab:latest
┌────────────────┐
|192.168.101.100 |
│ VM KALI │
│ │
│ (Atacante) │
│ │
│ 172.23.10.20 │ ◄── 127.0.0.1:3306
└─────┬──────────┘
│ SSH Tunnel
▼
┌────────────────┐
│ Host Interno │ # SSH Remote Port Forward
│ │ ssh [email protected] -f -N -R 3306:127.0.0.1:3306
│ Database. │
│ │ # Isolated Mysql Service (target)
│ │ ◄── 127.0.0.1:3306
└────────────────┘
Content type
Image
Digest
sha256:886bfb22b…
Size
187.4 MB
Last updated
7 months ago
docker pull fagneftr/phpmyadmin_cyberlab