6
0
mirror of https://github.com/threatland/TL-BOTS synced 2024-06-28 18:01:53 +00:00
TL-BOTS/TL.EXPLOIT_SCAN/SCANNER.LRAB/LRAB_Installs.9937e1.txt
2019-10-02 16:41:26 -04:00

11 lines
259 B
Plaintext

yum install gcc php-devel php-pear libssh2 libssh2-devel
pecl install -f ssh2
enter
touch /etc/php.d/ssh2.ini
echo extension=ssh2.so > /etc/php.d/ssh2.ini
yum install cpan -y
cpan force install Net::SSH2
cpan force install Parallel::ForkManager