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





做到哪一步写到哪一步,搞完后再整理。

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