Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix traceroute menu option #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/share/genmenu/db.csv
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ net-analyzer/thc-ipv6,analyzer thc-ipv6, address6 alive6 covert_send6 covert_sen
net-analyzer/thc-pptp-bruter,cracker,thc-pptp-bruter
net-analyzer/thcrut,analyzer,thcrut
net-analyzer/theHarvester,footprint Mail,theHarvester.py
net-analyzer/traceroute,analyzer,traceroute
net-analyzer/traceroute,analyzer,traceroute.desktop
net-analyzer/ucsniff,sip-voip,ucsniff
net-analyzer/upnpscan,scanner,upnpscan
net-analyzer/upnpwn,exploit,upnpwn
Expand Down
7 changes: 4 additions & 3 deletions src/share/genmenu/desktop/traceroute.desktop
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[Desktop Entry]
Name=Inception
Exec=/bin/sh -c "/usr/bin/launch 'incept' '-h' 'bash -l'"
Icon=forensics
Name=Traceroute
Exec=/bin/sh -c "/usr/bin/launch 'traceroute' '--help' 'bash -l'"
Icon=analyzer
Type=Application
Terminal=true