[GH-ISSUE #24] What do you do when you install '4) Kali menu' on Ubuntu? #18

Open
opened 2026-02-26 03:33:47 +03:00 by kerem · 1 comment
Owner

Originally created by @giovaninb on GitHub (Jun 1, 2016).
Original GitHub issue: https://github.com/LionSec/katoolin/issues/24

I install Kali Menu on my notebook and it crashes.

Originally created by @giovaninb on GitHub (Jun 1, 2016). Original GitHub issue: https://github.com/LionSec/katoolin/issues/24 I install Kali Menu on my notebook and it crashes.
Author
Owner

@d4rk-pr0xy commented on GitHub (Aug 16, 2016):

i have no idea how that could have happened but good luck bro. i just used menu libre and added all of the tools myself in Xubuntu16.04. its not that hard just takes some work. some advice for you before you start so you have some guidelines:::

to activate apps that run in a terminal the command you would put into the command field if using menu libre would be without quotes; "exo-open --launch TerminalEmulator sh -c "cd /whatthepathistotheEXEC/ && (python) or (perl) (whichever lang the script is written) execute file;${SHELL:-bash}"
examples here
exo-open --launch TerminalEmulator sh -c "cd /opt/WiFiPumpkin/ && ./wifi-pumpkin;${SHELL:-bash}"
or
exo-open --launch TerminalEmulator sh -c "cd /opt/fuckshitup/ && php fsu.php;${SHELL:-bash}"
or
exo-open --launch TerminalEmulator sh -c "cd /opt/sparta/ && python sparta.py;${SHELL:-bash}"

also anything in /usr/bin/ can be activated in terminal as follows
exo-open --launch TerminalEmulator sh -c "nmap -h;${SHELL:-bash}"
exo-open --launch TerminalEmulator sudo sh -c "sparta;${SHELL:-bash}"

just a couple examples there to help you out.... the way those commands are types is exactly how you enter them in menu libre even the quotes so good luck fellow

-Uncle Proxy

<!-- gh-comment-id:239995896 --> @d4rk-pr0xy commented on GitHub (Aug 16, 2016): i have no idea how that could have happened but good luck bro. i just used menu libre and added all of the tools myself in Xubuntu16.04. its not that hard just takes some work. some advice for you before you start so you have some guidelines::: to activate apps that run in a terminal the command you would put into the command field if using menu libre would be without quotes; "exo-open --launch TerminalEmulator sh -c "cd /whatthepathistotheEXEC/ && (python) or (perl) (whichever lang the script is written) execute file;${SHELL:-bash}" examples here exo-open --launch TerminalEmulator sh -c "cd /opt/WiFiPumpkin/ && ./wifi-pumpkin;${SHELL:-bash}" or exo-open --launch TerminalEmulator sh -c "cd /opt/fuckshitup/ && php fsu.php;${SHELL:-bash}" or exo-open --launch TerminalEmulator sh -c "cd /opt/sparta/ && python sparta.py;${SHELL:-bash}" also anything in /usr/bin/ can be activated in terminal as follows exo-open --launch TerminalEmulator sh -c "nmap -h;${SHELL:-bash}" exo-open --launch TerminalEmulator sudo sh -c "sparta;${SHELL:-bash}" just a couple examples there to help you out.... the way those commands are types is exactly how you enter them in menu libre even the quotes so good luck fellow -Uncle Proxy
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/katoolin-LionSec#18
No description provided.