Download Evilgrade from:
https://github.com/infobyte/evilgrade/archive/master.zip
unzip master.zip and go to the directory.
//if you have no error then gd else you will need to install the dependencies
./evilgrade
Required perl dependencies:
Data::Dump
Digest::MD5
Time::HiRes
RPC::XML
How to install them on Centos using CPAN:use CPAN, but if you have never used it, then you will need to configure it.
perl -MCPAN -eshell
//step thru the configuration
// key in the below command to automate the configuration
o conf init
cpan -i Data::Dump
cpan -i Digest::MD5
cpan -i Time::HiRes
cpan -i RPC::XML
if you have error with RPC::XML,
yum whatprovides "perl(XML::Parser)"
yum install "
yum install perl-IO-Socket-SSL
No comments:
Post a Comment