15 lines
435 B
Desktop File
Executable File
15 lines
435 B
Desktop File
Executable File
#!/usr/bin/env xdg-open
|
|
[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
|