Codebase list kali-menu / 3b66c0e
Update BeEF-XSS to use scripts, not services g0tmi1k 6 years ago
2 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
00 [Desktop Entry]
11 Name=beef start
22 Encoding=UTF-8
3 Exec=sh -c "service beef-xss start;${SHELL:-bash}"
3 Exec=sh -c "beef-xss;${SHELL:-bash}"
44 Icon=kali-beef.png
55 StartupNotify=false
66 Terminal=true
00 [Desktop Entry]
11 Name=beef stop
22 Encoding=UTF-8
3 Exec=sh -c "service beef-xss stop;${SHELL:-bash}"
3 Exec=sh -c "beef-xss-stop;${SHELL:-bash}"
44 Icon=kali-beef.png
55 StartupNotify=false
66 Terminal=true