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

Error installing #28

Closed seyo-IV closed 4 years ago

seyo-IV commented 4 years ago

i get the following error when i try to install the RPC.

root@kali:~/evilgrade# cpan> install RPC::XML

#   Failed test 'RPC::XML::Server::url method (set)'
#   at t/40_server.t line 188.
#                   'http://[::1]:41185/'
#     doesn't match '(?^:http://(127[.]0[.]0[.]1|localhost|ip6-localhost|ip6-loopback|localhost[.]localdomain):41185)'
Not an ARRAY reference at t/40_server.t line 333.
# Looks like your test exited with 255 just after 43.

then i have to ctrl+c... so it continues running.

when i try to run evilgrade i get the following error:

Can't locate RPC/XML.pm in @INC (you may need to install the RPC::XML module) (@INC contains: /root/evilgrade /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.
seyo-IV commented 4 years ago

https://github.com/infobyte/evilgrade/issues/24 this fixed my problem