5

【笔记】通过Docker部署KaliLinux

 1 year ago
source link: https://feiju12138.github.io/2022/11/12/%E9%80%9A%E8%BF%87Docker%E9%83%A8%E7%BD%B2KaliLinux/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

【笔记】通过Docker部署KaliLinux

2022-11-12

1

通过Docker部署KaliLinux

docker pull kalilinux/kali-last-release
docker run --name kali -it -d kalilinux/kali-last-release
docker exec -it kali /bin/bash

修改镜像源(可选)

  • 国内改为阿里云镜像源
echo "deb http://mirrors.aliyun.com/kali kali-rolling main non-free contrib" >> /etc/apt/sources.list
echo "deb-src http://mirrors.aliyun.com/kali kali-rolling main non-free contrib" >> /etc/apt/sources.list

更新软件包(精简)

apt update && apt -y install kali-linux-headless

更新软件包(完整)

apt update && apt -y install kali-linux-large

DockerHub——kalilinux/kali-last-release


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK