Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Ubuntu install pocsuite

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Network Security >

Share

Shulou(Shulou.com)06/01 Report--

1 generate ssh rsa

Enter at the terminal.

Ssh-keygen-t rsa-C "forwhat.cn" / / attention. Forwhat.cn is the user name

If the execution is successful. Return

Generatingpublic/private rsa key pair.

Enter file in which to save the key (/ home/forwhat.cn/.ssh/id_rsa):

Here is to set the storage address. Anyway, I pressed enter directly.

And then return.

Enterpassphrase (empty for no passphrase):

Go straight back to the car again.

Enter same passphrase again:

Return to the car 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:

Here is a string of numbers. I blocked him.

The key's randomart p_w_picpath is:

+-[RSA 2048]-+

| | |

| | |

| | |

| | o |

| +. S |

|. =. O |

| | o + + o.o |

| E o. O.Flowers. | |

|. + = + ooo. | |

+-+

So the SSH key is generated. Just cat it.

000000:~/a$cat / home/forwhat.cn/.ssh/id_rsa.pub

Ssh-rsa AAAAB3NzaC1yc2EAAAADAQ (I blocked it)

Add the displayed SSHkeys directly to the github account settings

2 install setuptools

Go to this address to download setuptools at https://pypi.python.org/pypi/setuptools

2. Enter the directory where the setuptools extracted files are located.

Sudo python setup.py build

Sudo python setup.py install

3 install pocsuite

1. Download pocsuite:

$wget https://github.com/knownsec/Pocsuite/archive/master.zip

$unzip master.zip

$cd Pocsuite

Enter the directory where the pocsuit extracted files are located.

Sudo python setup.py build

Sudo python setup.py install

The installation is complete.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Network Security

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report