[GH-ISSUE #102] Command is not found #231

Closed
opened 2026-03-13 23:14:51 +03:00 by kerem · 1 comment
Owner

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

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
kerem closed this issue 2026-03-13 23:14:56 +03:00
Author
Owner

@sserkanml commented on GitHub (Apr 6, 2025):

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

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)/bin

Then restart your terminal or run source ~/.bashrc or source ~/.zshrc to apply the changes.

<!-- gh-comment-id:2781510507 --> @sserkanml commented on GitHub (Apr 6, 2025): > 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 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)/bin ` Then restart your terminal or run `source ~/.bashrc `or `source ~/.zshrc` to apply the changes.
Sign in to join this conversation.
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/mosint#231
No description provided.