最好使用python3的環境python
本次使用python2.7環境git
1.關於kalipython切換github
打開終端分別輸入下面兩條命令:服務器
update-alternatives --install /usr/bin/python python /usr/bin/python2 100python2.7
update-alternatives --install /usr/bin/python python /usr/bin/python3 150url
而後打開終端輸入:python --versioncode
若是沒有錯誤的話,此時python版本應該切換到默認的python3了。ip
若是須要從新切換回python只須要在終端輸入:update-alternatives --config python字符串
而後選者你須要的python版本,輸入序號回車就能夠了rpc
如下坑都是用kali+python 2.6.14+踩的
安裝步驟
1.git clone
https://github.com/bsmali4/GyoiThon.git
2.
msfdb init
3.find / -name "database.yml"
查找本機msf的配置
load msgrpc ServerHost=192.168.220.144 ServerPort=55553 User=test Pass=test1234
SERVERHOST | 啓動Metasploit的服務器的IP地址。上面的例子是192.168.220.144 。 |
服務器端口 | 啓動Metasploit的服務器的任何端口號。上面的例子是55553 。 |
用戶 | 任何使用身份驗證的用戶名(默認=> msf)。上面的例子是test 。 |
經過 | 任何使用驗證的密碼(默認=>隨機字符串)。上面的例子是test1234 。 |
4.改變下面的價值 config.ini
修改GyoiThon/classifier4gyoithon/config.ini
設置[GyoiExploit]內容
5.設置根目錄host.txt 內容,注意是一個空格
6.因爲使用python2.6.x
python3x是from urllib.request import urlopen python2x是from urllib2 import urlopen
7.