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

How to update beef? #1661

Closed
pepal00 opened this issue Jan 14, 2019 · 4 comments
Closed

How to update beef? #1661

pepal00 opened this issue Jan 14, 2019 · 4 comments
Labels

Comments

@pepal00
Copy link

pepal00 commented Jan 14, 2019

Environment

Beef version: '0.4.7.0-alpha'
OS: 4.19.0-kali1-amd64 #1 SMP Debian 4.19.13-1kali1 (2019-01-03) x86_64 GNU/Linux
(removed Kali beef and installed from repository)

Configuration

I've edited the config.yaml file to change authentication and access controls parameters to fit my needs.

Summary

Because of the above, when trying to git pull or ./update-beef I get the following error: Your local changes to the following files would be overwritten by merge: config.yaml Please commit your changes or stash them before you merge

This is most likely my lack of knowledge on Git operations, but how do I keep my changes on the config.yaml file AND update beef?

@bcoles
Copy link
Collaborator

bcoles commented Feb 9, 2019

Unfortunately I don't have an easy solution for you, beyond creating a backup of the existing config, or making a backup of only the changes (git diff config.yaml > myoldconfigchanges). Then reset the config.yaml with git checkout config.yaml, updating, and manually re-applying the changes after updating.

@bcoles bcoles added the Question label Feb 9, 2019
@pepal00
Copy link
Author

pepal00 commented Feb 11, 2019

Thank you! that did the trick

@bcoles
Copy link
Collaborator

bcoles commented Feb 11, 2019

No worries.

I made a few updates to BeEF the past couple days. They should be available when you update.

Chances are high that I've broken something. If there's any new issues, I can probably get it fixed pretty quick.

Closing this issue.

@bcoles bcoles closed this as completed Feb 11, 2019
@RoryPratt
Copy link

ty

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

No branches or pull requests

3 participants