mirror of
https://github.com/LionSec/katoolin.git
synced 2026-04-26 09:25:48 +03:00
[GH-ISSUE #24] What do you do when you install '4) Kali menu' on Ubuntu? #18
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/katoolin-LionSec#18
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@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