大家都知道,要想进行内网渗透攻击,你必须要在那个内网里。
但是大家在Vmware里安装kali的时候,大多数用户为了方便,未选择桥接模式,而是选择了使用与本机共享的IP网络
当然,这样能上网,但是你的虚拟机却没有实际获得内网IP。
如果你不进行内网渗透操作,可以无视这篇帖子!
废话不多说,教程开始:
0x00:首先你需要在你本机ipconfig一下:
<ignore_js_op>附送一些好的更新源,大家配置好网之后,可以更新。
终端输入:leafpad /etc/apt/sources.list 回车
然后添加以下较快的源:
- deb http://http.kali.org/kali kali main non-free contrib
- deb-src http://http.kali.org/kali kali main non-free contrib
- deb http://security.kali.org/kali-security kali/updates main contrib non-free
- deb http://ftp.sjtu.edu.cn/debian wheezy main non-free contrib
- deb-src http://ftp.sjtu.edu.cn/debian wheezy main non-free contrib
- deb http://ftp.sjtu.edu.cn/debian wheezy-proposed-updates main non-free contrib
- deb-src http://ftp.sjtu.edu.cn/debian wheezy-proposed-updates main non-free contrib
- deb http://ftp.sjtu.edu.cn/debian-security wheezy/updates main non-free contrib
- deb-src http://ftp.sjtu.edu.cn/debian-security wheezy/updates main non-free contrib
- deb http://mirrors.163.com/debian wheezy main non-free contrib
- deb-src http://mirrors.163.com/debian wheezy main non-free contrib
- deb http://mirrors.163.com/debian wheezy-proposed-updates main non-free contrib
- deb-src http://mirrors.163.com/debian wheezy-proposed-updates main non-free contrib
- deb-src http://mirrors.163.com/debian-security wheezy/updates main non-free contrib
- deb http://mirrors.163.com/debian-security wheezy/updates main non-free contrib
保存完之后再终端输入:apt-get update && apt-get upgrade 回车
等待吧~~~
如果都不行,检测一下自己人品