mirror of
https://github.com/alpkeskin/mosint.git
synced 2026-04-26 03:25:57 +03:00
[GH-ISSUE #102] Command is not found #93
Labels
No labels
bug
duplicate
enhancement
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mosint#93
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 @ghost on GitHub (Feb 25, 2025).
Original GitHub issue: https://github.com/alpkeskin/mosint/issues/102
when i just run mosint with the latest version of and kali linux using this command:
mosint -h
it showed me that the command is not found
PLZ respond fast
@sserkanml commented on GitHub (Apr 6, 2025):
If you're getting a "command not found" error when running mosint -h, make sure the Go binary path is added to your .bashrc or .zshrc file.
For example, you can add the following line at the end of the file:
export PATH=$PATH:$(go env GOPATH)/binThen restart your terminal or run
source ~/.bashrcorsource ~/.zshrcto apply the changes.