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

can any one help me #29

Closed kurd2019 closed 3 years ago

kurd2019 commented 4 years ago

whene i write ./evilgrade it shows to me this message

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

bcoles commented 4 years ago

Try sudo apt install librpc-xml-perl or cpan install RPC::XML as per #24.

Then start evilgrade with the appropriate -I include directory.

perl -I "/usr/local/share/perl/5.30.0/XML/" ./evilgrade