新聞中心
1 生成ssh rsa
在終端輸入。
創(chuàng)新互聯(lián)公司-專業(yè)網(wǎng)站定制、快速模板網(wǎng)站建設(shè)、高性價(jià)比江油網(wǎng)站開(kāi)發(fā)、企業(yè)建站全套包干低至880元,成熟完善的模板庫(kù),直接使用。一站式江油網(wǎng)站制作公司更省心,省錢,快速模板網(wǎng)站建設(shè)找我們,業(yè)務(wù)覆蓋江油地區(qū)。費(fèi)用合理售后完善,十余年實(shí)體公司更值得信賴。
ssh-keygen-t rsa -C "forwhat.cn"http://注意。forwhat.cn為用戶名
如果執(zhí)行成功。返回
Generatingpublic/private rsa key pair.
Enter file in which to save the key (/home/forwhat.cn/.ssh/id_rsa):
在這里就是設(shè)置存儲(chǔ)地址了.反正我是直接按的回車
然后還會(huì)返回
Enterpassphrase (empty for no passphrase):
再次直接回車。
Enter same passphrase again:
再次回車。
Youridentification has been saved in /home/forwhat.cn/.ssh/id_rsa.
Your public key has been saved in /home/forwhat.cn/.ssh/id_rsa.pub.
The key fingerprint is:
這里有一串?dāng)?shù)。我把他屏蔽了。
The key's randomart p_w_picpath is:
+--[ RSA 2048]----+
| |
| |
| |
| o |
| + . S |
| . = . o |
| o + +o.o |
|E o . o.=+. |
|.+ ==+ooo. |
+-----------------+
這樣SSH key就生成了。直接cat一下就好了。
000000:~/a$cat /home/forwhat.cn/.ssh/id_rsa.pub
ssh-rsa AAAAB3NzaC1yc2EAAAADAQ(我屏蔽了)
把顯示出來(lái)的直接添加到github賬戶設(shè)置里邊的SSHkeys
2 安裝setuptools
到這個(gè)地址https://pypi.python.org/pypi/setuptools下載setuptools
2、進(jìn)入setuptools解壓文件所在目錄
sudo python setup.py build
sudo python setup.py install
3 安裝pocsuite
1、 下載pocsuite:
$ wgethttps://github.com/knownsec/Pocsuite/archive/master.zip
$ unzip master.zip
$ cd Pocsuite
進(jìn)入pocsuit解壓文件所在目錄
sudo python setup.py build
sudo python setup.py install
安裝完成。
本文標(biāo)題:ubuntu安裝pocsuite
鏈接URL:http://fisionsoft.com.cn/article/pghghs.html