Debian8添加kali源并安装metasploit

应朋友需求,他要在vps上面安装metasploit,因为kali2.0 是基于debian8的,所以我建议他使用debian8。但是他说使用debian8 添加kali源,更新时出现404 Not Found错误。于是乎,我就亲自尝试了一下。

先看一下环境

[email protected]:~# cat /etc/issue.net && uname -a
Debian GNU/Linux 8
Linux localhost 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt11-1+deb8u3 (2015-08-04) x86_64 GNU/Linux
  • 在/etc/apt/sources.list添加kali源:

[email protected]:~# cat >> /etc/apt/sources.list << EOF
#Kali Source
deb http://http.kali.org/kali kali-rolling main non-free contrib
deb-src http://http.kali.org/kali kali-rolling main non-free contrib
EOF
[email protected]:~# apt-get update

##如果出现GPG error,参考这里

##注意,有的网站的教程,kali-rolling这个位置使用kali或者sana。这个位置表示发行代号。我去官方源站点中看了一下,并没有kali这个代号,而且官方网站已经停止对sana源的支持,推荐使用2016年1月推出的kali-rolling代号,这也应该是我朋友上面的404 错误的原因。以后读到这篇文章的小伙伴,出现404错误的话,记得注意一下你的发行代号是否已经没有或者停止支持了。

后面的部分就和其它网站上的教程如出一辙了

  • 安装postgresql数据库
[email protected]:~# apt-get install postgresql
[email protected]:~# su - postgres -c "psql"              #切换到postgres用户并登陆数据库
##有的教程中使sudo -u postgres psql也是可以的
postgres=# alter user postgres with password ‘postgrespass‘;   #修改数据库密码为postgrespass
postgres=# \q           #退出数据库
  •  安装metasploit
[email protected]:~# apt-get install metasploit-framework

# 这里会装一大堆东西,而且会更新libc之类软件,如果你的系统还装有其它软件,请谨慎安装

  • 配置metasploit
[email protected]:~# msconfig
msf > db_connect postgres:[email protected]/msfbook    #使msf连接到postgresql数据库
[*] Rebuilding the module cache in the background...      #这句话的意思是在后台重建模块缓存。
msf > db_status                #查看数据库连接状态
[*] postgresql connected to msfbook       #这个时候就可以正常使用msf了。

msf > search smb
[!] Module database cache not built yet, using slow search
##如果出现了这个信息,意思是说数据库中没有模块的缓存,使用缓慢的搜索(直接搜索磁盘)。
##出现这个情况有可能是后台重建缓存未完成,只需稍等片刻再尝试,也可能是数据库连接不正常,
##导致无法重建/读取缓存。
时间: 2024-11-14 23:33:32

Debian8添加kali源并安装metasploit的相关文章

Debian 8添加kali更新源并安装metasploit

一.Debian 8添加kali更新源 中科大kali更新源: deb http://mirrors.ustc.edu.cn/kali kali-rolling main non-free contrib deb-src http://mirrors.ustc.edu.cn/kali kali-rolling main non-free contrib 1.通过vim或者可视化文本编辑器将以上更新源添加到"/etc/apt/sources.list"文件中 2.执行命令更新可安装列表

kali linux 更新软件源,安装中文输入法

1. 更新软件源打开sources.list文件,进行添加更新源:leafpad /etc/apt/sources.list 2. 添加软件源#官方源 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

一般源码安装添加的GD库 是不支持 jpeg 格式的图片的

一般源码安装添加的GD库 是不支持 jpeg 格式的图片的,只支持如下格式 GD Support enabled GD Version bundled (2.0.34 compatible) GIF Read Support enabled GIF Create Support enabled PNG Support enabled libPNG Version 1.2.49 WBMP Support enabled XBM Support enabled  下面我们来 添加 jpeg 格式文件

ubuntu16.4 deepin 15.3添加PPA源 安装php5.6

想要在Ubuntu 16.4或deepin 15.3上安装PHP5.6,我们需要手动添加源. 在https://launchpad.net/+search?field.text=php上可以通过搜索找到你想要的软件源, PPA 就是软件对应的源. 安装PHP5.6的方法: 1.添加PPA源 sudo su - echo "deb http://ppa.launchpad.net/ondrej/php/ubuntu xenial main" | tee -a /etc/apt/sourc

linux 源码安装apache2.4并添加服务

源码安装apache,路径 /usr/local/httpd24 1.安装apr yum -y install epel-release  wget -c http://archive.apache.org/dist/apr/apr-1.5.2.tar.gz tar xf apr-1.5.2.tar.gz cd apr-1.5.2  ./configure --prefix=/usr/local/apr;echo $? make && make install;echo $?  cd ..

刚安装好CentOS 7,安装gtk3、codeblocks、chrome、添加常用源、代替迅雷的qbittorrent

1. 安装gtk3 正想学习gtk,随便装上 安装gtk3.0 yum -y install gtk3-devel gtk3-devel-docs 2. 安装codeblocks 用贯了codeblocks,先安装codeblocks开发环境 在Fedora好像可以直接yum install codeblocks安装,在centos要先装wxGTK,因为codeblocks依赖于它 安装wxGTK yum -y install wxGTK 安装codeblock (这样安装的好像是13.12版本

virtualbox虚拟机kali增强功能安装

添加更新源 leafpad /etc/apt/sources.list 阿里塬 deb http://mirrors.aliyun.com/kali sana main non-free contrib deb http://mirrors.aliyun.com/kali-security/ sana/updates main contrib non-free deb-src http://mirrors.aliyun.com/kali-security/ sana/updates main c

【1】Kali Linux的安装及配置

爱生活就得够GEEK. ---------------------------------------------------------------完美的分割线-------------------------------------------------------------- 官方文档的筛选 [1]Kali Linux是什么? Kali Linux是一个高级渗透测试和安全审计Linux发行版. Kali Linux 特性 Kali是BackTrack Linux完全遵循Debian开发

CentOS 6.x安装Metasploit

      网上关于CentOS系统下安装Metasploit的教程一堆有一堆,我这里也没有什么新意,完全就是一步一步的走一遍,算是做个笔记,往后备查.       首先,我的系统是CentOS 6.4_x64版本.更新一下系统,如果系统比较老,这个时间可能会比较长,命令如下: yum update yum upgrade       开始安装Metasploit需要的所有依赖包,命令如下: yum groupinstall 'Development Tools' yum install sql