postrequest / link

link is a command and control framework written in rust
GNU Affero General Public License v3.0
556 stars 91 forks source link

cargo not installed, the following command may help: #7

Closed ghost closed 3 years ago

ghost commented 3 years ago

cargo not installed, the following command may help: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

Hello, my local virtual machine can run this project, but VPS is suitable for Kali and cannot run. After running, it will be displayed as above

slimwang commented 3 years ago

Is cargo in your shell path?

echo $PATH | grep cargo

If not, manually add /home/yourusername/.cargo/bin/ to your shell's $PATH.

qianxiaotest commented 3 years ago

是添加到 link.d中吗

postrequest commented 3 years ago

Hi @jiexiaobai,

Your answer is in your question, please install rust (which includes cargo).

Also know that if you plan on using link on another distribution or operating system you will be required to install the comparable dependencies from the install script.

slimwang commented 3 years ago

是添加到 link.d中吗

如果是kali的话,就把export PATH=/home/yourusername/.cargo/bin:$PATH加在~/.zshrc里 记得把yourusername改成你的用户名