Kali安裝手記

前幾天找壓力測試工具,在VMWare下安裝了個Kali,因爲臨時有別的事情就放下了。

今天打開看了一下跟BT還是有些區別的,爲了方便使用還是要做一下個性化設置(聲明一點,文中內容多爲參考他人博客內容):

  1. 漢化(這條是廢話,我安裝時選擇中文語言)

  2. 安裝VMWare Tools(這條也是廢話,按照VMWare提示安裝就好了)

  3. 更換官方源

    修改sources.list文件:
    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

    #中科大kali源

    deb http://mirrors.ustc.edu.cn/kali kali main non-free contrib

    deb-src http://mirrors.ustc.edu.cn/kali kali main non-free contrib

    deb http://mirrors.ustc.edu.cn/kali-security kali/updates main contrib non-free

    #新加坡kali源

    deb http://mirror.nus.edu.sg/kali/kali/ kali main non-free contrib

    deb-src http://mirror.nus.edu.sg/kali/kali/ kali main non-free contrib

    deb http://security.kali.org/kali-security kali/updates main contrib non-free

    deb http://mirror.nus.edu.sg/kali/kali-security kali/updates main contrib non-free

    deb-src http://mirror.nus.edu.sg/kali/kali-security kali/updates main contrib non-free

    #debian_wheezy國內源

    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 dist-upgrade

  4. 安裝中文輸入法

    apt-get install ibus ibus-googlepinyin  

  5. 安裝目標工具LOIC

    kali-linux中安裝方法:

        aptitude install git-core monodevelop      #安裝monodevelop運行環境
        mkdir loic && cd loic/
        nano loic.sh      #寫入代碼或直接下載;鏈接點此查看
        chmod +x loic.sh      #賦予權限
        ./loic.sh update         #更新,可選:如果下面無法安裝
        ./loic.sh install         #安裝
        apt-get install mono-gmcs        #安裝依賴
        ./loic.sh run          #運行


    安裝完試了一下,完全就是DoS工具嘛,沒達到測試自己網站的目的,果斷卸載掉。

    cd ../

    rm -f -r loic

    apt-get remove mono-gmcs

    apt-get remove monodevelop


  6. 安裝flash

    換linux也得娛樂不是,裝個flash看個youku也不錯啊,走起~

    apt-get install flashplugin-nonfree
    update-flashplugin-nonfree --install


  7. something else





做到哪一步寫到哪一步,搞完後再整理。

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章