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

-bash: webpalm: command not found #16

Closed
principal-aaas opened this issue Aug 8, 2023 · 5 comments
Closed

-bash: webpalm: command not found #16

principal-aaas opened this issue Aug 8, 2023 · 5 comments

Comments

@principal-aaas
Copy link

From Kali Linux, I'm in the webpalm folder and the webpalm command is highlighted in green and appears executable. I'm in a Google Cloud Shell. Should I try it in a VM instead?

@screwball22
Copy link

Any idea I haven’t done isn’t about

@elhirchek
Copy link
Collaborator

@principal-aaas can you share an image of the error?, to see how did you run it?

@principal-aaas
Copy link
Author

Command: webpalm -u https://all-around-audit-solutions.com -l1 --live
Error: -bash: webpalm: command not found

@elhirchek
Copy link
Collaborator

@principal-aaas, the bash error "command not found" is a result of not having "webpalm" in any of the PATH environment folders. So, if you want to run "webpalm" from its directory, you should add a prefix ./ to the command. It should look like this: ./webpalm -u https://all-around-audit-solutions.com/ -l1 --live.

Otherwise, if you want to run it from any location in the system, you need to run the following command in the same folder as webpalm: sudo cp ./webpalm /bin. Now, you will be able to run it from anywhere in the system.

@principal-aaas
Copy link
Author

Thanks @yassin-l, it worked. Let the fun begin :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants