Re: [Burp-users] Auto upgrade of windows clients from version 1 to version 2 possible?
Brought to you by:
grke
|
From: Pablo D. E. D. <pab...@gm...> - 2017-03-15 11:22:49
|
Hello Marat, I think you think ansible needs to be actively connecting to users, even after deployment. But that is not the case, to try to explain in resume: Ansible does, exactly what you use to do by hand following procedures, but it does what it's written on the playbook so does it without human mistakes: ex: connect to one server, install something, execute some script, configure something, etc, and exit. That's it. You don't need to connect to the client again once it is configured, you can even remove the client from the inventory (or comment it) to not try to connect on next runs (when you want to connect to other client/server), or use --limit host/group from command line to connect only to some clientx. Ansible can also ran on localhost, so you can run it on client directly to install/configure the client. (not necesary to have another machine for that). Maybe it's OFF-TOPIC, but I'm trying to answer that doubt. pd. there is also http://docs.ansible.com/ansible/playbooks_intro.html#ansible-pull https://www.stavros.io/posts/automated-large-scale-deployments-ansibles-pull-mo/ when talking about something like "large-scale-deployments". El vie., 10 mar. 2017 a las 3:45, Marat Khalili (<mk...@rq...>) escribió: > Thank you very much for your opinions, I'm more inclined to try version 2 > now. > > Concerning Ansible, maybe it's my misunderstanding, but it seems hardly > useful for managing random clients scattered on the net (which is my case) > since it needs some way to actively establish connections to managed > systems. Burp server, by way of contrast, accepts remote connections, not > makes them. > -- > > With Best Regards, > Marat Khalili > > On 09/03/17 22:19, Pablo Daniel Estigarribia Davyt wrote: > > I agree with Michael, > > I think is best to go to burp2 with protocol = 1 (don't use protocol 2 as > it's not production ready). > > burp2 server and client have fixes that burp1 doesn't and burp1 will not > have those fixes never in the future. > > If this is first implementation, maybe also our ansible roles could help > too: https://github.com/grke/burp/wiki/Automated-deploy-and-maintenance > > > > > > El jue., 9 mar. 2017 a las 16:10, Michael Kohne (<mh...@ko...>) > escribió: > > Is there a reason you're considering version 1? Version 2 has been > 'Stable' for a while now, and was used extensively before that by a > pretty good sized community. Further, if I'm not mistaken, version 1 > isn't getting any more patches - most, if not all, development effort > is on the version 2 (stable) and 2.1 (experimental) branches. > > > > On Thu, Mar 9, 2017 at 10:45 AM, Marat Khalili <mk...@rq...> wrote: > > Dear all, > > good time of the day, > > > > I'm currently deciding whether to roll-out version 1 ("old-stable") or > > version 2 ("stable") of windows clients. If I choose safer option > > ("old-stable"), how hard would it be to upgrade them to version 2 later > > using burp? Would I be able to update client-side configuration files > > during this upgrade? > > > > -- > > > > With Best Regards, > > Marat Khalili > > > > > > > ------------------------------------------------------------------------------ > > Announcing the Oxford Dictionaries API! The API offers world-renowned > > dictionary content that is easy and intuitive to access. Sign up for an > > account today to start using our lexical data to power your apps and > > projects. Get started today and enter our developer competition. > > http://sdm.link/oxford > > _______________________________________________ > > Burp-users mailing list > > Bur...@li... > > https://lists.sourceforge.net/lists/listinfo/burp-users > > > > -- > Michael Kohne > mh...@ko... > > > ------------------------------------------------------------------------------ > Announcing the Oxford Dictionaries API! The API offers world-renowned > dictionary content that is easy and intuitive to access. Sign up for an > account today to start using our lexical data to power your apps and > projects. Get started today and enter our developer competition. > http://sdm.link/oxford > _______________________________________________ > Burp-users mailing list > Bur...@li... > https://lists.sourceforge.net/lists/listinfo/burp-users > > -- > Pablo. > > > > ------------------------------------------------------------------------------ > Announcing the Oxford Dictionaries API! The API offers world-renowned > dictionary content that is easy and intuitive to access. Sign up for an > account today to start using our lexical data to power your apps and > projects. Get started today and enter our developer competition. > http://sdm.link/oxford_______________________________________________ > Burp-users mailing list > Bur...@li... > https://lists.sourceforge.net/lists/listinfo/burp-users > -- Pablo. |