kgretzky / evilginx

PLEASE USE NEW VERSION: https://github.com/kgretzky/evilginx2
MIT License
1.06k stars 260 forks source link

I can't run the Evilginx2 when type Make #104

Open Killada957 opened 2 years ago

Killada957 commented 2 years ago

I try to run the evilginx2 it keep saying

Make: go : No such file or directory Make : ××× ( makefile:8: build) error 127

Please need help to run it please. Help me you can write me here or email mwhche@gmail.com Or telegram or WhatsApp 312 884 9240 Please someone should please help me. Thanks

QuiLoxx commented 4 months ago

Some builds of Ubuntu, you need to use

su - i.e.: login as root when doing the make & make install. Sudo wasn't good enough.

if you have not enabled root login, you do that by changing the passwd for root.

sudo passwd root

hope that helps