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.26k stars 278 forks source link

DAP Not working #20

Closed japerryy closed 6 years ago

japerryy commented 6 years ago

I run the DAP module and it does not show an update on my target machine. The virtual host is set at "update.speedbit.com, but after examining the MITMF results when I am DNS spoofing, I notice that it is looking for a "stub.speedbit.com". Does the virtual host need to be changed to "stub.speedbit.com? If so, how do I do that? Thank you

f-amato commented 6 years ago

It is possible that something change in the update process. It's been a while since we create that module. Did you try to change the vhost?

japerryy commented 6 years ago

Sorry, I am not too tech-savy, how do I change the vhost?

Thanks and sorry for the late reply.

Also thanks for making a cool program.

f-amato commented 6 years ago

Thanks! I'm happy that you like it. You have to change line 34 from modules/dap.pm 'update.speedbit.com' with new vhost (stub.speedbit.com) and try again 'vh' => '(update.speedbit.com)',