您好,登錄后才能下訂單哦!
這篇文章主要介紹“CentOS7怎么下安裝Kippo”的相關(guān)知識,小編通過實際案例向大家展示操作過程,操作方法簡單快捷,實用性強(qiáng),希望這篇“CentOS7怎么下安裝Kippo”文章能幫助大家解決問題。
Kippo是一款強(qiáng)大的SSH蜜罐工具,它具有很強(qiáng)的互動性,當(dāng)攻擊者拿到了蜜罐的SSH口令后可以登錄到蜜罐服務(wù)器執(zhí)行一些常見的Linux命令。
公有云上的 CentOS 7 x86_64(非 OpenVZ),雙核,2 GB 內(nèi)存,SELinux 不開啟
$ sudo yum install libffi libffi-devel gcc git -y $ sudo yum install python-devel openssl openssl-devel -y $ sudo yum install python-twisted-core python-setuptools python-virtualenv -y $ sudo easy_install pycrypto pyasn1 $ sudo easy_install pip $ pip install cryptography
# 請注意,如果使用低于此版本的 twistd 可能出現(xiàn) cannot import 錯誤
$ sudo pip install twisted==15.2.0 $ sudo pip install service_identity
$ sudo vim /etc/ssh/sshd_config # 修改 Port 為 222$ sudo firewall-cmd --add-port=222/tcp --permanent $ sudo firewall-cmd --add-port=2222/tcp --permanent $ sudo firewall-cmd --permanent --add-forward-port=port=22:proto=tcp:toport=2222:addr={ YOUR SERVER IP } $ sudo firewall-cmd --reload
$ sudo useradd kippo $ sudo su kippo $ cd ~ $ git clone https://github.com/desaster/kippo.git $ cd kippo
$ cp kippo.cfg.dist kippo.cfg $ ./start.sh
關(guān)于“CentOS7怎么下安裝Kippo”的內(nèi)容就介紹到這里了,感謝大家的閱讀。如果想了解更多行業(yè)相關(guān)的知識,可以關(guān)注億速云行業(yè)資訊頻道,小編每天都會為大家更新不同的知識點(diǎn)。
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進(jìn)行舉報,并提供相關(guān)證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權(quán)內(nèi)容。