-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Settings and automatization in Ui. #2541
Comments
I presume you're referring to the old system where each module had a checkbox which you could tick/untick within the UI without restarting BeEF. The new autorun rules engine is far more flexible. It is unfortunate that the new system is not as easy to use. There are REST API endpoints to manage autorun rules if someone wants to wire them up to the UI: https://github.com/beefproject/beef/blob/master/core/main/rest/handlers/autorun_engine.rb |
Thanks for answer. If it more flexible maybe rules can be changed without restart beef panel. and using without crafting some other API software. If i only be more good in coding - ok , but my level just simple python scripts , yet. If it will be not hard work for a team plz add that in UI . PLZ ) In settings / options , config, on off beef modules , etc Here is some auto third party modules, but honestly its better to use all in one place. In official beef repo. |
This issue as been marked as stale due to inactivity and will be closed in 7 days |
This issue as been marked as stale due to inactivity and will be closed in 7 days |
Hello , is there some movements? I so want to use a Beef framework, but its still hard to without automatization in easy way (at least simple scripts for simple cookie, session auto stealing). Plz improve it. |
It will have a new life , if it will be implemented. For shure. All web is full of xss, but it useless, without such helper as a beef! https://github.com/shadow-workers/shadow-workers here is a thing that have such automatisation, but. I need BEEF) |
Simplifying the shortcomings of the existing autorun rules engine has been discussed internally for years since the ARE was introduced. So far there is no interest to work on this task. |
Improving/simplifying the autorun rules engine is a good idea. No one is interested in implementing it. |
Perhaps this can fulfill some needs. I wrote a simple Python wrapper script to execute BeEF modules on all currently online zombie browsers: |
Unfortunately this has the same issue as the historical approach in that it requires BeEF clients to poll before executing commands. Hooks may be short lived. Ideally the ARE should be simplified to be easier to use. |
This issue as been marked as stale due to inactivity and will be closed in 7 days |
This issue as been marked as stale due to inactivity and will be closed in 7 days |
Hello! Thanks for all of your contribution to the project @bcoles & @wadealcorn. I would like to help out with this issue if you think it's possible & worthwhile. My general thoughts are:
I'd love to get your suggestions about this before I get started. This will be my first time contributing to this project (and to any ruby project for that matter). |
Thank you for offering to help. Your plan sounds good, especially starting with the "Auto Run" tab and building out CRUD actions for ARE flows. The best first step is checking the REST API spec in the wiki page 3.2 to ensure it's up to date and functional before proceeding. Welcome to the project |
The PR is here: #3031 |
Hello, thank for you great framework! And thank everybody who contribute and etc.
Is it possible to add all options and settings (from yml) in UI (control panel) ? It will be much user friendly .
The second question - can you plz add one Automatization module/yep again in UI. Set a different auto rules for new hooked browsers. I see it looks like some templates with checked payloads/commands/modules with order configure
If look deeper it can be detailed with rules and switches wich depends at browser and os of hooked person. If its chrome rule will turn off all firefox matched plugins.
Or if module 1 succes /have response, start module 2. If no start module 3.
Etc..
/But at first it will be more than ok just choose in UI modules to auto execute when new (?) hooked browser online.
Thx best regards. Glad that beef still have updates!
Upd1. In wiki i found that auto rules and browser detect and much more is allready implement in Beef framework. Its what exactly need that tool. Plz add it to UI.
The text was updated successfully, but these errors were encountered: