Codebase list kali-menu / b692a36
Use interactive/wizard tools instead of the help output Some commands include an interactive shell that can be more suitable for the desktop version than only showing the help output. Use exec-in-shell script only if the interactive tool doens't run in a loop, to avoid being closed if the request fails. Daniel Ruiz de Alegría 2 years ago
6 changed file(s) with 6 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
00 [Desktop Entry]
11 Name=bettercap
22 Encoding=UTF-8
3 Exec=/usr/share/kali-menu/exec-in-shell "bettercap --help"
3 Exec=sudo bettercap
44 Icon=kali-bettercap
55 StartupNotify=false
66 Terminal=true
00 [Desktop Entry]
11 Name=commix
22 Encoding=UTF-8
3 Exec=/usr/share/kali-menu/exec-in-shell "commix"
3 Exec=/usr/share/kali-menu/exec-in-shell "commix --wizard"
44 Icon=kali-commix
55 StartupNotify=false
66 Terminal=true
11 Name=hydra
22 Comment=A very fast network logon cracker which supports many different services
33 Encoding=UTF-8
4 Exec=/usr/share/kali-menu/exec-in-shell "hydra -h; hydra-wizard"
4 Exec=/usr/share/kali-menu/exec-in-shell "hydra-wizard"
55 Icon=kali-hydra
66 StartupNotify=false
77 Terminal=true
00 [Desktop Entry]
11 Name=shellnoob
22 Encoding=UTF-8
3 Exec=/usr/share/kali-menu/exec-in-shell "shellnoob"
3 Exec=shellnoob -i
44 Icon=kali-shellnoob
55 StartupNotify=false
66 Terminal=true
11 Name=sqlmap
22 Comment=Automatic SQL injection tool
33 Encoding=UTF-8
4 Exec=/usr/share/kali-menu/exec-in-shell "sqlmap -h"
4 Exec=/usr/share/kali-menu/exec-in-shell "sqlmap --wizard"
55 Icon=kali-sqlmap
66 StartupNotify=false
77 Terminal=true
11 Name=yersinia
22 Comment=A Framework for layer 2 attacks
33 Encoding=UTF-8
4 Exec=/usr/share/kali-menu/exec-in-shell "sudo yersinia --help"
4 Exec=sudo yersinia -I
55 Icon=kali-menu
66 StartupNotify=false
77 Terminal=true