6
0
mirror of https://github.com/threatland/TL-BOTS synced 2024-06-30 19:01:42 +00:00
TL-BOTS/TL.EXPLOIT_SCAN/SCANNER.LRAB/LRAB_Installs.9937e1.txt

11 lines
259 B
Plaintext
Raw Normal View History

2019-10-02 20:41:26 +00:00
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