infobyte / evilgrade

Evilgrade is a modular framework that allows the user to take advantage of poor upgrade implementations by injecting fake updates.
https://www.faradaysec.com/
1.28k stars 279 forks source link

pls tell me the solution of this problem #32

Closed Nikhilesh-1 closed 3 years ago

Nikhilesh-1 commented 3 years ago

root@kali:/home/kali/Downloads/evilgrade# ./evilgrade Can't locate RPC/XML.pm in @INC (you may need to install the RPC::XML module) (@INC contains: /home/kali/Downloads/evilgrade /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.30.3 /usr/local/share/perl/5.30.3 /usr/lib/x86_64-linux-gnu/perl5/5.30 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.30 /usr/share/perl/5.30 /usr/local/lib/site_perl) at /etc/perl/isrcore/shellz.pm line 36. Compilation failed in require at ./evilgrade line 26. BEGIN failed--compilation aborted at ./evilgrade line 26.

f-amato commented 3 years ago

pls follow following steps...

Step 1 | cd evilgrade/ Step 2 | cpan Data::Dump Step 3 | cpan Digest::MD5 Step 4 | cpan Time::HiRes Step 5 | sudo apt-get install perl Step 6 | if promp for yes, type y Step 7 | sudo apt install librpc-xml-perl Step 8 | cpan RPC::XML Step 9 | cp -r isrcore /etc/perl

https://github.com/infobyte/evilgrade/issues/24