2019-06-27 02:10:22 +02:00
|
|
|
#!/usr/bin/env xdg-open
|
2019-05-15 03:18:25 +02:00
|
|
|
[Desktop Entry]
|
|
|
|
Name=metasploit framework
|
|
|
|
Encoding=UTF-8
|
|
|
|
#Exec=sh -c "service postgresql start && msfdb init && msfconsole;${SHELL:-bash}"
|
|
|
|
#^^giving errors regarding posgresql in fedora
|
|
|
|
Exec=sh -c "msfdb init && msfconsole;${SHELL:-bash}"
|
|
|
|
Icon=metasploit
|
|
|
|
StartupNotify=false
|
|
|
|
Terminal=true
|
|
|
|
Type=Application
|
|
|
|
Categories=Network;exploitation-tools;
|
|
|
|
X-Kali-Package=metasploit-framework
|
|
|
|
Comment=metasploit-framework
|