[GH-ISSUE #47] zsh: command not found: mosint #41

Closed
opened 2026-03-01 14:35:53 +03:00 by kerem · 5 comments
Owner

Originally created by @Strockler on GitHub (Nov 30, 2022).
Original GitHub issue: https://github.com/alpkeskin/mosint/issues/47

Hello, I am having some issues trying to get this up and running. I am on MacOS and have always had issues using github resources.

I installed go and I installed mosint from git but I am unable to do the command. If I cd to the directory in /usr/local/go/src/mosint and then say "go run main.go example@email.com" It will run the basic command sometimes but I cannot use the simple mosint command to install APIs or run it as easy as possible

Originally created by @Strockler on GitHub (Nov 30, 2022). Original GitHub issue: https://github.com/alpkeskin/mosint/issues/47 Hello, I am having some issues trying to get this up and running. I am on MacOS and have always had issues using github resources. I installed go and I installed mosint from git but I am unable to do the command. If I cd to the directory in /usr/local/go/src/mosint and then say "go run main.go example@email.com" It will run the basic command sometimes but I cannot use the simple mosint command to install APIs or run it as easy as possible
kerem closed this issue 2026-03-01 14:35:53 +03:00
Author
Owner

@Ricou107 commented on GitHub (Dec 2, 2022):

Same issue here

<!-- gh-comment-id:1335474165 --> @Ricou107 commented on GitHub (Dec 2, 2022): Same issue here
Author
Owner

@TOBlAS commented on GitHub (Dec 2, 2022):

same right here

<!-- gh-comment-id:1335857452 --> @TOBlAS commented on GitHub (Dec 2, 2022): same right here
Author
Owner

@monsieurm commented on GitHub (Dec 3, 2022):

Check this modop here, works for me https://youtu.be/0xCkdsE1Vx8?t=235 (this is not my video)

<!-- gh-comment-id:1336269228 --> @monsieurm commented on GitHub (Dec 3, 2022): Check this modop here, works for me https://youtu.be/0xCkdsE1Vx8?t=235 (this is not my video)
Author
Owner

@RokeJulianLockhart commented on GitHub (Dec 4, 2022):

@Strockler, locate the file (ideally via kfind or an alternative) and merely duplicate the path of the file into the terminal. This allows you to invoke the binary by bypassing PATH.

PS $HOME/go/bin/> & $HOME/go/bin/mosint example@example.com     
                              _           _
    _ __ ___     ___    ___  (_)  _ __   | |_
   | '_ ` _ \   / _ \  / __| | | | '_ \  | __|
   | | | | | | | (_) | \__ \ | | | | | | | |_
   |_| |_| |_|  \___/  |___/ |_| |_| |_|  \__|
  
        v2.2
        https://github.com/alpkeskin/
        Now: Sunday, 4 Dec 2022

Target Email: example@example.com
|--> Verified ✔
|--> Not Disposable ✔

Social Media Results:
|- Spotify 👀|- Twitter 👀|- Discord 👀|- Adobe 👀|- Instagram [Not here!]

Lookup Results:
+-----+------------------------------------+
| IP  | 2606:2800:220:1:248:1893:25c8:1946 |
| IP  | 93.184.216.34                      |
| NS  | a.iana-servers.net.                |
| NS  | b.iana-servers.net.                |
| MX  | .                                  |
| TXT | v=spf1 -all                        |
| TXT | wgyf8z8cgvm2qmxpnbnldrcltvk4xqfn   |
+-----+------------------------------------+
PS $HOME/go/bin/>

The ultimate problem is probably that go is not adding its bin directory to PATH.

<!-- gh-comment-id:1336480378 --> @RokeJulianLockhart commented on GitHub (Dec 4, 2022): @Strockler, locate the file (ideally via `kfind` or an alternative) and merely duplicate the path of the file into the terminal. This allows you to invoke the binary by bypassing PATH. ``` PS $HOME/go/bin/> & $HOME/go/bin/mosint example@example.com _ _ _ __ ___ ___ ___ (_) _ __ | |_ | '_ ` _ \ / _ \ / __| | | | '_ \ | __| | | | | | | | (_) | \__ \ | | | | | | | |_ |_| |_| |_| \___/ |___/ |_| |_| |_| \__| v2.2 https://github.com/alpkeskin/ Now: Sunday, 4 Dec 2022 Target Email: example@example.com |--> Verified ✔ |--> Not Disposable ✔ Social Media Results: |- Spotify 👀|- Twitter 👀|- Discord 👀|- Adobe 👀|- Instagram [Not here!] Lookup Results: +-----+------------------------------------+ | IP | 2606:2800:220:1:248:1893:25c8:1946 | | IP | 93.184.216.34 | | NS | a.iana-servers.net. | | NS | b.iana-servers.net. | | MX | . | | TXT | v=spf1 -all | | TXT | wgyf8z8cgvm2qmxpnbnldrcltvk4xqfn | +-----+------------------------------------+ PS $HOME/go/bin/> ``` The ultimate problem is probably that `go` is not adding its `bin` directory to PATH.
Author
Owner

@RokeJulianLockhart commented on GitHub (Jan 9, 2023):

@alpkeskin, this shouldn't be closed. My solution is not ideal – the software should be added to $PATH. Might you be able to explain whether this is at least an issue with go rather than mosint, since then we can follow (or create) the respective issue for it?

<!-- gh-comment-id:1375569482 --> @RokeJulianLockhart commented on GitHub (Jan 9, 2023): @alpkeskin, this shouldn't be closed. My solution is not ideal – the software should be added to $PATH. Might you be able to explain whether this is at least an issue with `go` rather than `mosint`, since then we can follow (or create) the respective issue for it?
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#41
No description provided.