Zerx0r / Kage

Kage is Graphical User Interface for Metasploit Meterpreter and Session Handler
GNU General Public License v3.0
1.17k stars 285 forks source link

Can not install on Kali #3

Closed ghost closed 5 years ago

ghost commented 5 years ago

Followed steps here...get the following error after npm run dev

https://www.hackingarticles.in/kage-graphical-user-interface-for-metasploit/

/Kage/node_modules/electron/dist/electron: error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory

Zerx0r commented 5 years ago

you have to install libgconf-2.so.4, use this command:

apt-get install libgconf-2-4