安裝vmware tools
檢視網絡卡位址
配置網路位址
修改ss**件
修改配置資訊
啟動服務
新增更新源
#官方源
deb kali main non-free contrib
deb-src kali main non-free contrib
deb kali/updates main contrib non-free
#中科大kali源
deb kali main non-free contrib
deb-src kali main non-free contrib
deb -security kali/updates main contrib non-free
#新加坡kali源
deb kali main non-free contrib
deb-src kali main non-free contrib
deb kali/updates main contrib non-free
deb kali/updates main contrib non-free
deb-src kali/updates main contrib non-free
#debian_wheezy國內源
deb wheezy main non-free contrib
deb-src wheezy main non-free contrib
deb wheezy-proposed-updates main non-free contrib
deb-src wheezy-proposed-updates main non-free contrib
deb -security wheezy/updates main non-free contrib
deb-src -security wheezy/updates main non-free contrib
deb wheezy main non-free contrib
deb-src wheezy main non-free contrib
deb wheezy-proposed-updates main non-free contrib
deb-src wheezy-proposed-updates main non-free contrib
deb-src -security wheezy/updates main non-free contrib
deb -security wheezy/updates main non-free contrib
公升級已存在的包
公升級到最新版本
安裝中文輸入法(安裝完需要重啟軟體,方可使用)
apt-get install ibus ibus-pinyin #經典的ibus
apt-get install fcitx-table-wbpy ttf-wqy-microhei ttf-wqy-zenhei#拼音五筆
apt-get install fcitx fcitx-googlepinyin fcitx-pinyin fcitx-module-cloudpinyin#fcitx拼音
root@kali:~# service apache2 start 啟動apache服務
lsb_release -a命令檢視當前作業系統的所有版本資訊
kali環境基本配置
首先把虛擬機器的網路介面卡設定成橋接模式 直接連線到物理網路 大家都知道,要想進行內網滲透攻擊,你必須要在那個內網裡。但是大家在vmware裡安裝kali的時候,大多數使用者為了方便,未選擇橋接模式,而是選擇了使用與本 機共享的ip網路 當然,這樣能上網,但是你的虛擬機器卻沒有實際獲得內網ip。1,...
Kali 設定中文 出現亂碼
進入終端 在root使用者下操作 進行如下操作 1.更新資料 root kali apt get update 2.更新軟體包root kali apt get upgrade y 3.更新依賴root kali apt get dist upgrade y 4.設定語言root kali apt ...
kali 謹慎使用 基本安裝
解壓將vmx檔案直接拖入虛擬機器 啟動後使用者名稱和密碼都是kali sudo passwd root 下一步輸入密碼即可 然後sudo reboot重啟 登入時用root使用者 vim etc apt sources.list 在最下方加上源 新增模式 使用 i,o 都可以進入 新增好按rsc鍵然...