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

Permission denied while starting finalrecon #46

Closed
rmrf-sl4sh opened this issue Mar 6, 2022 · 4 comments
Closed

Permission denied while starting finalrecon #46

rmrf-sl4sh opened this issue Mar 6, 2022 · 4 comments

Comments

@rmrf-sl4sh
Copy link

In tracelabs kali I get the following while trying to start finalrecon:

zsh: permission denied: finalrecon

not sure why, and trying with sudo doesn't recognize the command

@thewhiteh4t
Copy link
Owner

@jdqw210 i will test, thanks

@mini-bomba
Copy link
Contributor

sounds like the file is missing execute permissions
try finding the file using which finalrecon and then give it execute permissions with chmod +x

@thewhiteh4t
Copy link
Owner

@jdqw210 so I tested and you can fix it by executing the following commands :

sudo sed -i 's/FinalRecon/finalrecon/g' /usr/bin/finalrecon

sudo chmod +x /usr/bin/finalrecon

@rmrf-sl4sh
Copy link
Author

Thank you kindly

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